Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 8149 invoked by uid 6000); 22 Jun 1999 05:28:10 -0000 Received: (qmail 8129 invoked from network); 22 Jun 1999 05:28:06 -0000 Received: from out5.ibm.net (165.87.194.243) by taz.hyperreal.org with SMTP; 22 Jun 1999 05:28:06 -0000 Received: from raleigh.ibm.com (slip-32-101-162-18.nc.us.ibm.net [32.101.162.18]) by out5.ibm.net (8.8.5/8.6.9) with ESMTP id FAA46174 for ; Tue, 22 Jun 1999 05:27:59 GMT Message-ID: <376F1E60.1D67AFD4@raleigh.ibm.com> Date: Tue, 22 Jun 1999 01:25:52 -0400 From: Bill Stoddard X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: new-httpd@apache.org Subject: Re: work in progress: mpm-3.tar.gz (fwd) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Dean Gaudet wrote: > mpm_pthread_mpmt ? dunno, your call. There could be a mpmt model on > windows now that Bill seems to have figured out how to force windows to > allow multiple processes to accept() on the same socket. Wow, take a few vacation days and the world changes while I'm away :-) Cool work Dean! Here is what I'm working on (all Win32, unfortunately part time): 1. Getting the Win32 socket sharing code working on 95/98 (for 1.3.7) Almost there... 2. Supporting 16-bit CGIs on Win32 (1.3.7) This has turned into a compulsion, really. Who really cares if Apache supports 16 bit CGIs? I think I have a simple two line hack that will work... And we can close out those pesky PRs. 3. Win32 MPM (2.0) Should be easy given my socket sharing work. Looking further out... (next couple of months, depending on my schedule) 4. Non-blocking, non-buffering Win32 CGIs (2.0) 5. Exploiting async I/O, completion ports and TransmitFile (2.0) 6. Caching Win32 specific file handle cache to use with TransmitFile. Bill