Active Server Pages performance?

Gilles Lenfant glt at equod.com
Thu Aug 10 18:30:00 EDT 2000


It does not depend on the language but on the general architecture.
If you use CGI, it will load for each request as for Perl or any other.
If you use Web server module, it will load only at first request.
If you want Python interpreter to stay ready in memory, have a look at
ZOPE (www.zope.org).

wade at lightlink.com a écrit :

> Anybody know how Python compares to VBScript and ECMAscript for ASP?
>
> Does the Python interpreter have to load for every page?
>
> -- Wade Leftwich
> Ithaca, NY
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.


More information about the Python-list mailing list