Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #34513 All Revisions ] Back to Issue ]
Summary 0034513: [clustering] CreateRegFactAcct is locked just at JVM level
Revision 2016-11-15 10:17 by caristu
Description Private method processButton invoked from doPost in CreateRegFactAcct is a synchronized method. This means that the process has been designed to prevent its execution by different threads in parallel.

In a clustered environment the previous assumption is not guaranteed, as the synchronized method is preventing concurrent executions within the same JVM.

Therefore it could be possible to execute this process in parallel by different threads which belong to different nodes of a clustered environment.
Revision 2016-11-15 09:20 by caristu
Description Private method processButton invoked from doPost in CreateRegFactAcct is a synchronized method. This means that the process has been designed to prevent its execution by different threads in parallel.

In a clustered environment the previous assumption is not guaranteed, as the synchronized method is preventing concurrent executions within the same JVM.

Therefore it could be possible to execute this process in parallel by different threads which belong to different nodes of a clustered enviroment.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker