From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Trevor Talbot <quension(at)gmail(dot)com>, PostgreSQL <pgsql-general(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit |
Date: | 2007-10-22 20:26:10 |
Message-ID: | 25277.1193084770@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Magnus Hagander <magnus(at)hagander(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Trevor Talbot | 2007-10-22 20:44:29 | Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit |
Previous Message | Dave Page | 2007-10-22 20:23:14 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-10-22 20:34:43 | Re: Feature Freeze date for 8.4 |
Previous Message | Dave Page | 2007-10-22 20:23:14 | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |