HI,
  Is there a way to have the web server application using a different port rather than 80? We might have a few application running, and want same domain name.
 
Neil
----- Original Message -----
From: /dev/null
Sent: Thursday, November 17, 2005 4:15 PM
Subject: Re: [msvc] ISAPI programming

 
So does ISAPI use IOCP?
It's been a while since I looked into it, but IIRC - "yes". It'd be odd for m$'s flagship web server to not use thier own fastest IO mechanism.
It automatically creates its own worker threads in the background? If it does, does it work on the rule, creating 2 worker threads per processor?
Whenever I debugged my ISAPI I remember seeing a lot more than just 2 threads per CPU. There are probably a number of threads queued up for connections, some worker threads, and then a couple extra threads to help overload the system and make it run slower.


_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to