Differences
This shows you the differences between two versions of the page.
— |
irc:1448578800 [2017/05/27 13:44] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [11:20:43] *** ChanServ sets mode: +o temporalfox | ||
+ | |||
+ | [13:20:43] *** ChanServ sets mode: +o temporalfox | ||
+ | |||
+ | [13:57:37] *** ChanServ sets mode: +o temporalfox | ||
+ | |||
+ | [14:48:58] <sam_> join | ||
+ | |||
+ | [15:27:49] <sam_> Hi | ||
+ | |||
+ | [15:31:29] <temporalfox> hi | ||
+ | |||
+ | [16:16:05] *** ChanServ sets mode: +o temporalfox | ||
+ | |||
+ | [17:08:11] <robal_> Hi guys, I could use some advice. I want to create an online album using vertx. Ths process involves scanning a directory, creating thumbnails and inserting pictures into an HSQL database. My problem right now is that I'm getting a lot of "Timed out waiting for reply" messages. | ||
+ | |||
+ | [17:09:34] <robal_> Currently I send any found photo to the eventbus for a thumbnailverticle to pick up, but I'm thinking that maybe I'm flooding the eventbus | ||
+ | |||
+ | [18:01:43] <robal_> allright, I set the MessageReplyTimeout higher and now it works. I'm sure there is a better solution, but for now this will have to do. | ||