Closed sriram-srinivasan closed 10 years ago
Sir, I have updated the zmq binding to pebbe/zmq4. You should be able to run now. I have not yet dealt with the 2nd point but will do it soon. All other issues mentioned have been addressed.
Wow, some dedication!
Yes, 2 needs to be addressed because my machine complains about "too many open files" (at NewSocket)
Tests were PASS-ing on my machine. Yet, I have addressed the 2nd point and avoided re-creating PUSH sockets. It should be fine now.
Good job! Works for me now.
Hi Kumar,
This is a review of your assignement 2.
Sender
) for every single message is extremely inefficient. Please refer to my notes on Piazza about assignment 2. Also don't use REQ/REP sockets.