Re: Message module over Event.pm

2000-06-07 Thread Gaal Yahas
Joshua, On Wed, Jun 07, 2000 at 08:12:25AM -0400, Joshua N Pritikin wrote: > > Event.pm? I mean something along the lines of Sriram Srinivasan's > > Msg.pm [1], but using Event's event loop rather than one of it's own. > > > > [1] Described in his book, _Advanced Perl Programming_. O'Reilly, 199

Re: Message module over Event.pm

2000-06-07 Thread Joshua N Pritikin
On Wed, Jun 07, 2000 at 02:24:30PM +0300, [EMAIL PROTECTED] wrote: > Has anyone done work on writing a "transport" module for messages with > Event.pm? I mean something along the lines of Sriram Srinivasan's > Msg.pm [1], but using Event's event loop rather than one of it's own. > > [1] Described

Re: Message module over Event.pm

2000-06-07 Thread Jochen Stenzel
Hello, Gaal, > Has anyone done work on writing a "transport" module for messages with > Event.pm? I wrote IPC::LDT (see CPAN) exactly for this purpose. It is not built on base of Event but intended to well cooperate with it. All communications in my own event driven client/server implementations

Message module over Event.pm

2000-06-07 Thread Gaal Yahas
Hi, Has anyone done work on writing a "transport" module for messages with Event.pm? I mean something along the lines of Sriram Srinivasan's Msg.pm [1], but using Event's event loop rather than one of it's own. The nice thing about such a module is that it handles reassembly of possibly fragmente