Subject | RE: [firebird-support] Externel Connection |
---|---|
Author | Si Carter |
Post date | 2005-03-16T08:14Z |
> -----Original Message-----WSAEWOULDBLOCK
> Found service 'GDS_DB' at port '3050'
> Failed to connect to host 'x.x.x.x',
> on port 3050. Error Num: 10035.
(10035)
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/