XMLRPC Server
Fredrik Lundh
fredrik at pythonware.com
Tue Feb 6 14:05:45 EST 2007
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>
More information about the Python-list
mailing list