I hope you guys will bear with me for my total lack of direction in case of Threading. I have to implement a Mail Queue Processing System where I have to send emails queued
You need to fetch messages in to memory in one place, and then route them to separate threads. I guess