Re: Message module over Event.pm
[email protected] (Jochen Stenzel)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
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 are done via this module.
Greetings
Jochen