DISCUSSION
Client is developing an X application that communicates between two modules using tcp/ip.
When his program calls the XtAppAddInput method to register the socket input handler, he gets the following error in the console window: "Maximum numbers of HCL socket(64) reached"
RESOLUTION
Told client to use "xtinputreadwinsock" instead of xtinputmask and the "xtinputwritewinsock" instead of the xtwritemask.
NT does not allow you to use any socket but the winsock socket. Therefore you would need to use XtInputReadWinsock and XtInputWriteWinsock, whenever you try to send or receive data from a socket.
This worked for the client.
ACTION
For further information please contact Hummingbird Technical
Support


Print View
Contact Me