Number of processes growing.

2001-11-14 Thread Laurent Michenaud

Hi,

Our web server :
Apache 1.3.14
Tomcat 3.2.3
Oracle 8.1.6 with Jdbc Thin drivers

We've got the following problem ( appearing about 10 times per day )
- The number of request on port 80 is stable( between 15-25 )
- The number of apache threads suddenly grows ( from 30 to 100 )
- The number of request on port 8009 suddently grows too ( from 50 to
190 )
- Our pool connection suddendly grows too ( from 3-4 connections to 80
max connections )

It cannot be an extern attack because the number of requests on port 80
is stable.
It seems that there is a bug somewhere.
Connections to database are not released( Pool is filled ). 
Tomcat and Apache processes are not released too even if the client
disconnected.

We only restart Tomcat to return to a stable status.

In attachment, a jpeg picture that shows a crash ( lines represent the
number of request on
port 80, on port 8009 and the number of process httpd ).

Can u help ?
 crash.gif 

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]




crash.gif
Description: crash.gif

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


AW: Number of processes growing.

2001-11-14 Thread Thomas Rickal, IOP Unternehmensberatung GmbH

Hi Michenaud,

maybe not all of your connections are freed so that users open new
connections although there are should be free connections in your
connection pool. Check your code.

Thomas



winmail.dat
Description: application/ms-tnef

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


RE: Number of processes growing.

2001-11-14 Thread Laurent Michenaud

Hi,

Code already checked.
Debug information in our pool.log is ok too.

Note that the server is able to run ok during 4-5 hours without any
problems.

a+


-Message d'origine-
De : Thomas Rickal, IOP Unternehmensberatung GmbH
[mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 14 novembre 2001 15:23
À : 'Tomcat Users List'
Objet : AW: Number of processes growing.


Hi Michenaud,

maybe not all of your connections are freed so that users open new
connections although there are should be free connections in your
connection pool. Check your code.

Thomas

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]