Pekr's jobbeR
[1/8] from: pwawood::mango::net::my at: 17-Jan-2005 18:39
Back in August 2001, Pekr asked the mailing list if anyone would find
an automated script scheduler/launcher useful. A couple of people
indicated they would find such a "jobbeR" as Pekr named it useful.
Did anybody develop Pekr's jobbeR?
Peter
[2/8] from: premshree::pillai::gmail::com at: 17-Jan-2005 18:15
On Mon, 17 Jan 2005 18:39:59 +0800, Peter WA Wood <[pwawood--mango--net--my]> wrote:
> Back in August 2001, Pekr asked the mailing list if anyone would find
> an automated script scheduler/launcher useful. A couple of people
Umm, looks like I've missed out on a lot of stuff. What exactly do you
mean by a script scheduler/launcher? I mean, you could use cron, no?
> indicated they would find such a "jobbeR" as Pekr named it useful.
>
> Did anybody develop Pekr's jobbeR?
>
> Peter
>
> --
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.
>
--
Premshree Pillai
http://www.livejournal.com/~premshree
[3/8] from: pwawood:mango:my at: 17-Jan-2005 22:45
On Monday, Jan 17, 2005, at 20:45 Asia/Kuala_Lumpur, Premshree Pillai
wrote:
> Umm, looks like I've missed out on a lot of stuff.
It's all in the Mailing List Archive at www.rebol.org; a fountain of
useful information on Rebol.
> What exactly do you
> mean by a script scheduler/launcher? I mean, you could use cron, no?
Yes, if cron is available on the platform.
Peter
[4/8] from: greggirwin::mindspring::com at: 17-Jan-2005 11:38
Hi Peter,
PWW> Back in August 2001, Pekr asked the mailing list if anyone would find
PWW> an automated script scheduler/launcher useful. A couple of people
PWW> indicated they would find such a "jobbeR" as Pekr named it useful.
PWW> Did anybody develop Pekr's jobbeR?
I tinkered one up for myself a long time ago, and I think Bo has one
as well. Not sure what state I left mine in. Should really be
revisited and use Gabriele's timer approach for non-View REBOLs.
-- Gregg
[5/8] from: Izkata::Comcast::net at: 17-Jan-2005 15:57
> Back in August 2001, Pekr asked the mailing list if anyone would find
> an automated script scheduler/launcher useful. A couple of people
> indicated they would find such a "jobbeR" as Pekr named it useful.
>
> Did anybody develop Pekr's jobbeR?
>
> Peter
Hrm.. I made a script that may or may not be what you're thinking of a while
ago.
I'd never thought anyone would find it useful, though - I'll go upload it to
Rebol.org
I been calling it User-Server.r, tho I'm not sure why (^.-)
[6/8] from: maarten::vrijheid::net at: 18-Jan-2005 8:28
> I tinkered one up for myself a long time ago, and I think Bo has one
> as well. Not sure what state I left mine in. Should really be
> revisited and use Gabriele's timer approach for non-View REBOLs.
And using Nenad's async call library (http://www.softinnov.org) goes
nicely with that. Gabriele's timer approach requires view iirc, it uses
a modiefied do-events.
But with the SDK or View/Pro, async-call and timers.r a jobbeR is 1-2-3
and thus left as an exercise for the reader ;-)
--Maarten
[7/8] from: gabriele::colellachiara::com at: 18-Jan-2005 12:55
Hi Maarten,
On Tuesday, January 18, 2005, 8:28:40 AM, you wrote:
>> I tinkered one up for myself a long time ago, and I think Bo has one
>> as well. Not sure what state I left mine in. Should really be
>> revisited and use Gabriele's timer approach for non-View REBOLs.
MK> And using Nenad's async call library
MK> (http://www.softinnov.org) goes
MK> nicely with that. Gabriele's timer approach requires view iirc, it uses
MK> a modiefied do-events.
Creates a modified DO-EVENTS but it actually works on Core too, as
long as you call DO-EVENTS.
I really wish we had timer:// ports...
Regards,
Gabriele.
--
Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer
Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/
[8/8] from: SunandaDH:aol at: 17-Jan-2005 6:39
Peter:
> Did anybody develop Pekr's jobbeR?
Is Bo's rebcron.r close enough?
http://www.compkarori.com/vanilla/display/rebcron.r&calendar-year=2004&calenda
r-month=1
Sunanda.