Re: Multi threading in Perl

2002-01-22 Thread Rocco Caputo
l block the entire program. Most of these blocking functions can be written in other ways, and POE provides the basic libraries to do so. -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sf.net #!/usr/bin/perl # This sample program requires POE, which can be found on the CPAN or # at http://poe

Re: Concurrency

2001-07-15 Thread Rocco Caputo
veral "concurrent" socket servers. I'm pretty sure it will do what you want in a portable way. For example, the module was originally written on OS/2, it runs on Linux, FreeBSD, Solaris and Win32. It's possible to create new sockets without blocking the rest of the program.

Re: Multi-Threading?!?

2001-07-15 Thread Rocco Caputo
s run much faster in parallel. :) -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net On Tue, 10 Jul 2001 23:50:39 +0200, Jos I. Boumans <[EMAIL PROTECTED]> wrote: > Depending on what you need and what kind of scripts we're tlaking > you might want to conci