Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit - Mailing list pgsql-general

From Tom Lane
Subject Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit
Date
Msg-id 25277.1193084770@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.2.3: Server crashes on Windows using Eclipse/Junit  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit  ("Trevor Talbot" <quension@gmail.com>)
Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
Magnus Hagander <magnus@hagander.net> writes:
> I was planning to make it even easier and let Windows do the job for us,
> just using RegisterWaitForSingleObject(). Does the same - one thread per
> 64 backends, but we don't have to deal with the queueing ourselves.
> Should be rather trivial to do.

How can that possibly work?  Backends have to be able to run
concurrently, and I don't see how they'll do that if they share a stack.

            regards, tom lane

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Next
From: Tomas Vondra
Date:
Subject: Re: Bitmap Heap scan 8.1/8.2