Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a java program scheduled in CMC but I don't want two instances of the program to run at the same time, how do i prevent that? Is it possible to achieve this via CMC configurations?

Also with java i was unable to determine if an instance of the program in currently running.

Thanks

share|improve this question
Can you pls tell me that do you want only 1 instance of the program through out...?? – Kumar Vivek Mitra Jul 20 '12 at 13:23
check this SO link : stackoverflow.com/questions/3714234/… if it hepls – Harmeet Singh Jul 20 '12 at 13:26
@Kumar, more than one instance but only one at a time – user1540805 Jul 20 '12 at 15:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.