Whenever I try to bind an ip address and port to a socket (php 4.0.6) I get an "Address already in use" error if there is already an open socket in a different script bound to a different port but same ip address.
Is it possible to create multiple sockets bound to the same ip address (but different ports)?
If so, how do I go about doing this?
Thanks.