From: "Istvan Albert" <istvan.alb...@gmail.com>
Date: Mon, 22 Jan 2007 16:56:48 -0000
Local: Mon, Jan 22 2007 11:56 am
Subject: Re: Django with CherryPy 3.0
There is an easy way to turn on multi-threading for the default server,
see the diff below: Index: basehttp.py =================================================================== --- basehttp.py (revision 4183) +++ basehttp.py (working copy) @@ -7,10 +7,16 @@ been reviewed for security issues. Don't use it for production use. -from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer +import BaseHTTPServer, SocketServer You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
