I made a mistake and I initially sent this post to the joram list. Sorry if
you receive this message twice.

I'm using container managed entity beans and I'm wondering how Jonas manages
connections to the database (actually PostgreSQL in my case). When I issue a
ps command on my Linux worstation I noticed that, although several beans are
being loaded, only one connexion is activated. This is rather surprising,
isn't it? I suspect it slows down the whole container since everybody shares
the same connexion.

How can allow several opened connexion to the database at the same time
without defining several datasources? Moreover, this would not change the
fact that all beans of the same kind will get connected to the same
datasource and share the same connection.

Any explanation, help would be appreciated.

Olivier Richaud
CSTB
office: +33 4 93 95 67 24
mobile: +33 6 87 52 53 17
www: http://cic.cstb.fr

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to