T
Tim Kuehn
Guest
[quote user="Matt Gilarde"]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. [/quote] So what I'm reading is that the socket server object is just for the server functionality and the AVM creates a new socket object when someone makes a connection. I'm presuming from this and Julian's code - that also means this socket object created by the AVM has to be cleaned up when it's no longer being used? I'd note that the sample code in the KB doesn't make this clear: knowledgebase.progress.com/.../19882
Continue reading...
Continue reading...