cancel
Showing results for 
Search instead for 
Did you mean: 

maximum number of concurrent sessions possible

midhun
Champ in-the-making
Champ in-the-making
Could anyone tell what is the maximum number of concurrent sessions possible in  Alfresco and  maximum size of the file that can be uploaded
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The limit for the file size is the size of your hard disk unless you choose to implement some sort of Quota.

I'll assume you mean http sessions, although Alfresco also has other sorts of sessions such as cifs or ftp.   The maximum number of sessions is a large number unless you choose to control it through your application server (e.g. Tomcat's maxActiveSessions.)   

In sizing your system you will probably be more concerned with what the users are doing concurrently.  In general the limiting factor is the amount of RAM available.   There must be a limit where your hardware and memory become inadequate and you will need to cluster your system.

midhun
Champ in-the-making
Champ in-the-making
Thank you so much for your reply