• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

ensure that a timer task to run for a specific JVM in shared environment

 
Greenhorn
Posts: 2
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our condition is :

We have something that run on a single JVM as of now.

We are moving to a shared environment where multiple JVM running.

We wants the timer task to be run on a single JVM only in shared environment? Please guide how we can achieve same

Thanks in advance
 
Rancher
Posts: 1093
29
Netbeans IDE Oracle MySQL Database Tomcat Server C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
shakir,

Here is a link to a previous question and answer here on the Ranch, but basically you need to look at RMI or come type of socket communication.

Previously Asked Same Type Of Question
 
reply
    Bookmark Topic Watch Topic
  • New Topic