On Fri, 10 Dec 1999, Scott Chapman wrote:
> It seems that mod_perl is _wonderful_ for gaining performance 
> improvements under UNIX.
> 
> Can these types of performance gains be done under Windows NT?
> 
> What technologies/produts do this on NT?
> 
> It doesn't appear that a person can put mod_perl under IIS!  
> 
> - CGI language interpreter loading with web server
> - CGI is done directly to the web server API
> - Code compiled to PCode and PCode subsequently executed
> - Persistent database connections

Just don't expect it to be free:

Check out Velocigen and PerlEx (from Activestate - makers of Perl for
Win32). Not quite the same (you don't have access to the web server API in
either products - they're both just CGI speeders) but often good enough.
There's also Apache on NT, but it's single threaded (may change now that
Perl for Win32 has a fork() as of 5.005_63).

-- 
<Matt/>

Details: FastNet Software Ltd - XML, Perl, Databases.
Tagline: High Performance Web Solutions
Web Sites: http://come.to/fastnet http://sergeant.org
Available for Consultancy, Contracts and Training.

Reply via email to