Hi everybody,
I am developing a xmpp web chat, with :
- iJab is chat client.
- nginx is proxy web server.
- ejabberd is chat server ( with internal bosh is http-bind module).
Every times I open new tab, i create new session with new resource binding for the same JID.
But now , when I open about six tabs in firefox, have many synchronous long-polling requests, the responses is so slow.
but, if i open new tab in another browser, the response is normal (still slow in firefox).
Please any ideas or solutions.
Thanks so much.