Re: thread hang on execute call - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: thread hang on execute call
Date
Msg-id 509620E2-FA77-4A73-AC9F-9FB8C4B5B218@fastcrypt.com
Whole thread Raw
In response to Re: thread hang on execute call  (David Hustace <david@opennms.org>)
Responses Re: thread hang on execute call  (Pavan Kumar <pavan@netcore.co.in>)
List pgsql-jdbc
David,

Is there any way to simulate this. I'd like to get to the bottom of
it. I re-read your posts, and it appears you are using an old version
of the driver.

Dave
On 17-Apr-06, at 11:48 AM, David Hustace wrote:

> Pavan,
>
>> hi
>> i sending procedure as attachments that is called by java program.
>> please  get it from attachments.
>> i creates 15 worker threads and there is queue for job.
>> worker threads get job from queue if it there and do some db
>> operation.
>> and wait if there is no job in queue. there is another thread that
>> push
>> job in queue.
>> since whole processing takes time.....so worker threads always
>> find job
>> in queue.
>
> Did you ever resolve this issue?  I had a similar thread running on
> this recently:
>
> http://archives.postgresql.org/pgsql-jdbc/2006-01/msg00124.php
>
> and I haven't any closer on your thread, either.
>
>
> -David
>
>
> David Hustace
> The OpenNMS Group, Inc.
> Main  : +1 919 545 2553   Fax:   +1 503-961-7746
> Direct: +1 919 827 1201   Skype: dhustace
> Key Fingerprint: 8EC1 F319 2C1D 3197 AAB9  580F FACD 1D19 175E D903
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>


pgsql-jdbc by date:

Previous
From: David Hustace
Date:
Subject: Re: thread hang on execute call
Next
From: Pavan Kumar
Date:
Subject: Re: thread hang on execute call