The Multi-threader Pivot

The pivot is at the very heart of the multi-threader. All the events that must be processed originate at the pivot and are individually fed into the application threads through the multi-threader hub.

At startup time the pivot allocates the right amount of memory to each thread to allow it to store its working data. It is this private working storage that enables threads to become re-entrant.

Back to our main page