Results 1 to 6 of 6
Thread: Multiple Users
- 07-18-2007, 04:36 AM #1
Member
- Join Date
- Mar 2007
- Posts
- 41
- Rep Power
- 0
Multiple Users
I have a simple insert statement to be executed in the server,
the scenario is like this couple of fields, all are textboxes user clicking on the save button , the query is executed with the values collected from the screen.
Everything is ok with single user but gives anomalous result on multiple users
- 07-18-2007, 04:40 AM #2
Member
- Join Date
- Jul 2007
- Posts
- 1
- Rep Power
- 0
are you using threads to accomodate multiple users . if you are using threads on server side then you must synchronize the threads
- 07-18-2007, 04:41 AM #3
Senior Member
- Join Date
- Mar 2007
- Posts
- 134
- Rep Power
- 0
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...
- 05-28-2008, 04:39 PM #4
Member
- Join Date
- May 2008
- Posts
- 21
- Rep Power
- 0
server generally manges the request between different pages so i dont think there should be any problem with the server in this scenario.
can u tell more about which application server are u using??
-
Kaiyureboy, only one link is allowed in signatures. please fix this asap. Else you can be banned.. Waiting for your reply.
"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
- 06-09-2008, 09:17 AM #6
Member
- Join Date
- Jun 2008
- Location
- Mumbai
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Use multiple forms
By coco in forum Java AppletsReplies: 2Last Post: 06-14-2010, 05:14 AM -
Need help with T/F and Multiple Choice
By sayso36 in forum Advanced JavaReplies: 0Last Post: 03-12-2008, 04:39 PM -
Multiple Inheritance
By mew in forum New To JavaReplies: 1Last Post: 12-01-2007, 10:04 PM -
multiple databases
By varunthecool in forum JDBCReplies: 2Last Post: 07-09-2007, 08:06 AM -
Accounts of users
By Eric in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 06-27-2007, 04:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks