Re: Event examples || documentation
[email protected] (Joshua N Pritikin)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 16, 2000 at 01:57:13PM -0500, [email protected] wrote: > After searching the mailing list archives and scouring the net, I have > not been able to find many examples, or comprehensive documentation > outside of the tutorial. You did notice lib/Event.pod? > Since my project will be TCP client/server in > nature, it seems that Event-tcp may provide some benefit as well. I am > concerned about not leaving things out that a use of > Event.pm/Event-tcp.pm should have, as well as missing out on some of the > key benefits. > > Do you have any sample code, or can you point me in the direction of > someone that may have that utilizes Event.pm/Event-tcp.pm? I'd be > willing to work on a more detailed tuturial and provide a larger amount > of sample code back to the project once I get a better handle on the > system. Hm hm. Admittedly, Event-tcp is a little bit cryptic. It provides basic remote procedure calls using pack/unpack for marshalling. You can also implement your own marshalling. Be aware that performance will not be as good as an implementation written in C. I haven't done any benchmarks, but I'm sure it's not *super* fast. If you have further specific questions then I am happy to comment. Hope this helps, -j -- May the best description of competition prevail. (via, but not speaking for Deutsche Bank)