> And when the proxy daemon driver was first introduced that additional > communication overhead mentioned above turned out to be horrendous, though > it > got greatly speeded up soon after that discovery. I remember because I'm > the > one who flagged that fact when comparing throughput of that driver + > Sybase > vs. the internal driver and Oracle. Long time ago ...
Speaking of which, because the protocol used between AOLserver and the external proxy uses a lot of short packets, it tends to get bogged down when used across an actual network link (Nagle's algorithm interferes, but the problem is in the protocol, and turning off Nagle's algorithm is not the right way to fix it). So make sure you run the proxy in local mode, and not remote mode. -- 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.
