I have developed several win32 services:
 https://github.com/kronometrix/recording/tree/master/bin/windows

I have seen on some systems takes considerable amount of time to stop
and uninstall the services, via command line or using sc.

For example:
  sysrec -remove will sometimes take even 5 minutes - not sure why.

Anyone any ideas are there any consideration when writing a Win32
service via perlsvc and stopping or starting as a service ? Is there any
way to control or force the shutdown process to happen as quick as lets
say 20sec and force it somehow ?

Starting is always fast. Stopping the service is the problem.

Many thanks,


-- 
Stefan Parvu <spa...@kronometrix.org>
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to