synchronization in distributed environment,
April 17, 2008 at 3:20 PM
I have a scenario to implement. we have a clustered environment and we need to synchronize a method acess in business layer of our application. Now in my opinion we will be having two different JVM and two different instance of application running on two different machines so how to synchronize that method access in business layer. we want that at a time only one user can do the processing of that method.
View All Comments
| View Tutorial