Lowest hassle Python web server?

Peter Hansen peter at engcorp.com
Sun Mar 20 17:21:33 EST 2005


kanzen wrote:
> - Does threading cause any more of a hassle in Python than Java?

What hassles have you had?  I thought threads in Java
were pretty straightforward.  In any case, in Python
they are generally very easy to use, provided you have
a basic knowledge of thread safety issues and/or provided
you restrict all interaction between threads to use
the Queue module.

> - Is there anything similar to JSP in Java?

Snakelets?  Google will find it for you.

-Peter



More information about the Python-list mailing list