On Wed, 2 Jan 2002, Hanson, Robert wrote: > I don't deal with IPC, so I can't give you an example off the top of my > head. The perlfork manpage has a bunch of info though depending on what you > want to do, and there are probably a bunch of modules out there as well to > simplify the process. I used one of those modules a long time ago when I > played around with IPC, but I forget the name.
There's an IPC module, but Perl also has built in support for forking and piping, which is the simplest way for inter-process communication. POE is a newer Perl architecture that enables the sharing of data (and code) between multiple processes. It's more like RMI or CORBA in that sense -- it is an object environment that lets you send and receive to remote objects. -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ Isn't air travel wonderful? Breakfast in London, dinner in New York, luggage in Brazil. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]