Hello,

I have some jsp's that are using orion's connection pooling.

When a jsp page opens the db connection (oracle) through the connection
pool, is it dedicated to that particular jsp page? Another jsp couldn't
issue a commit or rollback and somehome impact another jsp's transactions,
correct?

In other words, orion simply pre-opens the connection and then hands it off
to the jsp/bean/whatever for it's exclusive use. Correct? When it is done
with the connection, it goes back to the pool.... right?

Thanks,
Keith





Reply via email to