Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2005

Tip: Looking for answers? Try searching our database.

IsReuseable

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gary - 22 Jul 2005 10:35 GMT
"Gets a value indicating whether another request can use the
IHttpHandler instance."

What does this mean in practice?

Thanks,

Gary
Teemu Keiski - 22 Jul 2005 11:24 GMT
Hi,

it means that if it is set to true, same Http handler instance (Page class
is one example of HTTP handler) will be reused for multiple, non-concurrent,
requests.

So if you set it to true and HTTP handler uses some sort of state, you need
to be able to clear the state so that handler works similarly for all
requests. That can get hard.

Point with the property is to of course, provide mechanism to optimize
request processing.

Signature

Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.