Message Boards

How many users can login at a time? (RESOLVED)

Umesh Gaganan Bongale, modified 16 Years ago.

How many users can login at a time? (RESOLVED)

Junior Member Posts: 26 Join Date: 10/30/07 Recent Posts
Dear Frnds,

I want to know, How many users can login at a time?

waiting for reply....
Clement S Vincent, modified 16 Years ago.

RE: How many users can login at a time?

Junior Member Posts: 28 Join Date: 10/23/07 Recent Posts
Hi
umesh ..
I guess it all depends on the type of database server you are using ... typically, upto 20 concurrent user .. without any significant drop in the performance..
thumbnail
Tobias Amon, modified 16 Years ago.

RE: How many users can login at a time?

Liferay Master Posts: 546 Join Date: 8/8/07 Recent Posts
wow, only 20?

are you sure? what kind of server do you have?

or do you mean the login action, not concurrent users logged in to liferay and browsing pages?
Clement S Vincent, modified 16 Years ago.

RE: How many users can login at a time?

Junior Member Posts: 28 Join Date: 10/23/07 Recent Posts
I use 4.3.3 + tomcat 5.5 + mysql server 5.0
thats how it is config. in root.xml of tomcat, but not sure ..!
Umesh Gaganan Bongale, modified 16 Years ago.

RE: How many users can login at a time?

Junior Member Posts: 26 Join Date: 10/30/07 Recent Posts
Thanks for your helpful reply..



I am having Liferay 4.2 tomcat 5.5 and Mysql 5.0.26.

so how many user can login at a time?
thumbnail
Tobias Amon, modified 16 Years ago.

RE: How many users can login at a time?

Liferay Master Posts: 546 Join Date: 8/8/07 Recent Posts
Hi,

I meant hardware as well...

Do you refer to "MaxActive" in Resource?
I do not think this is the maximum number of concurrent users in the portal. This is the number of concurrent connections to the database in pool. You can easily set this to a higher number. But watch your mysqld-settings...
thumbnail
Roman Hoyenko, modified 16 Years ago.

RE: How many users can login at a time?

Liferay Master Posts: 878 Join Date: 10/8/07 Recent Posts
Liferay members said that they have a university with tens of thousands users using the portal. So I am pretty sure that it is not 20 users at a time. It is probably limited by hardware, I don't think there is a software limit (may be licenses to the db and such stuff).
Umesh Gaganan Bongale, modified 16 Years ago.

RE: How many users can login at a time?

Junior Member Posts: 26 Join Date: 10/30/07 Recent Posts
Thank u very much my frnds...

but still i am confuse....
normally for my configuration how many users can log in concurrently? i mentioned my configuration above.


what configuration should we have for max user login without decreasing performance...???

and one more question...
is liferay organization announced the max number of user log in concurrently???


thanks in advance.....
thumbnail
Tobias Amon, modified 16 Years ago.

RE: How many users can login at a time?

Liferay Master Posts: 546 Join Date: 8/8/07 Recent Posts
Hi,

as Roman already said, the number of concurrent useres depends on your hardware. A 2 socket quadcore xeon will handle more users than a single-cpu core2duo.

If you don't want to limit the connections to your database you may decrease the number from 20 to 0 (unlimited).