Open GoogleCodeExporter opened 9 years ago
You can spawn a new thread and have a blocking or non-blocking loop such as
implemented in the example daytime.c.
Alternatively you can interleave sending and receiving on one thread using an
event manager such as select(), poll(), etc. The only example of this
implementation can be found within http://zero.mq/ as it usually requires
creation of both send and receive queues above OpenPGM.
Original comment by fnjo...@gmail.com
on 26 Jan 2012 at 12:27
Original issue reported on code.google.com by
astov...@gmail.com
on 25 Jan 2012 at 5:22