IRC Log


Wednesday July 28, 2010

[Time] NameMessage
[00:14] bgranger Hi, does zeromq have any unicode handling for IDENTITY or transport strings?
[18:50] joshcarter anyone here able to use the Ruby bindings in a way that you can block on a recv or select within a thread without blocking the whole interpreter (ruby 1.8)?
[18:51] joshcarter even select([socket], [], [], 0) blocks the entire interpreter, unlike Ruby's IO.select