Turbine <[EMAIL PROTECTED]> wrote:
> Shouldn't each JobEntry extend java.lang.Thread?
Or at least a seperate thread should be spawned for a Job.
This was in my plans, but I just wanted to get things rolling
and start simple. Please take a look at the SchedulerLoader
in the modules package. There's a small ugly part there:
public void exec(RunData data, String name) throws Exception
{
throw new Exception("RunData objects not excepted for Scheduled jobs");
}
I don't think the Scheduler needs a rundata object because it
runs seperate from a request. Thoughts?
dave
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]