Am Dienstag, den 11.03.2008, 23:59 -0400 schrieb Sam Carleton: > When a user logs out of my web application, the application needs to > do a somewhat time consuming cleanup. I need Apache to respond in a > timely fashion to the log out request. Is there any way to start this > as a background process in the apache module?
A log handler would be appropriate, you probably won't need to start another process. Log handlers are run after the response has been sent. Sincerely, Joachim