Thread: Multiple Users
View Single Post
  #3 (permalink)  
Old 07-18-2007, 05:41 AM
goldhouse goldhouse is offline
Senior Member
 
Join Date: Mar 2007
Posts: 136
goldhouse is on a distinguished road
I think you should give more details to throw some light in this issue. To achieve muliple users you need thread safe db,threadsafe components make sure you have those things.
note : threadsafe db denotes it support concurrency
threadsafe components : server supports multiple users if web,servlet if used is thread safe...
Reply With Quote