> Now please compare IIS/ASP/VBScript with lots of off-the-shelf
> plug in COM objects with Apache/mod_perl/Perl & ePerl

OK, I'll bite.

IIS/ASP/VBScript will be faster than Perl/CGI because it does not
need to load the interpreter each time, while Perl/CGI does.

IIS/ASP/VBScript will be slower than mod_perl because it does need
to recompile the script each time, while mod_perl doesn't.

IIS/ASP/VBScript will have very similar performance to ISAPI/Perl
because they work in very similar ways.

ePerl is still Perl/CGI unless you use the mod_perl variant in
which case it is Perl/mod_perl (obviously).

Fastest
-------
Apache modules written in C (can you even do this in IIS?)

Faster
-------
mod_perl/Perl
mod_perl/ePerl

Fast
----
ISAPI/Perl
ASP/VBscript
ASP/anydamnthing

Slow
----
CGI/Perl
CGI/VBscript (yes you can, but why would you want to?)
CGI/ePerl
CGI/anydamnthing


Andrew
-- 
=========================================================================
Visit our Website at http://www.baminvest.co.uk/

The information contained in this email is confidential and is intended
solely for the use of the named person. Access, copying or re-use
of the information in it by any other is not authorised. If you are 
not the intended recipient please notify us immediately by return email 
to [EMAIL PROTECTED] 

Britannic Investment Managers Limited= (Registered No. 101825) 
Britannic Fund Managers Limited*= (Registered No. 85610) 
Registered Office: Britannic Court, 50 Bothwell Street, Glasgow, G2 6HR, 
Tel: 0141-222-8000 

*Regulated by the Personal Investment Authority  =Regulated by IMRO

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to