Hello all,
We know that designing a web application that is both scaleable and high
performance is difficult.
Scalability implies lots of web servers all referring back to a central SQL
server, which in turn implies limited caching which in turn hurts
performance opportunities.
Clearl...
more >>
The Docs for Cache say that member functions aren't necessarily thread-safe.
Does HtppRuntime.Cache return the same Cache object for any thread? If so,
then wouldn't this be a dangerous threading issue?
How is Caching implemented? Are Cache.Get and Cache.Insert thread-safe
functions?
...
more >>