-
Feb 14th, 2008, 04:26 AM
#11
your second opinion seems to be a fair solution. However it won't work if I am utilizing RepeatOperationsStep to do parallel processing, right?
-
Feb 14th, 2008, 04:33 AM
#12
It would work if you're running several jobs in parallel. It would not work if you were running your steps in parallel. However, if you are only running your steps in parallel, there is no reason you can't just use a synchronized block around accesses to a singleton Properties object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules