Re: Apache tomcat concurrency issue

2016-11-10 Thread Christopher Schultz
is it a bug in Velocity. It's a bug in your application. - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: viernes, 04 de > noviembre de 2016 23:26 To: Tomcat Users List > Subject: Re: Apache tomcat concurrency > issue &

Re: Apache tomcat concurrency issue

2016-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Miguel Angel, On 11/3/16 12:52 PM, Roldan, Miguel Angel [Global Data & Content] wrote: (Moving this up to the top:) > Httpd apache server on the front-end v. 2.2 connected to apache > tomcat using AJP connector 1.3 > > Apache tomcat 7.0.56 Than

Apache tomcat concurrency issue

2016-11-03 Thread Roldan, Miguel Angel [Global Data & Content]
Hi, We are facing some random concurrency issues in our tomcat environments. 1. We have a web application deployed on Tomcat that handles requests from browsers (AJAX and non-AJAX) and also from an applet. 2. The requests send by the browser and always gets and posts (with a

Re: Tomcat Concurrency

2013-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 7/17/13 1:39 AM, vicky b wrote: > Just out of curiosity can you please let me know if there are 10 > clients who access 10 different browsers and make request at the > same time what is the expected output If they really all make requests

Re: Tomcat Concurrency

2013-07-16 Thread vicky b
HI All, Just out of curiosity can you please let me know if there are 10 clients who access 10 different browsers and make request at the same time what is the expected output On Tue, Jul 16, 2013 at 10:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED M

Re: Tomcat Concurrency

2013-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 7/15/13 6:38 PM, Konstantin Kolinko wrote: > 2013/7/16 Mark Haroldson : >> Hello; >> >> >> >> I am running a tomcat 6 webapp using Jersey and I am running into >> a concurrency issue. When there are multiple concurrent >> connectio

RE: Tomcat Concurrency

2013-07-15 Thread Mark Haroldson
wo. Thanks for the response Mark -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, July 15, 2013 3:39 PM To: Tomcat Users List Subject: Re: Tomcat Concurrency 2013/7/16 Mark Haroldson : > Hello; > > > > I am running a tomcat 6 webapp

Re: Tomcat Concurrency

2013-07-15 Thread verlag.preis...@t-online.de
Hi, -Original-Nachricht- > Von: Mark Haroldson > An: > Example: > > Given the following servlet; > > > > Servlet() > > { > > Output("Start thread"); > > Thread.sleep(2); > > Output("End thread") > > } > > > > I would expect the following output > > > > Start Thread >

Re: Tomcat Concurrency

2013-07-15 Thread Konstantin Kolinko
2013/7/16 Mark Haroldson : > Hello; > > > > I am running a tomcat 6 webapp using Jersey and I am running into a > concurrency issue. When there are multiple concurrent connections to tomcat > only one or two are processed concurrently. I have increased the maxThreads > on the connector and now can

Tomcat Concurrency

2013-07-15 Thread Mark Haroldson
Hello; I am running a tomcat 6 webapp using Jersey and I am running into a concurrency issue. When there are multiple concurrent connections to tomcat only one or two are processed concurrently. I have increased the maxThreads on the connector and now can see the requests being processed by di