Subj : Re: threaded application scalability question To : comp.programming.threads From : Luke Ehresman Date : Wed Feb 16 2005 08:49 am > It's going to really suck. Why do you want to do this? Why would I not want to do this? That is my question. :) It keeps me from having to do any locking at all. I essentially treat each session as its own single-threaded application. There would be no sharing of data between threads. It seems a more elegant solution than messing with lots and lots of locking. My biggest concern is scalability. Luke .