17 Jun
2003
17 Jun
'03
10:37 p.m.
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