RE: Job Scheduler pattern

2002-02-08 Thread Justin Crosbie
ling the lifetime of the application? esp restarting if it stops running/falls over? Much appreciated, Justin -Original Message- From: Scott Farquhar [mailto:[EMAIL PROTECTED]] Sent: 29 January 2002 05:45 To: Orion-Interest Subject: Re: Job Scheduler pattern There is an interesting artic

Re: Job Scheduler pattern

2002-01-28 Thread Scott Farquhar
CTED]] On Behalf Of Justin >Crosbie >Sent: Saturday, January 26, 2002 2:49 AM >To: Orion-Interest >Subject: RE: Job Scheduler pattern > > >Yes I have seen that, it is very bare-bones. It doesn't even use the >Timer classes. I need to know how to make this robust.

RE: Job Scheduler pattern

2002-01-28 Thread Geoff Soutter
nuary 26, 2002 2:49 AM To: Orion-Interest Subject: RE: Job Scheduler pattern Yes I have seen that, it is very bare-bones. It doesn't even use the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTEC

RE: Job Scheduler pattern

2002-01-26 Thread Joseph B. Ottinger
users logged in to the website and I > wouldn't want to redeploy everthing and messup any current sessions. > > Thanks, > Paul > > -Original Message- > From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 4:04 AM > To: Orion-

RE: Job Scheduler pattern

2002-01-25 Thread Paul Knepper
AM To: Orion-Interest Subject: Re: Job Scheduler pattern The www.orionsupport.com site has a sample scheduler that can easily be converted to do something like this. On Fri, 25 Jan 2002, Justin Crosbie wrote: > Hi, > > I'm not sure if I've asked this before, or if I should be a

RE: Job Scheduler pattern

2002-01-25 Thread Joseph B. Ottinger
27;t even use the Timer > classes. I need to know how to make this robust. > > Thanks, > Justin > > -Original Message- > From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > Sent: 25 January 2002 12:04 > To: Orion-Interest > Subject: Re: Job Scheduler patter

RE: Job Scheduler pattern

2002-01-25 Thread Justin Crosbie
Yes I have seen that, it is very bare-bones. It doesn't even use the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: 25 January 2002 12:04 To: Orion-Interest Subject: Re: Job Sche

Re: Job Scheduler pattern

2002-01-25 Thread Magnus Hoem
I'm using a TImer and TimerTasks in my system, and it works perfectly well (even though one is not supposed to use threads in an EJB). What kind of RemoteException are you getting? Cheers, Magnus On fredag, januari 25, 2002, at 10:02 , Justin Crosbie wrote: > Hi, > > I'm not sure if I've aske

Re: Job Scheduler pattern

2002-01-25 Thread Joseph B. Ottinger
The www.orionsupport.com site has a sample scheduler that can easily be converted to do something like this. On Fri, 25 Jan 2002, Justin Crosbie wrote: > Hi, > > I'm not sure if I've asked this before, or if I should be asking on a > general EJB list. > > I'd like to implement a job scheduler