[mod_python] http 1.1 persistent connections

Gregory Bond gnb at itga.com.au
Mon Jan 6 17:16:03 EST 2003


> I'm new to Python and mod_python - and I'm having trouble finding out if mod_
> python supports  http1.1's persistent connections.  

It seems to for me, at least for shorter-term connections (only 10s of seconds
in my case).  Just call req.write() to send stuff and it seems to come through 
with no delays or buffering or what-have-you.

But you'd have to think carefully about the possible implications of multiple, 
long-running mod_python apps on your server resources.....






More information about the Mod_python mailing list