> I am running mod_perl 1.2 on NT. I have been working with it for over 4
> months, and am beginning to understand it. But for the past 4 months, I
have
> complained about a socket problem using IO socket. The only answer I got
was
> to turn the max child from 50 to 1. When I do that the IO::Socket module
> works. But the site runs in a serial mode. Why use mod_perl then?

Were you not aware that mod_perl always runs in serial mode on NT?  This
won't change until mod_perl 2.  Most people say that it's still faster than
CGI.  If you can't live with that, you should use CGI or PerlEx or something
similar.
- Perrin

Reply via email to