> that clear. I wasn't aware of that, I'd incorrectly assumed that the > proxy daemon was a single multi-threaded process.
The external proxy scheme was invented to be able to use databases which were hostile to in-process use, either because they were not thread-safe, or because they are uncooperative with process resources, such as signals. This was the case when the first Sybase drivers were written. And you _definitely_ want to run it on the box with the webserver, and run it in local mode, where it uses pipes for IPC, not sockets. -- 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.
