slow stop of a win32 service via perlsvc

2015-08-19 Thread Stefan Parvu
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

RE: ActiveState PerlSvc: Access is denied message returned on ser vice installation

2004-02-17 Thread Hernandez, Pedro (Merant)
al Message- From: Steven Manross [mailto:[EMAIL PROTECTED] Sent: martes, 17 de febrero de 2004 17:11 To: Hernandez, Pedro (Merant); [EMAIL PROTECTED] Subject: RE: ActiveState PerlSvc: Access is denied message returned on service installation Well, you need admin rights to that other machine.

RE: perlsvc question

2003-04-03 Thread Tobias Hoellrich
At 09:54 AM 4/3/2003 -0500, Eric Logeson wrote: I did read that many times... (http://aspn.activestate.com/ASPN/Perl/Reference/Products/PDK/PerlSvc/What.html) from what I gather I need to specify: $Config{UserName} = 'test'; $Config{Password} = 'test'; which I did, but upon c

RE: perlsvc question

2003-04-03 Thread Eric Logeson
I did read that many times... (http://aspn.activestate.com/ASPN/Perl/Reference/Products/PDK/PerlSvc/What.html) from what I gather I need to specify: $Config{UserName} = 'test'; $Config{Password} = 'test'; which I did, but upon compilation I get the following error: Creat

Re: perlsvc question

2003-04-03 Thread Tobias Hoellrich
At 09:18 AM 4/3/2003 -0500, Eric Logeson wrote: Hello How do I specify an account that the service should log on as? Open the PDK Help and read under PerlSvc->"What is PerlSvc?". Hint: Search for UserName. Tobias ___ Perl-Win32-Users

perlsvc question

2003-04-03 Thread Eric Logeson
Hello How do I specify an account that the service should log on as? use strict; use warnings; package PerlSvc; our %Config; sub Startup{ while(ContinueRun()){} } sub Install{ $Config{ServiceName} = 'test'; $Config{DisplayName} = 'test'; $Conf

Re: PerlSvc

2003-03-12 Thread Jan Dubois
On Wed, 12 Mar 2003 13:35:33 -0500, John Deighan <[EMAIL PROTECTED]> wrote: >I have a service, that I've created with PerlSvc. Occasionally, it doesn't >start up correctly after a reboot, and I suspect that it's because it >accesses a database, and the databa

Re: PerlSvc

2003-03-12 Thread Cameron Dorey
John Deighan wrote: I have a service, that I've created with PerlSvc. Occasionally, it doesn't start up correctly after a reboot, and I suspect that it's because it accesses a database, and the database server may not have started completely when my service is started. Und

RE: PerlSvc

2003-03-12 Thread Ken Cornetet
lto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 1:36 PM To: [EMAIL PROTECTED] Subject: PerlSvc I have a service, that I've created with PerlSvc. Occasionally, it doesn't start up correctly after a reboot, and I suspect that it's because it accesses a database, and the database se

PerlSvc

2003-03-12 Thread John Deighan
I have a service, that I've created with PerlSvc. Occasionally, it doesn't start up correctly after a reboot, and I suspect that it's because it accesses a database, and the database server may not have started completely when my service is started. Under Windows, one service can

Perlsvc created a program that eternally says "starting"

2002-12-20 Thread Lee Clemmer
1 PM > To: '[EMAIL PROTECTED]' > Subject: Perlsvc created a program that eternally says "starting" > > > I've made my first PerlSvc service. In the past I've used > SRVANY from the NT resource kit and had no problems. > > The program .exe

Re: PerlSVC

2002-09-06 Thread Jan Dubois
erl\bin >use Win32::Process; >use Win32; > >package PerlSvc; > >our $Name = 'CDcontrol'; >ofur $DisplayName = 'CDcontrol Service'; That should be 'our' instead. I haven't checked if there are other problems with your script. For help

PerlSVC

2002-09-06 Thread Ricci, Mark
Hello All, I'm having some trouble getting this script to run as a service, any and all help is appreciated: #!c:\perl\bin use Win32::Process; use Win32; package PerlSvc; our $Name = 'CDcontrol'; ofur $DisplayName = 'CDcontrol Service'; $dir = ""; $f

I am getting a perl_my_atof error within a PerlSvc

2001-12-10 Thread Hill, David K
Has anyone else seen this kind of error? I might be doing something stupid. I am looking for memory scooping suggestions for designing PerlSvc / PerlApp type of compilations. This is an output that is generated by a Service Manager on one of our servers. CategoryEvent User