|
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...
|