Brian Quinlan wrote: > Actually, you might not have to. 2000 calls/minute isn't that big, > assuming you have a decent server.
well, if you're talking pure CGI, you need to start the interpreter, import the required modules, connect to the database, unmarshal the xml-rpc request, talk to the database, marshal the response, and shut down, in less than 30 milliseconds. just importing the CGI module (or the database module) can take longer than that... </F> -- http://mail.python.org/mailman/listinfo/python-list
