Re: win32 service code - Mailing list pgsql-hackers-win32

From Merlin Moncure
Subject Re: win32 service code
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AE3C@Herge.rcsinc.local
Whole thread Raw
In response to win32 service code  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers-win32
Magnus wrote:
> 3) Include in postmaster but running on a separate thread (not process
> as (2))
> Advantages: No extra binary. No extra process. Most integration.
> Disadvantages: Probably larger impact on postmaster code.

This is the best way to go, I think.  This way we can automatically
redirect stderr to the event logger and other nice stuff like that.

Also this prevents having to deal weird problem like the postmaster
crashing but postserver.exe still running...yuck.

Merlin

pgsql-hackers-win32 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: win32 service code
Next
From: "Magnus Hagander"
Date:
Subject: Re: win32 service code