After digging into the code (nice job by the way, it is very easy to follow), it looks like there is no way to do what I want without modifications to the core server (the worker code).
Has there been any discussion about having handlers return a DEFERRED indication up to process_socket(), so the transaction information can be saved until a later event can answer the request? -Craig --- Craig S <[EMAIL PROTECTED]> wrote: > From what I can tell, Apache passes a request to a > handler and expects a result to be written by that > handler. What I want to do is send information from > the message to do a query of a database that will > return an answer later on. I'd like to return from > the > handler and create the result page later on when the > answer comes back. > > My hope is to reduce the need for multiple threads > or > processes. > > Any pointers? > > Thanks, > > -Craig > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the > Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for > more info. > To unsubscribe, e-mail: > [EMAIL PROTECTED] > " from the digest: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail
