JOnAS Pool Configuration
Ziad Saade <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Dear All we are using JOnAS 4.8.4 and we have about 10,000 users that login to the (web Application), if we have 10,000 user what's the formula to calculate the possible number of concurrent users? in addition we have the following data source configuration: jdbc.maxconpool=100jdbc.connmaxage=30jdbc.samplingperiod=30jdbc.maxwaittime=10jdbc.pstmtmax=60 jdbc.minconpool=0jdbc.maxwaiters=100jdbc.connchecklevel=1jdbc.maxopentime=10 the above is effective or it should be adjusted for better performance? knowing the number of maximum users around 10,000 and the calculated number of concurrent users Thanks in advance Regards