chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ivan Raikov
Subject: Re: [Chicken-users] [Q] Are there any egg for timer based scheduler like cron?
Date: Thu, 5 Sep 2013 13:53:38 +0900

Hi Sungjin,

   Have you tried the scron egg?

    -Ivan


On Thu, Sep 5, 2013 at 12:58 PM, Sungjin Chun <address@hidden> 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]