I'am working on an NT service. According to some guidelines i've read, one should create a thread when the SCM starts the service. But with one single thread i can't do all the work, so i need more threads.
Is it possible to use my first thread as an administrative thread and create new threads that should do the work (read/write files, named pipes, etc...)?
Thanks.
Is it possible to use my first thread as an administrative thread and create new threads that should do the work (read/write files, named pipes, etc...)?
Thanks.
Comment