I thought (only looked at the code, no access to NT) that if you,
carefully, removed the fork() call it would work. Just let a single
process handle each transaction. (this is what I do with a UDP redirector
perl script I run a jfku.edu, even with 100 PC's going thru the
redirector, no real need to fork()).
Karl