M
Matt Gilarde
Guest
Tim - If I'm reading your post correctly, you seem to be wondering why the SERVER-SOCKET handle doesn't support things like READ() and WRITE(). The CONNECT event procedure (which is set with SET-CONNECT-PROCEDURE) receives a socket handle as an input parameter. This is the handle the server uses to read and write on the socket when a connection is made. SERVER-SOCKET doesn't support READ and WRITE directly.
Continue reading...
Continue reading...