Hello, I'm needing to implement some low level MPMC queues. I've been rolling my own using pthreads, and so far I've been pulling my hair out in the process also... My code is strictly C at this point and I'd like to keep it that way. I've looked into FF (FastFlow) and find it's rather technical for low level so far. Is there any advantages over using ZMQ for MPMC queues? What would be the pros and cons of using ZMQ over FF for MPMC? It seems to me so far that ZMQ is very well suited for MPMC solutions.
Any input would be appreciated!
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
