I have Java multi-threaded application which invokes one or more jobs(java code) using threads. This application has scheduled in cron tab and one or more instances of this application got invoked in particular point time. It works well. In this case, it invoked as process.I have Java multi-threaded application which in