How can I to solute this problem? - Mailing list pgsql-sql

From LEON
Subject How can I to solute this problem?
Date
Msg-id 020601c35599$392e78d0$1f00a8c0@leon
Whole thread Raw
Responses Re: How can I to solute this problem?  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-sql
I use tomcat+linux_postgresql+jsp to develop system.
 
I start postgresql with 1024 processes.
FE:
postmaster -i -S -N 1024 -B 2048 -D /var/lib/pgsql/data
 
My jsp doesn't implement connection pool.It directly connects postgresql by jdbc.
 
After I run the Ui some times, the UI(jsp) would report "ieSorry,too many clientslg" .The exception is SQLException.
 
I must restart tomcat or postgresql I can continue to running my UI.
 
 
May this problem be soluted?
 
 
Best regards.
                          leon
                      2003-07-29

pgsql-sql by date:

Previous
From: Denis Zaitsev
Date:
Subject: NEW and a subselect in a rule
Next
From: Paul Thomas
Date:
Subject: Re: How can I to solute this problem?