Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out-of-Proc Session management with SQLServer
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00899601
Message ID:
00901401
Views:
21
>>Another thing to consider is to use the ASP.Net State Service which is considerably more performant than going to SQL Server as it's optimized to storing state data.
>
>Actually, not that much... most of the overhead is in the serialization and going out of process. The web cast I refered Carl Olson to has some performance comparisons between these scenerios, and byfar an InProc session ruled... to the point of this guy recommending sticky IP's over SessionServer/SQL for this.

InProc is bound to be faster because it's local. However, if you run stateserver local you'll find it's not much slower than InProc - the overhead is more in the network connection than anything else I think.

InProc has many problems including the fact that ASP.Net applications restart anytime you touch web.config or update the DLL that contains your global.asax code.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform