Hi all, I wonder if any one can help.
I know how to do threading in a GUI app, I know how to do NT services, but how do I do threads in a service.
Purely as an example, if I wrote a web server as a service and wanted every connection to be a new thread (without caring about looking after existing threads - hopefully they'll look after themselves) where would I put the thread stuff.
Any example snippets would be most gratefully received.
Adrian
------------------