Tagged Questions
The memory-pressure tag has no wiki summary.
3
votes
3answers
103 views
Can Memory Pressure lead to Session Data Eviction in ASP.NET?
Does Memory Pressure ever cause Session Information to be evicted in ASP.NET?
If so, will this only happen after all Caches are evicted (even with CachePriority.Highest), or what is the threshold ...
2
votes
0answers
237 views
Memory pressure notification in SQL CLR
My dear friend google is not able to tell me if there is an API available inside the SQL CLR to get memory pressure notification.
It is obviously used, since the AppDomain will get unloaded under ...