RE: [cas-dev] HttpModule threading model

2009-03-27 Thread Scott Holodak
ttp://msdn.microsoft.com/en-us/library/bb398986.aspx http://msdn.microsoft.com/en-us/library/ms227673.aspx http://msdn.microsoft.com/en-us/library/ms178473.aspx http://msdn.microsoft.com/en-us/library/bb470252.aspx Scott -Original Message----- From: William G. Thompson, Jr. [mailto:wgt...@gmai

Re: [cas-dev] HttpModule threading model

2009-03-27 Thread Marvin Addison
> Anyone have a good resource on the HttpModule/HttpApplication threading model? I'm fairly certain it works like Java servlet filters. The ASP.NET worker processess each have a thread pool for handling HTTP requests. When an incoming request is received, a pool thread is borrowed to handle that

[cas-dev] HttpModule threading model

2009-03-27 Thread William G. Thompson, Jr.
Fellow Open Source DotNetHeads, Anyone have a good resource on the HttpModule/HttpApplication threading model? This thread (pardon the pun) [http://forums.asp.net/t/900381.aspx], seems to indicated that only one request will be using an instance of a HttpModule at a time. True? Bill -- You ar