> It would be nice if somebody from the windows world can  help here:
> https://sourceforge.net/apps/phpbb/assp/viewtopic.php?f=9&t=368

The windows Service Control Manager (SCM) sends the start request
to the service and it then monitors the service status expecting it to
turn to "RUNNING" in a given amount of time; if, for whatever reason
the server doesn't change its status or doesn't asnwer at all the SCM
assumes it failed to start; in ASSP case, when the program starts it
first loads all the config info, modules and other stuff and then enters
the code handling the service, so, if the previous phase lasts longer
than the SCM wait time, the SCM does timeout and reports the service
as "failed to start" this may due to some quite big file being loaded or
to some filesystem issue; a possible workaround could be changing
the code so that ASSP should first of all determine if it's running as a
service and, in such a case, handle the service stuff; after that it may
then proceed loading all the needed stuff and initializing as usual



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to