Re: asynchronous execution, was Re: implementing a set of queue-processing servers

[email protected] (Rob Nagler) Tue, 26 Nov 2002 07:10:09 -0700
Newsgroups perl.p5ee
Organization bivio Software Artisans, Inc. <http://www.bivio.biz>
Message-ID <[email protected]>
Nigel Hamilton writes:
> port 80... I actually implemented the system in Java to use threads but it
> ran really slowly under load ... so I gladly reverted to Perl.

Threads are like that.  Design for peak load with threads is *much*
harder than figuring out how many Apache children to configure.

Rob