I\'m in the process of writing a piece of code that connects to a server spawns a bunch of threads using that connection and does a bunch of \"stuff\".
There are cer
I've used this very simply example pattern. It seems to work and is easy to understand and implement.