Re: mod_smtpd design.

2005-07-11 Thread Joey Ekstrom
On 7/11/05, Jem Berkes <[EMAIL PROTECTED]> wrote: > As I understand it, we want to produce one module that deals with the SMTP > protocol, and a separate module to handle mail delivery (probably via > procmail is easiest for now). Does this mean we should also produce > separate modules, one for in

protocol handler holding a connection patch

2005-06-27 Thread Joey Ekstrom
I sent an email to the list a little over a week ago about adding the ability for a protocol handler to keep a TCP connection open for notifications, but then free in the worker thread back to MPM. No one responded, so I have created a basic patch to allow this, and patched the event and worker mpm

Protocol handler keeping a connection, but returning thread to MPM

2005-06-10 Thread Joey Ekstrom
I am interested in adding functionality to allow a protocol handler to keep a connection open, so that I can send notifications down the socket later, but return the thread to be used by the mpm. These connections will be held for long periods of time, so keeping them tied to a thread isn't really