Date: Tue, 2 Nov 93 10:45:37 -0500 From: max AT SLINKY DOT CS DOT NYU DOT EDU (David Max) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: AETSK: What kind of scheduler? Cc: alane AT wozzle DOT linet DOT org I have a programming class where we have to write multiprocess programs using semaphores. I would like to use the tasking library for this. However, one prerequisite for using any package alllowed for the assignment is that it must use a pre-emptive scheduler and not a couroutine based implementation. Does the aetsk101 library use a pre-emptive scheduler?