JSP vs Python any takers
Nils O. SelÄsdal
noselasd at frisurf.no
Thu Jun 21 09:38:09 EDT 2001
"TC" <trclark at home.com> wrote in message
news:5agY6.517092$166.10724721 at news1.rdc1.bc.home.com...
> Hi ALL
>
> 1) If you have python script does the python interpreter have to
recompile
> the code every time
> it is executed from a WEB page, can it be compile once like java
can on
> a JSP page
Its compiled to' bytecode' bytecode is still interpreted though,
and many things are slower than java..(java dynamically compiles to
native when needed...)
> 2) On a linux apache box is there a python add-in that allows phython
script
> to be used to create
> dynamic pages like you can when you use python script on an M$ IIS
web
> server
ok...
You dont need the embedded python module/interpreter to to that, you
can use CGI.
> 3) Pound for pound how does a JSP app scale vs a python WEB app
>
> why would I use python over JSP
Unless you enjoy using python, require some python features/libraries,
you shouldnt.. probably...
also, look at http://webware.sourceforge.net/
More information about the Python-list
mailing list