I can't find any information about this on either www.episerver.com or world.episerver.com, anyone knows?
+1
A:
thread safe is a nebulous concept. In this particular case, if you are sharing data between different requests, it is not. Otherwise by the nature of web requests it is.
Greg Dean
2008-10-09 08:47:02
+4
A:
From what I've seen Episerver uses two mechanisms to achieve thread-safety:
- Locking (when initializing expensive resources)
- Immutable data (when passing page data around)
Cristian Libardo
2008-10-10 07:10:18