Subject Re: Can't Connect - Getting 10035 Error
Author Simon Carter
--- In firebird-support@yahoogroups.com, "jvelardeverdin" > Attempt
connecting to JULIODELL.
> Socket for connection obtained.
>
> Could not resolve service '' at port '3052'
> Failed to connect to host 'JULIODELL',
> on port 3052. Error Num: 10035.
>
> TCP/IP Communication Test Failed!

Check (http://www.fbtalk.net/viewtopic.php?id=136) for a list of
winsock error codes, the description given to 10035 is:

Resource temporarily unavailable.

This error is returned from operations on non-blocking sockets that
cannot be completed immediately, for example recv
when no data is queued to be read from the socket. It is a non-fatal
error, and the operation should be retried later. It is normal for
WSAEWOULDBLOCK to be reported as the result from calling connect on a
non-blocking SOCK_STREAM socket, since some time must elapse for the
connection to be established.

rgds

Si Carter
http://www.tectsoft.net/
http://www.fbtalk.net/