http://www.perlmonks.org?node_id=796611


in reply to Re^2: Receiving data asynchronously in a long-run process
in thread Receiving data asynchronously in a long-run process

You may want to check out the other STOMP brokers for comparison. AFAIK there's no pure-perl implementation, which is a shame.

update: you may also want to think about the fact that once you're using IPC (so, sockets/filehandles instead of traditional threads) you're already almost into multi-server territory.

Replies are listed 'Best First'.
Re^4: Receiving data asynchronously in a long-run process
by rcaputo (Chaplain) on Sep 22, 2009 at 06:07 UTC