Differences
This shows you the differences between two versions of the page.
— |
irc:1453762800 [2017/05/27 13:44] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [07:54:21] < | ||
+ | |||
+ | [11:22:43] * chaos_ hello everyone | ||
+ | |||
+ | [11:46:49] < | ||
+ | |||
+ | [11:47:26] < | ||
+ | |||
+ | [11:54:10] < | ||
+ | |||
+ | [12:23:59] < | ||
+ | |||
+ | [12:24:30] < | ||
+ | |||
+ | [12:32:02] *** ChanServ sets mode: +o temporalfox | ||
+ | |||
+ | [15:11:59] < | ||
+ | |||
+ | [15:13:53] < | ||
+ | |||
+ | [16:35:03] < | ||
+ | |||
+ | [17:09:55] < | ||
+ | |||
+ | [17:37:58] < | ||
+ | |||
+ | [17:41:12] < | ||
+ | |||
+ | [17:42:12] < | ||
+ | |||
+ | [17:43:17] < | ||
+ | |||
+ | [17:44:10] < | ||
+ | |||
+ | [17:48:06] < | ||
+ | |||
+ | [18:17:16] < | ||
+ | |||
+ | [18:17:24] < | ||
+ | |||
+ | [18:17:32] < | ||
+ | |||
+ | [18:25:04] < | ||
+ | |||
+ | [18:25:50] < | ||
+ | |||
+ | [18:29:54] < | ||
+ | |||
+ | [20:49:32] <amr> bit of a punt | ||
+ | |||
+ | [20:49:51] <amr> im making ~400 http calls using vertx2' | ||
+ | |||
+ | [20:50:10] <amr> each one takes between 0.5 and 1m to reply | ||
+ | |||
+ | [20:50:20] <amr> some of them never get a reply, but never fail | ||
+ | |||
+ | [20:50:29] <amr> (2 of them, not all) | ||
+ | |||
+ | [20:50:35] <amr> max conns is set to 100 | ||
+ | |||
+ | [20:50:38] <amr> all on same server & port | ||
+ | |||
+ | [20:51:03] <amr> cannot figure it out at all... added an exceptionHandler on the client and on the httpclientres | ||
+ | |||
+ | [20:51:30] <amr> i cant get it to repro locally, so im prepared to chalk it up to the server behaving | ||
+ | |||
+ | [20:51:39] <amr> but i cant figure out how to detect thats happened w/ vertx | ||
+ | |||
+ | [20:51:41] <amr> any pointers? | ||
+ | |||
+ | [20:51:55] <amr> i cant even see it hitting the server its requesting | ||
+ | |||
+ | [20:52:05] <amr> (in the other server' | ||
+ | |||
+ | [20:52:09] <amr> (also on the same box) | ||