Re: i'm going crazy with task
From: Dennis Lee Bieber (wlfraed_at_ix.netcom.com)
Date: 12/01/04
- Next message: P Torle: "Float precision - gnat vs objectada"
- Previous message: N.N: "Re: matt parker is a filthy liar and libeler that manipulates the public opinion"
- In reply to: Adrien Plisson: "Re: i'm going crazy with task"
- Next in thread: Adrien Plisson: "Re: i'm going crazy with task"
- Reply: Adrien Plisson: "Re: i'm going crazy with task"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Dec 2004 15:37:00 GMT
On Wed, 01 Dec 2004 11:16:27 +0100, Adrien Plisson
<aplisson-news@stochastique.net> declaimed the following in
comp.lang.ada:
> he may be talking about a task scheduler ala Windows, that is a piece of
> software whose goal is to launch some user specified actions at the occurence
> of some event: time, boot, ...
>
Such should only require some data structure for the event
timing, and the externally created process to be started (path to a
script file, perhaps). But the original question seemed to be assuming
diverse internally coded processes... Okay, I suppose timed one-shots
could still be applied to internal code modules -- and those could be
(very rough description here) handled as a sort of call-back from the
timer to plain procedures.
-- > ============================================================== < > wlfraed@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG < > wulfraed@dm.net | Bestiaria Support Staff < > ============================================================== < > Home Page: <http://www.dm.net/~wulfraed/> < > Overflow Page: <http://wlfraed.home.netcom.com/> <
- Next message: P Torle: "Float precision - gnat vs objectada"
- Previous message: N.N: "Re: matt parker is a filthy liar and libeler that manipulates the public opinion"
- In reply to: Adrien Plisson: "Re: i'm going crazy with task"
- Next in thread: Adrien Plisson: "Re: i'm going crazy with task"
- Reply: Adrien Plisson: "Re: i'm going crazy with task"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|