Aaron, what are the two threads? I know the linux ver just has a parent
thread and then new children thread are created as needed or whatever,
how is the win version different?
The windows version also runs under just 2 threads. All the responsesare under a single PID, which can be an issue a you
I'm not sure what you mean exactly by 'security' but if you mean
authentication
There are not many authentication modules that will work on windowz. I
had to end up using mod_auth_dbm, an old flat files auth mod.
The windows version also runs under just 2 threads. All the responses
are unde