Thanks a lot. This is what keeps us going :)
On Tue, Jul 29, 2008 at 8:42 PM, Jeremy Hinegardner
<[EMAIL PROTECTED]> wrote:
> Thanks for the info. I don't really need it, I was just pondering some
> options.
>
> I noticed, anecdotally, in my logs that it didn't appear to be doing
> database queri
Thanks for the info. I don't really need it, I was just pondering some
options.
I noticed, anecdotally, in my logs that it didn't appear to be doing
database queries concurrently. It just walked the entity list. That
led to the conclusion that if it is doing things serially, it could
reuse a con
Using pooled connection may be of little use here .Because the same
connection is used throughout the operation that is one connection/per
entity. If I use a pooled connection I still need to get the same
no:of connections. That is why we did not have that configuration
If you really need it you ca
Hi all,
I'm using the DataImportHandler, and its working great. What I would
like to do is configure the to use a pooled conncation from
our Servlet container (Jetty) instead of having the DataImportHandler
instantiate and hold a new connection for each entity in our
dataimport-config.xml (which