[Planetlab-users] limit on number of connections to a port
Neil Spring
nspring at cs.umd.edu
Wed Oct 4 13:50:56 EDT 2006
If by "connections" you mean TCP connections, then yes, your
application can only have as many connections as file descriptors
(sockets) allocated by the kernel. (4,000-ish, I think, though
people who have run into this limit are more likely to know).
I don't think you're giving enough precise information for a smarter
answer. Information like which system call fails with what errno
value (perhaps from strace) would be helpful, but likely much more is
required.
-neil
On Oct 4, 2006, at 3:00 AM, Parul Halwe wrote:
>
> Hello All,
> Is there any limit on number connections that can be made to a
> particular port? I am developing an application that requires
> sending data packets. Initially everything works fine but after
> some time I am not able to establish connection to that port.
>
> Thanks and Regards,
> Parul Halwe
>
> --
> Parul Halwe
> Student
> M.Tech - 2nd Year
> Computer Science and Engg. dept.
> IIT Bombay
>
> _______________________________________________
> Users mailing list: Users at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/users
More information about the Users
mailing list