Mark Wong wrote:
>Yeah, my dbt2 applications are multithreaded.
>
>
Do you need SIGPIPE delivery in your app? If no, could you try what
happens if you apply the attached patch to postgres, and perform the
signal(SIGPIPE, SIG_IGN);
once in your dbt2 app?
--
Manfred
Attachment: patch-dirty
Description: text/plain (531 bytes)
In response to
Responses
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2003-11-01 21:34:26 |
| Subject: Re: Proposal: psql force prompting on notty |
| Previous: | From: Manfred Spraul | Date: 2003-11-01 21:09:13 |
| Subject: Re: Avoiding SIGPIPE (was Re: OSDL DBT-2 w/ PostgreSQL |