transparent
Programmer
I am writing a Newsletter class that will send bulk emails from my website to subscribed members.
In my opinion, this should run in its own thread.
Should I place the thread code within the newsletter class, or place this around the call to the class?
In my opinion, this should run in its own thread.
Should I place the thread code within the newsletter class, or place this around the call to the class?