MySQL Forums
Forum List  »  InnoDB

Managing concurrent accessess to table(s)
Posted by: raymondaccounts
Date: July 27, 2005 01:56AM

Hi,

I have a java app that queries a table for rows which it needs to process. I want to be able to run multiple instances or the app for concurrent processing (I may do this also by having multiple threads query the app). Is there a way that the multiple instances of the app of multiple threads do not pick up the same row for a certain table so each instance or thread will be processing it's own set of rows?

Can this be done through MySQL or is this a client application issue?

Thanks in advance :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Managing concurrent accessess to table(s)
2547
July 27, 2005 01:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.