Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

From: "Trevor Talbot" <quension(at)gmail(dot)com>
To: "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)postgresql(dot)org>
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Date: 2007-10-26 12:25:39
Message-ID: 90bce5730710260525w4a2cb00aq2a74147bcd42f2e2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 10/26/07, Magnus Hagander <magnus(at)hagander(dot)net> wrote:

> Can you try the attached patch? See how many backends you can get up to.
>
> This patch changes from using a single thread for each backend started to
> using the builtin threadpool functionality. It also replaces the pid/handle
> arrays with an i/o completion port. The net result is also, imho, much more
> readable code :-)

The patch looks good; I'm not set up to build yet, but I should be
able to test it sometime in the next week.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-10-26 12:29:51 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Tom Lane 2007-10-26 12:21:42 Re: TRUNCATE - timing of the return of disk space - caused by long-lived client?

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-10-26 12:29:51 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Magnus Hagander 2007-10-26 12:07:02 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit