Boost logo

Boost Users :

From: Jeff Garland (jeff_at_[hidden])
Date: 2003-06-17 17:37:30


On Mon, 16 Jun 2003 09:05:57 -0700, Koss, Loren wrote
> The service can start and I can attach and run through it, but if I
> uncomment it (which is what I need to do), essentially it
> IMMEDIATELY fails with a ERROR 1053: The service did not respond to
> the start or control request in a timely fashion. Is it possible
> that its not finding the proper libraries or a permissions problem
> is happening?

Windows services have to respond to the Windows Service Control
Manager (SCM) within a certain amount of time (a few seconds as I
recall) or the SCM will assume the start has failed. How long
is your Regex taking? Perhaps you should put the Regex in another
thread so that your SCM responses are timely....

HTH,

Jeff


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net