Bugzilla – Bug 5251
WS IM_MAD launches one java process per host for monitoring
Last modified: 2007-10-10 03:41:25
You need to log in before you can comment on or make changes to this bug.
When the number of hosts exceeds a threshold (being set by the GridWay server specs), the number of java process overloads the GridWay Server. One possible solution would be to implement a mechanism to group this monitoring processes (say, 5 in a row) instead of launching all of them simultaneously.
This bug has been reported by the AstroGrid-D workgroup.
*** Bug 5303 has been marked as a duplicate of this bug. ***
Solved in a new CAMPAIGN (bug 5303).
A new IM MAD should be developed using a single (multi-threaded) Java process to mitigate JVM start issues.
Changes (by Tino) are in the trunk.