Max resources number

Hi all,

does anyone know if there is a maximum number of resources that can be connected with the same user?

my scenario is:

a lot of resources via http/websocket (strophe)

user1@my.server.com/r1

user1@my.server.com/r2

user1@my.server.com/r…

user1@my.server.com/rN

user2@my.server.com/r1

user2@my.server.com/r2

user2@my.server.com/r…

user2@my.server.com/rN

user3@my.server.com/r1

user3@my.server.com/r2

user3@my.server.com/r…

user3@my.server.com/rN

userN@my.server.com/r1

userN@my.server.com/r2

userN@my.server.com/r…

userN@my.server.com/rN

other users are connected via smack api.

when the web users/resource become about 4 users with 10-15 resources, the server seems to not work properly. the messages are not dispatched, generating exceptions; but the users are still connected…

i use:

openfire 3.8.2 with this WebSocket Plugin (http://code.google.com/p/openfire-websockets/downloads/detail?name=websockets-0. 0.0.6.zip&can=2&q=)

smack api 3.3.1

strophe 1.0.2

thanks

harkonnen