From: | Ronald Kuczek <kuczek(at)kuczek(dot)pl> |
---|---|
To: | pgsql-hackers-win32(at)postgresql(dot)org |
Subject: | pg_ctl porting |
Date: | 2004-04-08 18:04:43 |
Message-ID: | 4075943B.6050109@kuczek.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
Hi all,
I have skeleton from Claudio and Keith Woodell.
Idea to start postmaster as new console thread is - IMO all except
productive solution.
Postgres is running as service - quasi-service (the same thing you can
realize with M$ srvany).
My suggestion is - to add to postmaster Win32 service features.
Start,stop,pause, restart, eventlog,service manager etc.
For debugging purposes - developer can start postmaster in console like
any application.
If you want I can continue Claudio's work and complete pg_ctl, my
opinion you know.
Reload can be handled on Pause/ResumeService.
Please tell me your choice, I'll realize it.
Best regards
Rony
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2004-04-08 18:35:30 | Re: pg_ctl porting |
Previous Message | Merlin Moncure | 2004-04-06 19:21:24 | Re: PGSVC : PostgreSQL Windows Service Manager |