|
dear all,
do requests for EJB UserTransaction objects or
db connections accessible through a Context get handled in a *queued* manner
under orion?, or does it just notifyAll() the worker threads and let them fend
for themselves?
we're currently doing our own database connection
pooling, about to switch over to UserTransaction objects + using orion's db
connection pooling.
i had to modify the database toolkit we are using
since it implemented a "free for all" approach to handing out newly freed up
connections to worker threads, i.e. notifyAll(), which didn't guarantee that
threads received a db connection in the order in which they were
requested.
greg
|
- Connection Pooling Amir Peivandi
- Re: Connection Pooling Robert Krueger
- Re: Connection Pooling Al Fogleson
- Re: Connection Pooling Dave Ford
- RE: Connection Pooling Duffey, Kevin
- CMP Primer related question.. Kevin Duffey
- connection pooling Greg Matthews
- connection pooling Ugur Karakaya
- Re: connection pooling James Halloran
- Connection Pooling Kesav Kumar
- RE: Connection Pooling Gerald Gutierrez
- RE: Connection Pooling Taavi Tiirik
