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
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.
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