| Greg Fenton 2006-02-14, 1:23 pm |
| Brent Williams wrote:
> I'm running v9.0.2.3249
>
> When a palm user is hotsyncing they receive a message:
> Unable to read from the certicom_ssl network connection. 10054
>
Is this consistent?
Winsock error 10054 is "connection reset by peer".
Some Googling shows that this may mean one or more of:
- This normally results if the peer application on the remote host is
suddenly stopped, the host is rebooted, or the remote host used a "hard
close" (see setsockopt(SO_LINGER
)) on the remote socket.
- This error may also result if a connection was broken due to
"keep-alive" activity detecting a failure while one or more operations
are in progress.
- I have found that 10054 errors occur when the server is under CPU
load. The connection reset error means that the server did not
acknowledge the clients request in time.
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|