[Chicken-users] [Q] Are there any egg for timer based scheduler like cron?

2013-09-04 Thread Sungjin Chun
Hi,

I want to create a program which do some tasks with following condition;

1. During 08:00 to 16:00 (hour) of each day,
2. the task will run every 2 seconds (or minutes or so).

The time for completing task is very tiny, for example 0.01ms to 1 sec. In
Lisp(SBCL),
I have used timer package but I cannot find equivalent one for chicken
scheme.

Thanks in advance.
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] [Q] Are there any egg for timer based scheduler like cron?

2013-09-04 Thread Ivan Raikov
Hi Sungjin,

   Have you tried the scron egg?

-Ivan


On Thu, Sep 5, 2013 at 12:58 PM, Sungjin Chun chu...@gmail.com wrote:

 Hi,

 I want to create a program which do some tasks with following condition;

 1. During 08:00 to 16:00 (hour) of each day,
 2. the task will run every 2 seconds (or minutes or so).

 The time for completing task is very tiny, for example 0.01ms to 1 sec. In
 Lisp(SBCL),
 I have used timer package but I cannot find equivalent one for chicken
 scheme.

 Thanks in advance.

 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users