It's actually the same class as before only that it now also inherits from ThreadingMixIn as well. This overrides one method of the original class and makes it process each request in a separate thread. See the docstrings in the SocketServer.py module of your python installation.
It is not a threadpool in that it has no limits on the number of threads it can spawn. I'm looking into adding that if I can find a easy way to do it. i. , --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---