Our biggest multi-threader so far

It would be very tempting to add threads into our application just for the sake of increasing our maximum thread count, but we don't. All our threads are included for good reasons and gradually, week by week, more threads are designed, coded and added to our application for testing.

However, we have put all our threads into one compiled object which is used to run all our different processes. This is easy to do because different threads can be activated at startup time depending on which type of process is to run.

Using one object gives us the following benefits -

Please send us ideas for new threads and we will try and write them (if we have not already done so!).

Back to our main page