[mod_python] webinterface for a local telnet server

Jim Gallacher jpg at jgassociates.ca
Fri Oct 6 13:05:41 EDT 2006


Andreas Klauer wrote:
> On Fri, Oct 06, 2006 at 12:14:43PM -0400, Jorey Bump wrote:
>> I think the problem is outside of apache/mod_python. Similar work has 
>> been done to develop IMAP proxies to reduce load caused by webmail 
>> opening a new connection to the IMAP server for every click. You might 
>> want to start there for examples.
> 
> That's just it. There would be no need for an additional daemon, if I 
> could just select the correct thread.

But you can't, so just let it go. ;) It's the way Apache works for the 
worker-mpm and is completely outside of the control of mod_python.

> But I guess for that I'd have to talk to the Apache folks wether it is 
> not possible to give modules (and therefore users) more control over 
> what is done in which threads.

Take a look at the event-mpm. I don't know its status beyond it being 
experimental though.
http://httpd.apache.org/docs/2.2/mod/event.html

Jim


More information about the Mod_python mailing list