Use recv() and send() for socket communication on VMS instead of read()
and write(). The reason is that read() and write() make additional record level locking which causes hangs of Compaq Secure Web Server (Apache) with SSL. Submitted by Compaq.
parent
313bf45e
Please register or sign in to comment