Multiple connections at the 5280

I have got small problem with bosh. As soon as few (about 10) people logs using bosh I get:

netstat -a | grep :5280 | wc -l
14178

All those connections are in TIME_WAIT state and all of them are on eth0:random_port <=> eth0:5280
If I set ip at the connect function

$conn->connect('http://IP:5280/http-bind', 1,$old_session);

(for example IP from the eth0:1), then there are 60-70 connections for about minute. After that time number of connections rise to the 7000+.

Is there a way to find out what is the reason ?

You can also try to ask this

You can also try to ask this in the ejabberd mailing list, because there maay be some BOSH client developers or BOSH server administrators there.

Syndicate content