File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes About concurrency control Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "About concurrency control" Watch "About concurrency control" New topic
Author

About concurrency control

kali wara
Greenhorn

Joined: Aug 15, 2007
Posts: 5
Hi all! Please help me get the answer of the following questions:
Is it possible to design the schema and relationship inherit in a database to limit the need for concurrency control?


Stephan Mueller
Ranch Hand

Joined: May 05, 2010
Posts: 46
no, the ER model doesn't make an assumption about concurrent access on the actual data.
(given that I understood you correctly)


1. Make it run - 2. Make it run correctly - 3. Make it pretty OR fast/small - 4. ??? - 5. Profit
 
 
subject: About concurrency control
 
Threads others viewed
EJB3 and the Singleton
Is there a way to "synchronize" a stateless session bean's business method?
Interview question about synchronization in threads
Spring 3 Security: Filters
optimistic and pessimistic concurrency control?
MyEclipse, The Clear Choice