Buy West Wind Web Connection and set up separate EXE(s) for each virtual. Each virtual will have its own copy of wc.dll, which reads its wc.ini to find out what code to route server requests to. Pay a few hundred dollars and be up and running right away instead of re-inventing the wheel.
www.west-wind.com That's my recommendation David Stevenson http://talkingfox.blogspot.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Sent: Tuesday, March 20, 2007 2:35 PM To: [EMAIL PROTECTED] Subject: RE: Multithreading - what is the latest No real alternative here, definitely needs multithreading to do this task properly. The task at hand is a Multithreaded HTTP Webserver written entirely in Fox. The idea being that each Virtual Directory would have it's own executable (maybe multiple) to marshall the traffic for it's own requests to the Winsock layer. That way if the owner of one particular Virtual directory wrote code that locked-up the exe it would only be their own exe that would stop working all others would still be running. Nick > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Paul Hill > Sent: 20 March 2007 17:32 > To: ProFox Email List > Subject: Re: Multithreading - what is the latest > > On 3/20/07, Nick Causton <[EMAIL PROTECTED]> wrote: > > Can anyone update me with the latest on multithreading VFP? > > IMHO it's a hack in VFP at best (similar hacks were available in VB6). > > Maybe you could explain what you're trying to achieve. Sometimes a > non-multithreaded approach works equally well. > > -- > Paul > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

