From: Reinhard M. <ma...@tc...> - 2006-11-07 15:30:36
|
Hi, On Tue, 7 Nov 2006 at 16:25, Jan Kandziora wrote: > Two or more processes cannot listen (to all) on the same port number > on the same machine. It's just the way TCP/IP works. not entirely true. It is possible to have multiple listeners on the same port on the same machine, if the machine has multiple IP addresses and each listener binds to a different one. cu Reinhard |