From: Dooza on 25 Jan 2010 09:40 On 21/01/2010 16:25, Bob Barrows wrote: > Dooza wrote: >> I guess I just need to know if my logic of having the object in >> global.asa is a good idea. >> > Unless the object is configured to be free-threaded, then the answer is a > decided "no". Using a thread-bound object in Session or Application will > drastically reduce the scalability of your application. See: > http://www.aspfaq.com/2053 Hi Bob, The vendor didn't get back to me, so I went ahead and did some testing with a our test server and have not had any problems. It would appear that the component was configured to be free-threaded. We have had 5 clients doing a dummy stock take and not had any errors. We plan to use 15 on the day, but are ready to roll back to the previous version if we start getting any problems. Your links gave me some good reading, so I appreciate your help in this matter. Cheers, Steve |