Re: multithreading in web request

2007-09-26 Thread Derek Anderson
> Are there any restrictions on multithreading with mod_python or just > regular multithreading code will work. yep. and regular multithreading code will work. no special setup. (i do it myself) Adrian-Bogdan Andreias wrote: > Hi, > > This is a rather python on web question then a django

multithreading in web request

2007-09-26 Thread Adrian-Bogdan Andreias
Hi, This is a rather python on web question then a django question. 1. Is it possible to create and use threads from django view code? 2. If yes, is there a server side specific setup needed? The problem that we're trying to solve is: On request the python code has to make multiple socket connec