Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-19 Thread Yasser Zamani
On 9/13/2017 10:25 PM, Yasser Zamani wrote: > > > On 9/13/2017 9:49 PM, Mark Thomas wrote: >> On 05/09/2017 19:56, Yasser Zamani wrote: >>> Thanks a lot Mark! >>> >>> Yes I knew these and before tested that a tomcat with 400 max threads >>> "scalabilitaly is equal" to a tomcat with 200 max thre

Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-13 Thread Yasser Zamani
On 9/13/2017 9:49 PM, Mark Thomas wrote: > On 05/09/2017 19:56, Yasser Zamani wrote: >> Thanks a lot Mark! >> >> Yes I knew these and before tested that a tomcat with 400 max threads >> "scalabilitaly is equal" to a tomcat with 200 max threads but with >> servlet 3's async API including applicati

Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-13 Thread Mark Thomas
On 05/09/2017 19:56, Yasser Zamani wrote: > Thanks a lot Mark! > > Yes I knew these and before tested that a tomcat with 400 max threads > "scalabilitaly is equal" to a tomcat with 200 max threads but with > servlet 3's async API including application's thread pool with size 200. > > However so

Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-13 Thread Yasser Zamani
On 9/5/2017 11:26 PM, Yasser Zamani wrote: > Thanks a lot Mark! > > Yes I knew these and before tested that a tomcat with 400 max threads > "scalabilitaly is equal" to a tomcat with 200 max threads but with > servlet 3's async API including application's thread pool with size 200. > > However

Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-05 Thread Yasser Zamani
Thanks a lot Mark! Yes I knew these and before tested that a tomcat with 400 max threads "scalabilitaly is equal" to a tomcat with 200 max threads but with servlet 3's async API including application's thread pool with size 200. However so far I thought Oracle's docs are like standards and tomc

Re: Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-05 Thread Mark Thomas
On 03/09/17 09:01, Yasser Zamani wrote: > Hi there, > > At [1] we read: > >> Web containers in application servers normally use a server thread >> per client request. Under heavy load conditions, containers need a >> large amount of threads to serve all the client requests. >> Sca

Tomcat misuse of Servlet 3.0's asynchronous support

2017-09-03 Thread Yasser Zamani
Hi there, At [1] we read: > Web containers in application servers normally use a server thread > per client request. Under heavy load conditions, containers need a > large amount of threads to serve all the client requests. > Scalability limitations include running out of memory o