This version (2017/05/27 13:44) is a draft.
Approvals: 0/1
Approvals: 0/1
[19:29:12] * kornbluth.freenode.net sets mode: +o temporalfox [22:37:01] * ChanServ sets mode: +o temporalfox
[23:13:25] <non-blocking> is anybody here ?
[23:13:37] <non-blocking> new kid in the vertx block :)
[23:14:19] <non-blocking> I'm using mongodb async driver ? do you guys see any problem using it ? I mean, mongo driver async will create his own event loop.
[23:14:33] <non-blocking> what kind of problems would happen ?
[23:20:35] <non-blocking> one 'issue' could be a race condition on closure variables . I mean, two threads modifying variables ( vertx eventloop and mongo async driver event loop ). am I correct ?