Hi all, This may not be exactly struts question but here is my scenario:
1. I will be reading data from a single table and displaying it to some users. 2. Assuming that there are 5 users at one time records read by one user should not be seen by others. 3. This single table size can be huge. What is the efficient way to achieve this solution without getting into table locking issues. Looking forward for your response. Karthikeyan B