Defining service group for Win32::Daemon ?
From: Dean Arnold (darnold_at_presicient.com)
Date: 04/18/04
- Previous message: Bill Karwin: "Re: text files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 17 Apr 2004 22:23:15 GMT
Google was no help, so I'll try here...
On Win32 (Win2K, WinXP),
I need to pre-allocate a TCP port that will otherwise
get grabbed by Windows at startup for DCOM things.
In theory, I can write and install a service that will get
installed/started after TCP is up and running, but before
DCOM or other apps get a chance to grab the port, by
assigning the service to a specific group based on the
"load order".
I reviewed the Win32::Daemon docs, but didn't see any
specific reference to load order.
1) Is it possible to specify the load group with Win32::Daemon
(or some other module) ?
2) Does anyone have an example script they'd care to share
that does this sort of thing ?
TIA,
Dean Arnold
Presicient Corp.
www.presicient.com
- Previous message: Bill Karwin: "Re: text files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|