in reply to Re: Re: Re: Re: multithreaded web application server in perl
in thread multithreaded web application server in perl

It is very cool that Perl threads have come far enough for this to work now. It will soon be possible to do this without the need to write your own web server code by using mod_perl 2 with Apache 2 in multi-threaded mode. In fact you can do it right now, but there are CPAN modules (mostly ones that use XS) which will have problems with a threaded environment at this point.
  • Comment on Re: Re: Re: Re: Re: multithreaded web application server in perl