Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.forth > #134122
| From | minforth <minforth@gmx.net> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: multitasking vs multiple interpreters |
| Date | 2025-08-13 13:55 +0200 |
| Message-ID | <mg3cp1F2vbsU1@mid.individual.net> (permalink) |
| References | <871pq0uppw.fsf@nightsong.com> <2025Jul29.094901@mips.complang.tuwien.ac.at> <107d890$2nleq$1@dont-email.me> <2025Aug11.194958@mips.complang.tuwien.ac.at> <nnd$627ce76c$69ac11c6@67bbc40320ec651e> |
Le 12.08.2025 à 13:14 albert@spenarnc.xs4all.nl écrit: > I don't think it makes sense to talk about COT in general, because > the most important use case has disappeared, and there are no > canonical examples any more. Because it makes no sense to put the cart before the horse and ask: what does Forth need? MT and RT requirements are primarily determined by the hardware and the response time requirements. Just as an example: for a time-slicing system with fixed cycles in a PLC, the software requirements are different than for a desktop Forth running on Linux. Standardization makes little sense here. And there are also hybrids: interrupts for Task0 (scheduler) that controls cooperative subtasks 1..N, but can also interrupt them preemptively eg. on detected cycle overload.
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
multitasking vs multiple interpreters Paul Rubin <no.email@nospam.invalid> - 2025-07-28 11:36 -0700
Re: multitasking vs multiple interpreters albert@spenarnc.xs4all.nl - 2025-07-28 23:09 +0200
Re: multitasking vs multiple interpreters Paul Rubin <no.email@nospam.invalid> - 2025-07-28 20:32 -0700
Re: multitasking vs multiple interpreters minforth <minforth@gmx.net> - 2025-07-29 06:03 +0200
Re: multitasking vs multiple interpreters Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2025-08-09 14:37 +0000
Re: multitasking vs multiple interpreters anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-07-29 07:49 +0000
Re: multitasking vs multiple interpreters albert@spenarnc.xs4all.nl - 2025-07-29 11:06 +0200
Re: multitasking vs multiple interpreters Paul Rubin <no.email@nospam.invalid> - 2025-07-29 15:06 -0700
Re: multitasking vs multiple interpreters Buzz McCool <buzz_mccool@yahoo.com> - 2025-08-11 10:12 -0700
Re: multitasking vs multiple interpreters anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-08-11 17:49 +0000
Re: multitasking vs multiple interpreters albert@spenarnc.xs4all.nl - 2025-08-12 13:14 +0200
Re: multitasking vs multiple interpreters Paul Rubin <no.email@nospam.invalid> - 2025-08-12 09:45 -0700
Re: multitasking vs multiple interpreters albert@spenarnc.xs4all.nl - 2025-08-13 11:23 +0200
Re: multitasking vs multiple interpreters Paul Rubin <no.email@nospam.invalid> - 2025-08-13 09:12 -0700
Re: multitasking vs multiple interpreters minforth <minforth@gmx.net> - 2025-08-13 13:55 +0200
Re: multitasking vs multiple interpreters Stephen Pelc <stephen@vfxforth.com> - 2025-08-14 09:43 +0000
csiph-web