Project:
View Revisions: Issue #34512 | [ Back to Issue ] | ||
Summary | 0034512: [clustering] Close year process is locked just at JVM level | ||
Revision | 2016-11-15 10:17 by caristu | ||
Description | The processYearClose method of the EndYearCloseUtility 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:14 by caristu | ||
Description | The processYearClose method of the EndYearCloseUtility 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 |