[EMAIL PROTECTED] wrote:
> Hi!
>         In our app we need to communicate to our application server using 
> DB connection and Sonic MQ.
>         As per one of earlier suggestion I am trying to write Plug-In for 
> creating DB and Q connection and keep for the session life.
>         So any request made by user can use same DB and/or Q connection.
>   
You're going to keep a DB connection in session for each user? That
strikes me as being a Really Bad Idea.

Why not use a connection pool?

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to