durusmail: quixote-users: Re: CGIHTTPServer
CGIHTTPServer
2003-05-22
2003-05-22
Re: CGIHTTPServer
2003-05-22
2003-05-22
2003-05-22
2003-05-22
Re: CGIHTTPServer
2003-05-22
2003-05-23
Re: CGIHTTPServer
Mark Bucciarelli
2003-05-22
On Thursday 22 May 2003 12:01 pm, Graham Fawcett wrote:

> Since Andrew is (as far as I recall) the current maintainer of
> Medusa, I wonder whether he would be willing to bundle Medusa as a
> component of Quixote?
[...]
> Perhaps I'm being Medusa-centric. I suppose a BaseHTTPServer-based
> script would suffice.

I always thought it would be cool to have a AsyncTCPServer in
SocketServer.py (in addition to the existing ThreadingTCPServer).
This way, you could get the superior async approach that Medusa uses
_and_ use the Python core.  You could use it for for an xmlrpc
server, a SOAPpy server, etc.

Don't even know if this is technically possible, however.  Looked into
it briefly and then backed off, as the standard blocking version was
working fine for my needs.

Cheers!

--
Mark Bucciarelli, www.hubcapconsulting.com
    He who receives an idea from me, receives instruction himself
without lessening mine; as he who lights his taper at mine receives
light without darkening me.   -- Thomas Jefferson


reply