This Question is Answered

10 Replies Last post: Sep 1, 2008 5:15 PM by Luiz Candido  
Luiz Candido Bronze 11 posts since
Apr 7, 2006
Currently Being Moderated

Oct 23, 2007 12:09 PM

How many users can connect on the server?

 

During about one year and a half, our Wildfire 2.4.4 run fine, but in the last weeks several connection errors began to occur.  The  number of sessions had grow up until  995 (we are a big company) and then stopped. I think that the maximum number of allowed sessions has been reached. Am I right? We are migrating to Openfire 3.3.3. With this new product will be possible a greater number of sessions? With the Openfire Enterprise Edition this problem would be solved?

 

 

The server platform is a  Linux Red Hat Enterprise Edition, the DB is Postgresql and the users come from MS AD via LDAP.

 

 

Thanks to everyone,

 

 

 

 

Luiz Candido

 

 

 

 

 

 

Gaston Dombiak Jiver 3,751 posts since
Sep 26, 2001
Currently Being Moderated
Oct 23, 2007 3:42 PM in response to: Luiz Candido
Re: How many users can connect on the server?

Oi Luiz,

 

Wildfire 2.4.4 should be able to handle 1000 concurrent users. However, I would recommend upgrading to the latest Openfire version since many many many bug fixes has been solved since 2.4.4. Openfire 3.3.3 has scaled to 150,000 concurrent users in our local tests (btw, we ran out of users so the test stopped). Openfire Enterprise 3.4.0 (to be released in a week approximately) will include clustering support that will let you run the server in several machines so that the service will still be available even after a machine went down. Clustering will also let you scale to much bigger number of concurrent users.

 

Regards,

 

  -- Gato

LG KeyContributor 4,983 posts since
Dec 13, 2005
Currently Being Moderated
Oct 27, 2007 12:46 PM in response to: Luiz Candido
Re: How many users can connect on the server?

Hi Luiz,

 

if you can get the User Import-/Export plugin for Wildfire 2.4.4 it may be an option to use it for the user migration.

The wiki http://wiki.igniterealtime.org/display/WILDFIRE/Home contains three update guides, so it shouldn't be too hard to follow them.

 

LG

Todd Getz KeyContributor 1,960 posts since
Apr 2, 2007
Currently Being Moderated
Jun 12, 2008 2:58 PM in response to: Luiz Candido
Re: How many users can connect on the server?

You may need to increase the amount of memory allocated to openfire.  the enterprise plugin is not the anser as it is not even used anymore.  the server should support several thousand users.

Todd Getz KeyContributor 1,960 posts since
Apr 2, 2007
Currently Being Moderated
Jun 12, 2008 3:03 PM in response to: Luiz Candido
Re: How many users can connect on the server?

the other issue is that AD can only handle 1000 request at a time by default.  Refer to this site:  http://support.microsoft.com/kb/315071

LG KeyContributor 4,983 posts since
Dec 13, 2005
Currently Being Moderated
Jun 21, 2008 10:56 AM in response to: Luiz Candido
Re: How many users can connect on the server?

Hi,

 

the JVM itself decides how much memory it can use (http://java.sun.com/javase/6/docs/technotes/guides/vm/gc-ergonomics.html --> "Smaller of 1/4th of the physical memory or 1GB").

 

So if you want to increase the memory available for Openfire you may want to add "-Xms512m -Xmx1500m" or something like this to the start script.

 

LG

More Like This

  • Retrieving data ...