Maximum number of processes in SPIN model

414 Views Asked by At

I created multiple processed which in turn are spawning other processes. Thus SPIN model keeps printing "Too many processes (Max 255)". However, it is still giving me the end output. If it cannot handle more than 255 processes how does it still manage to give me the final output?

1

There are 1 best solutions below

0
On

The output 'Too many processes' is just a warning. Spin simply ignores the additional spawns and continues executing the existing processes. Apparently your Spin model does not depend on the 'in turn' spawning.