Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Introduction to External Program Interfaces : Sockets : Connection model : ABL socket servers
 
ABL socket servers
An ABL socket server can:
*Notify ABL to listen and accept connections on a specified port
*Have ABL notify the server of new connections from clients
*Write and read data on a connection
*Disconnect from the client