aspose file tools
The moose likes JDBC and the fly likes About concurrency control Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » 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: 49
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: About concurrency control
 
Similar Threads
EJB3 and the Singleton
Spring 3 Security: Filters
optimistic and pessimistic concurrency control?
Interview question about synchronization in threads
Is there a way to "synchronize" a stateless session bean's business method?