hemant bhasin wrote:
> 
> 1. how do i enable connection pooling with jonas
Connection Pooling is automatically enabled.

> 2. i am using a oracle  database. what is the "jdbc.connchecklevel"
> parameter used for.
> what do the  level 0, 1 ,2 signify
0 = no special check on connections
1 = before reusing a connection, check that it's not closed.
2 = before reusing a connection, try a void statement on it to see if
it is still OK. (this statement is database dependant, in the properties
file)
> 3. while running no. of identical client, i put a wait in midst of a
> transaction. In this scenario every client was making a separating db
> connection, ratyher reusing the existing db connection. how do i rectify
> this problem
If each client is in a different transaction, you cannot use the same
connection,
because the design is: 1 connection = only 1 transaction at a time.
> 
>  regards
> Hemant Bhasin
> 
> ----
> 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".

-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
-> Download our EJBServer at http://www.bullsoft.com/ejb <-
----
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