Re: Multitask Feedback

new topic     » goto parent     » topic index » view thread      » older message » newer message

> I like the functions and concept of the new multitasking library. However=
 I
> would like to see this remain as an optional only. I'm strongly against t=
he
> idea of craming the Interpretor with stuff that would not get used on a d=
ay
> to day basis.

I believe multitasking must be built in. Each task gets its on private
stack, as well as better timing, since it is handled internally. I'm
sure fractions of seconds are lost in the interpreted timing process
as opposed to the internal timing process.

What I'd like to see is task crash handling:

Example:

  1. A task is created and started.
  2. The task crashes due to a runtime error.
  3. Your crash routine is called with the task id.
  4. Your crash routine notifies the user.
  5. Your crash routine returns true/false to fail or continue.

Just a thought!

~Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu