Re: win32 service code
- From: Andrew Dunstan <andrew(at)dunslane(dot)net>
- To: PgSql-Win32 <pgsql-hackers-win32(at)postgresql(dot)org>
- Subject: Re: win32 service code
- Date: Thu, 27 May 2004 23:28:09 -0400
- Message-id: <40B6B1C9(dot)8070605(at)dunslane(dot)net>
Claudio Natoli wrote:
My take: If code is there for option 2, let's get it in. ISTM the
installer could make a copy of the postmaster.exe called
pgservice.exe and install the latter as the service. Then you should see
one pgservice and one postmaster instead of two postmasters, right?
True enough. The only obvious disadvantage being the footprint of the exe,
both for running and redistribution (already bad enough that we do this for
postgres.exe). That kills it from my view.
The memory footprint part of this is true whatever you call it.
In that case I agree with your other suggestion of rolling it into
pg_ctl - it should fit quite nicely, and make it easier for us to make
sure that both manager aspects do the right thing w.r.t each other.
The "extra thread" option looks too messy at this stage of the game.
cheers
andrew
Home |
Main Index |
Thread Index