Service startup delay - Mailing list pgsql-hackers-win32

From Barry Lind
Subject Service startup delay
Date
Msg-id 03E7D3E231BB7B4A915A6581D4296CC6978C3D@NSNOVPS00411.nacio.xythos.com
Whole thread Raw
Responses Re: Service startup delay  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers-win32
We are incorporating the win32 port into our product, and have run into a problem with the timing of the startup of the windows service.   What is happening is that we have setup a dependency between our service and the postgres service so that our service starts after the postgres one.  However this sometimes still fails, as it appears the postgres service returns control to windows before the database is actually fully started and ready to accept connections as we are getting an error in our app (org.postgresql.util.PSQLException: A connection error has occurred: org.postgresql.util.PSQLException: FATAL: the database system is starting up).  Can this be fixed?  We can hack around this in our code, but it would be nice (and I am sure others will run into this as well) if this was fixed properly in the postgres service itself.
 
thanks,
--Barry
 

pgsql-hackers-win32 by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: InitDB Failure on install
Next
From: Bruce Momjian
Date:
Subject: Re: Service startup delay