Robert Pankowecki

Results 62 comments of Robert Pankowecki

Global constants in Ruby live in `Object` namespace so you can use: ```ruby Object.stub_const(:FOO, :456) do end ```

`bin/m2r` in the future.

I think that signal handling should be easy to turn off in case someone wants to use our library in another libary or tests or something and handle them suitable...

http://blog.rubybestpractices.com/posts/ewong/016-Implementing-Signal-Handlers.html

http://blog.headius.com/2008/02/ruby-threadraise-threadkill-timeoutrb.html http://docs.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html

I am not sure this is safely possible with current state of ruby. Definitely not trivial: http://blog.headius.com/2008/02/ruby-threadraise-threadkill-timeoutrb.html http://docs.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html

ping ? @perplexes @pawelpacana

Or we could just deliver every part to m2 as separate ZMQ message.

Probably `sender_id` and `connection_uuid` should also be put into env hash.