Re: JMX task scheduler

2005-10-24 Thread Jan Pernica
We are facing the same problem. When we process the task, then we check for next planned execution time, Then we "sleep" for specified time. Process, and again. If task is running over next planned execution time, then this time is skipped. Jan Mikolaj Rydzewski wrote: Hello, I have some

JMX task scheduler

2005-10-24 Thread Mikolaj Rydzewski
Hello, I have some kind of a task scheduler in my webapp. It's made of MBean Timer object, it fires its events overy 2 minutes and it works well. I know - it it works don't fix it ;-) But I want to turn it into something like cron. There are two projects I'm aware of: jcrontab at sourceforge