[progress Communities] [progress Openedge Abl] Forum Post: Re: Clarifying Socket Handle And...

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top