Csharp

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

Barry

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


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