Wilfried, my app is just single-threaded. The design doesn't require multithreading because each mail is sent when the previous one has been delivered. But you gave me another idea for another part of my app ;)
I think that all ideas I collected from Arno and all other contributors will help me to design this one part of my app the right (the 'ICS') way. Michael Wilfried Mestdagh schrieb: >Hello Michael, > >In addition to the reply of Arno: > > > >>Currently, I have a loop after calling Connect() looking like this: >>while not FlagDone do begin >> Sleep(50); >>end; >> >> > >If this works then be aware that you call connect in another thread as >the thread where the component is executing. Maybe it is your intention. > >--- >Rgds, Wilfried [TeamICS] >http://www.overbyte.be/eng/overbyte/teamics.html >http://www.mestdagh.biz > > > -- 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