"Iain Mackenzie" <imk@dial.pipex.comwrote in news:cufit9$g7a$1
@internet.csl.co.uk:
Is S9 considered a 'hard' or 'soft' RTS, I think 'hard' but would like
confirmation.
Cheers,
Iain
--
Depends on what you are trying to do. If you use the features that use
dynamic loading and allocations then it will be soft. If you have all
software loaded and setup and the configuration does not change then it
will hang in there with the "hard" RTS's. S9 is extremely fexible and
can be configured as a multi-user S that dynamicly loads and starts
process with round robin time sharing, this will be a soft configuration.
You can also configure the S9 the where all of the processes startup at
boot time, nothing is dynamicly loading or starting, The scheduling is
priority based, and it will be a very deterministic RTS that will hang in
there with the highly embedded kernels. Even stripped down it will be
larger than the very highly embedded kernels, but you have a lot more
functionality.
Allan R. Batteiger