environment.
The point is raise a question is this echo $! > "CATALINA_PID" the best
approach to get the PID?
KR,
Rafael
Em qui., 23 de abr. de 2020 às 02:44, calder
escreveu:
> On Wed, Apr 22, 2020 at 11:34 AM Rafael Oliveira
> wrote:
> > Hello everyone during some test
Hello everyone during some tests where I ran in my local environment I came
across an odd behavior on tomcat start
During the start process catalina.sh script create a new PID file using the
following statement
*echo $! > "CATALINA_PID"*
$! *Expands to the process **ID** of the job most recently
Ok,
Sorry for taking so long to answer, we are using this versions in a production
enviroment (one server, to just selected users).
So we solved our problem, we changed the jsp-api that tomcat uses, we are using
the jsp-api 2.2 from glassfish (we are still studying the side effects from
that c
23 de dezembro de 2015 16:17:17
Assunto: Re: troughput difference
Rafael,
On 12/23/15 9:17 AM, Rafael Oliveira de Mattos wrote:
> We are using the APR connector in both cases.
Can you confirm you are using the same version of tcnative/APR/OpenSSL
in both cases?
Can you please copy/paste the
We are using the APR connector in both cases.
Att.
Rafael Oliveira de Mattos
Analista Implementador
Unidade de Justiça
Softplan/Poligraph
+55 48 3027-8000
www.softplan.com.br
twitter.com/softplanonline
- Mensagem original -
De: "Christopher Schultz"
Para: "Tomcat Users
troughput difference
Rafael,
On 12/17/15 3:09 PM, Rafael Oliveira de Mattos wrote:
> I'm having different results in Tomcat performance using version 6.0.37 and
> 8.0.23.
>
> Using tomcat 6 we usually have
> 5000 ~ rpm with a response time of 80ms
>
> Using tomcat 8 t
Hello,
I'm having different results in Tomcat performance using version 6.0.37 and
8.0.23.
Using tomcat 6 we usually have
5000 ~ rpm with a response time of 80ms
Using tomcat 8 the max that we can get is
2000 ~ rpm with a response time of 200ms
We are using the same jdk version 1.7.0.80,