On 06/02/2011 07:53 AM, Pieter Hintjens wrote: > The use case would be e.g. video distribution like Youtube, where > clients can request a particular video, and a server will stream it to > them.
Hm. That kind of thing breaks the basic assumption that message has to is delivered to the endoint in full before it can be passed to the user. Not observing the principle can lead to deadlocks. I would consider whether 0MQ is a right tool to solve this kind of problem. Alternatively, the "message" can be broken into a sequence of smaller messages. In such case there's a new messaging pattern needed to describe this kind of behaviour. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
