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
83d092f7
Please register or sign in to comment