Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 11:08, Fady Haikal wrote: > @Mark, we have 3rd parties and applications that are connecting to the > Tomcat server (not only the users) that will made these transactions Then you need to answer the original questions for ALL user agents. Mark > > On Mon, Jun 19, 2017 at 12:58 PM, M

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
@Mark, we have 3rd parties and applications that are connecting to the Tomcat server (not only the users) that will made these transactions On Mon, Jun 19, 2017 at 12:58 PM, Mark Thomas wrote: > On 19/06/17 10:53, Fady Haikal wrote: > > - Concurrent active connections: 3000 > > - Concurent passi

Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 10:53, Fady Haikal wrote: > - Concurrent active connections: 3000 > - Concurent passive connections: 1000 > - concurrent active connections (i.e. actively processing a request): 1000 > - new requests made per second: 28 > - average time taken to process a request: 2 - 3 seconds Those n

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
- Concurrent active connections: 3000 - Concurent passive connections: 1000 - concurrent active connections (i.e. actively processing a request): 1000 - new requests made per second: 28 - average time taken to process a request: 2 - 3 seconds On Mon, Jun 19, 2017 at 12:46 PM, Mark Thomas wrote:

Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 10:06, Fady Haikal wrote: > Hi Team, > I need to know if Tomcat can handle around 2000 concurent user, 17000 > number of simultaneouse transactions peak per 10 minutes, assuming the > application can handle them, in additional i need to know what is the > recommended configuration for T