Re: win32 service code

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "PgSql-Win32" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: win32 service code
Date: 2004-05-27 19:28:50
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE3C@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-05-27 19:45:00 Re: win32 service code
Previous Message Magnus Hagander 2004-05-27 19:10:58 win32 service code