I agree with andre, thats http behaviour. The srver doesnt even know the client is dead until it tries to send data (which it can only after completing the query). Hth rainer
----- Ursprüngliche Nachricht ----- Von: "Andre Lorbach" <[EMAIL PROTECTED]> An: "rsyslog-users" <[email protected]> Gesendet: 28.08.08 09:50 Betreff: Re: [rsyslog] phpLogCon bug? Hi, I think this behavior comes from the design of php. Closing the Browser Window tells the webserver to quit the current connection, but if the php processor hangs within a working sql query, he has to wait until this query is done. Best regards, Andre Lorbach > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:rsyslog- > [EMAIL PROTECTED] On Behalf Of Rory Toma > Sent: Thursday, August 28, 2008 12:20 AM > To: rsyslog-users > Subject: [rsyslog] phpLogCon bug? > > It seems that if I execute a query, and then close the browser window > (safari and firefox), the query remains running on the sql server and > only goes away after it times out, degrading performance. > > I'm using 2.5.3 of phpLogCon > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

