> I think I need to do this in a thread because the send 
> operation takes a long time. 

Sending is fully asynchronous, no need for thread there.

> This due to the fact that retrieving the data, formatting
> it into XML and sending it eventually is in a loop 
> and is not event driven.

Retrieving data and processing is maybe worth a thread if it is lengthy 
processing.
Sending doesn't need any thread.


--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


-- 
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

Reply via email to