Consultor Eletrônico



Kbase P81283: Is socket programming supported with WebSpeed?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

Is socket programming supported with WebSpeed?

FIX:

Yes. From WebSpeed Version 3.1A SpeedScript support access TCP/IP sockets directly. WebSpeed SpeedScript supports both client side and connection-oriented server side implementations.
See the Notes for description of the language extensions to SpeedScript that enable WebSpeed applications to use TCP/IP sockets

Socket Programming provides direct access to TCP/IP sockets.
Sockets provide means to implement interprocess communications with both local and remote processes.
Using SpeedScript sockets, you can communicate with non-4GL processes, as well as other SpeedScript/4GL processes. Thus, you can implement socket-based applications completely in the SpeedScript that otherwise require the use of C modules accessible only through the HLC or shared library interfaces.