Subject RE: [firebird-support] Immediate connection to server fails after startup
Author Alan McDonald
> Hi Alan,
> >
> > I know you can't expressly declare the starting order of
> services but you
> > CAN declare dependcies.
> > When you register your service, make it dependent on the
> FBServer service.
>
> it's not a service I am having trouble with but a program.
>
> Florian

OK - sorry. FBReplicator is an application I put into the starup group. But
it has a simple timer on it and it waits for 5 minutes after loading before
it attempts it's first connection. It is actually configurable but I have
never made it run more frequently than every 5 minutes so I have never
struck your problem. Anyway - a simple timer component would fix your issue
as well as the polling method.
Alan