> my app is just single-threaded. The design doesn't require > multithreading because each mail is sent when the previous one has > been delivered.
You still don't need threads to handle parallel delivery, just create an array of say 50 SMTP components, and queue mail to the next free one. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be