XmlRpcSocket::bind doesn't fail when port already used
Status: Beta
Brought to you by:
cmorley
I start up my application that binds to a port number
using XmlRpcServer::bindAndListen() -->
XmlRpcSocket::bind(). I then start another process
which tries to bind to the same port number on the same
machine and XmlRpcSocket::bind() doesn't fail on
Windows. On Solaris and Linux bind fails correctly.
Greg