From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 13:28:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF1B16A4CE for ; Tue, 9 Dec 2003 13:28:14 -0800 (PST) Received: from mail.paymentonline.com (mail.paymentonline.com [63.236.114.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 9725A43D28 for ; Tue, 9 Dec 2003 13:28:13 -0800 (PST) (envelope-from chris@paymentonline.com) Received: (qmail 24196 invoked from network); 9 Dec 2003 21:25:47 -0000 Received: from evrtwa1-ar16-4-40-004-158.evrtwa1.dsl-verizon.net (HELO chris2) (4.40.4.158) by mail.paymentonline.com with SMTP; 9 Dec 2003 21:25:47 -0000 Message-ID: <02ac01c3be9b$88cd7380$9e042804@chris2> From: "Chris Ochs" To: Date: Tue, 9 Dec 2003 13:29:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Port Net::Server prefork mode problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 21:28:14 -0000 5.2-RC built two days ago. Net::Server running in prefork mode just closes the connection upon connect. Fork mode works fine. This is using code copied straight from a 4.9 server that ran Net::Server fine in PreFork mode. Chris