Board index » DotNet » Help with windows services

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


-
 

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-----

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





.



-