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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to