M
Mark
Hi...
Don't know if this is the best group for this, but didn't see another jump
out at me as a better choice...
I'm just getting my feet wet with System.Net.HttpListener (actually trying
to sort out what a legacy app is doing with it). At first, the whole thing
was confusing; I'm used to one process being able to own a socket on a port,
so this whole multiple listeners, possibly conflicting with IIS befuddled me
a little. Did some research and found the pages about HTTP.sys and the new
functionality.
A couple of questions (perhaps picayune) that I didn't see answered:
1) Which os process loads up http.sys and facilitates the many
processes/one port functionality?
2) The MSDN page for System.Net.HttpListener says that it needs Xp sp2 or
2003 to use - *but* Xp comes with IIS 5.1, not 6.0. The other pages I found
said that IIS 5.1 was built with winsock and is still bound to the
1-port/1-process model, while IIS 6+ was re-coded around the new HTTP.sys
functionality.
So when the System.Net.HttpListener docs say Xp sp2 at a minimum, I'm
inferring that that means "and either you use different ports or turn off IIS
5.1". Correct?
Thanks
Mark
Don't know if this is the best group for this, but didn't see another jump
out at me as a better choice...
I'm just getting my feet wet with System.Net.HttpListener (actually trying
to sort out what a legacy app is doing with it). At first, the whole thing
was confusing; I'm used to one process being able to own a socket on a port,
so this whole multiple listeners, possibly conflicting with IIS befuddled me
a little. Did some research and found the pages about HTTP.sys and the new
functionality.
A couple of questions (perhaps picayune) that I didn't see answered:
1) Which os process loads up http.sys and facilitates the many
processes/one port functionality?
2) The MSDN page for System.Net.HttpListener says that it needs Xp sp2 or
2003 to use - *but* Xp comes with IIS 5.1, not 6.0. The other pages I found
said that IIS 5.1 was built with winsock and is still bound to the
1-port/1-process model, while IIS 6+ was re-coded around the new HTTP.sys
functionality.
So when the System.Net.HttpListener docs say Xp sp2 at a minimum, I'm
inferring that that means "and either you use different ports or turn off IIS
5.1". Correct?
Thanks
Mark