https://issues.apache.org/bugzilla/show_bug.cgi?id=51030
Summary: Way to terminate CGI immediatly after closing
connection
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_cgi
AssignedTo: [email protected]
ReportedBy: [email protected]
As I understood there is only two mechanisms for CGI killing after colsing
connection with client:
1. Waiting for Timeout seconds and sending CIGTERM to cgi process.
2. Waiting for SIGPIPE after cgi process trying to write to STDOUT.
There is no way to terminate long-thinking cgi-process while performing
long-term queries to SQL. But there is no reason to wait for query finishing
while client no more waiting for cgi response.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]