1) When the service has been started, is there any way of controlling the total amount of threads it spawns? If I made a global variable and made it count, would this be enough?
2) When I setup my server I use "srvr.AddHandler("/*", "WebServer", false)" to force all traffic not to go to the file system, but to my "WebServer" handler. Is there any other access I would need to prevent going to the file system?
2) When I setup my server I use "srvr.AddHandler("/*", "WebServer", false)" to force all traffic not to go to the file system, but to my "WebServer" handler. Is there any other access I would need to prevent going to the file system?