[saga-rg] tasks and jobs...

Thilo Kielmann kielmann at cs.vu.nl
Sat Feb 4 15:46:14 CST 2006


> Well, not really I think - as tasks _are_ our asynchroneous
> operations.

No, they are not. We have:

- synchronous operation
- asynchronous operation   ;  starts immediately
- task creating operation  ;  needs explicit start


My suggestion is to remove the tasks, and put everything useful from the
task interface into the job interface.
And do async operations by async operations.


Thilo
-- 
Thilo Kielmann                                 http://www.cs.vu.nl/~kielmann/





More information about the saga-rg mailing list