Are you load balancing at all? I think we were seeing this with
mod_http_bind in ejabberd in a load balancing set up that we had
incorrectly configured. Are you also using mod_http_bind?
jack.
I believe that was exactly what happened. Tofu may chime in with more
info if he remembers.
jack.
myers
Wow, this could be a big break on the problem I'm currently working on.
Currently strophe.js on my site opens with this:
<body xmlns='http://jabber.org/protocol/httpbind'
sid='c111842b232e2130b0b0a4c69ab23a45c99ba86b'
wait='60' requests='2' inactivity='30' maxpause='120'
...
So if I understand what you are saying if I make wait="30" I will
avoid this bug?
A quick search for "inactivity" on the ejabberd ticket system didn't
turn up anything. Do you know if they have a ticket on this?
myers
Wow, this could be a big break on the problem I'm currently working on.
On Mon, Jul 6, 2009 at 11:37 AM, Christopher
Zorn<christop...@gmail.com> wrote:
> You can check if those are correct. Most likely they are. The problem we had
> was that there is a bug in http_bind that if the 'wait' is longer than
> 'inactivity' and there is a waiting request it will not wait for it but
> timeout.
Currently strophe.js on my site opens with this:
sid='c111842b232e2130b0b0a4c69ab23a45c99ba86b'
wait='60' requests='2' inactivity='30' maxpause='120'
...
So if I understand what you are saying if I make wait="30" I will
avoid this bug?
A quick search for "inactivity" on the ejabberd ticket system didn't
turn up anything. Do you know if they have a ticket on this?
myers