Hello Rainer, > -----Original Message----- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Monday, February 20, 2012 7:48 PM > > I don't really know, but 1220 is ERROR_CONNECTION_INVALID, which is > closer to what you expected. One of the parameters passed to > WriteClient > and also in the vector write case is actually the connection ID so it > could be that a unusable client connection could also return "87". > Unfortunately MSDN doesn't have any useful information. > > Maybe Mladen or Tim know more about it. > > Regards, > > Rainer >
Thank you for your reply. I see that MSDN says about Winsock error 87: WSA_INVALID_PARAMETER - 87 One or more parameters are invalid. An application used a Windows Sockets function which directly maps to a Windows function. The Windows function is indicating a problem with one or more parameters. Note that this error is returned by the operating system, so the error number may change in future releases of Windows. So I guess the 87 errors correspond to the 1229 errors (when the connection is invalid). Thanks! Regards, Konstantin Preißer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org