> In a message dated 11/18/2003 12:03:27 AM Eastern Standard Time, > [EMAIL PROTECTED] writes: > Subject: Re: Jim's Sunday commits and AOLserver 4.1 > > On 2003.11.17, Jim Davidson <[EMAIL PROTECTED]> wrote: > > Glad somebody noticed the new code :) The changes to kick of 4.1 were in > two > > areas: > > > > 1. Adding an I/O event callback interface for connections before they > > are queued for processing (called "pre-queue"). The interface is a > > bit tricky to use and there's no documentation or example module > > (yet). The general idea is to enable efficient pre-fetch of remote > > resources prior to running the connection, keeping the connection > > threads from stalling on I/O. For the ordinary nssock module, there > > should be no impact. For the SSL module, reads are now handled by > > special reader threads, not the connection threads. This may require > > moving some state from thread to connection and/or socket local > > storage.
For requests that include file uploads, does a single, event-driven thread read in the entire request now, including the file data, before starting a connection thread? -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
