AmigaActive (149/2307)

From:Alan Buxey
Date:2 Oct 2000 at 11:51:29
Subject:Re: Cyberstorm PPC

hi,

> Aaaaaaaaaaanyway...haven't gotten the card yet, as there were only
> enough cards in stock to fulfill pre-orders [but more are due by the
> weekend!], so I need to ask....since the Cyberstorm has two processors,
> is multiprocessing possible on it? That is...can I have one program that
> uses just the 060 and another that just uses the PPC work concurrently
> without any slowdown [except for using RAM]??

err 'yes' in that both the 060 and PPC can be active at once...indeed when a
PPC program is running, it needs the 68k so that iut can do OS stuff!

however, big swapping within the code between the 68k and the PPC will
incurr and penalty..known as 'context switching' which will slow your code
down as data structures get xfered

depends on how well your data is handled and how much you can keep in CPU
cache etc

alan

Quote carefully and read all ADMIN:README mails