Board index » DotNet » Help with windows services
|
TomToe
|
|
TomToe
|
Help with windows services
DotNet136
I need direction on how to create a program that will start multiple windows services. Each service will monitor a specific directory using FileSystemWatcher. I have the file system watcher part working...but how does one create multiple windows services?? Thanks Jack David - |
| Barry
Registered User |
Mon May 10 16:37:52 CDT 2004
Re:Help with windows services
Jack -
Are you sure that "multiple windows services" is the best design? How about a single handler that creates worker threads as watcher events are fired... Barry Quote-----Original Message----- |
