I can totally see using Git just for my personal use; much less all the fancy distributed version control stuff. I already can see me throwing up a Git fork of a Ruby EventMachine lib for using Ømq. There was a method for sending a multipart message as one single call to
zmg.send_msg()
. I added another call that allowed multiple calls, to
zmq.send_more()
, for a multipart message before completing the message with
zmq.send_msg()
. I could put up my simple extension on
github.com; send a note to the author; and let him use it or not.
No comments:
Post a Comment