Products  | Support & Services  | News & Events  | Partners  | Policies  | Global Sites
Home > Support > Hummingbird Connectivity Products > Exceed >  XDK - Maximum number of HCL socket(64) Reached Print View   Contact Me
Connectivity Support


XDK - Maximum number of HCL socket(64) Reached
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