Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57787 invoked by uid 500); 30 May 2003 14:32:25 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Delivered-To: moderator for dev@httpd.apache.org Received: (qmail 11798 invoked from network); 30 May 2003 08:41:54 -0000 Reply-To: From: "Atli Thorbjornsson" To: "apache dev" Subject: FW: Apache socket question Date: Fri, 30 May 2003 08:38:05 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I use pre_connection to access the socket from Apache and, on certain requests, hand it off to another process. Only problem is Apache seems to call shutdown() on sockets once it is done with a request which ultimately kills the socket. That makes perfect sense but is there anyway I could make Apache not do it, ie just call close()? Reason being that I want to keep the socket alive for further interaction with the client in my other process but not have a whole Apache process hanging around in the meantime. Atli Thorbjornsson, Software Engineer, Gangverk ehf.