Re: [Resin-interest] Application Clusters and job-sheduling

2011-09-30 Thread Eric Kreiser
Daniel... I use Quartz for exactly this... Quartz clustering works well. On 09/30/2011 02:49 AM, Daniel López wrote: Hi again, We are using Quartz scheduler and it has clustering capabilities so the jobs scheduled there are supposed to be run just in one of the hosts, if configured appopriate

Re: [Resin-interest] Application Clusters and job-sheduling

2011-09-29 Thread Daniel López
Hi again, We are using Quartz scheduler and it has clustering capabilities so the jobs scheduled there are supposed to be run just in one of the hosts, if configured appopriately. I have not been able to test it yet, but given that we'll have different machines, cron is not an option for us and

[Resin-interest] Application Clusters and job-sheduling

2011-09-29 Thread Alan Wright
Hi How does job-scheduling work in a cluster environment? We have batch jobs we want to run in the context of a cluster - ie only one job should be run for the cluster and not per server instance. I can't find anything in the documentation so far that clarifies whether I can do this in Resin.