Comment on ZeroMQ is just socketsparentComments−jebblue12y> Want to write an evented server that handles a large number of sockets?What about what the parent said, use a multi-platform technology like Java, Python, Ruby, etc?−FooBarWidget12yThe socket APIs in Java, Python, Ruby etc don't do message framing for you. My point about having to write bug-free message frame parsing code still stands.
Comments
What about what the parent said, use a multi-platform technology like Java, Python, Ruby, etc?
The socket APIs in Java, Python, Ruby etc don't do message framing for you. My point about having to write bug-free message frame parsing code still stands.