Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: win32 service code



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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group