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

