Hi,

I have an application that continueous (every 500ms) have contact with a 
machine by rs232. Main thread.
I want to send some information by socket when an external program ask this.
So this program must also listen as a server socket.

My question: 
when a server socket is in listening mode, does it take a lot of resources ?, 
would it be best to put this in a thread with low priority?, but if I do this, 
will the communication with the rs232 not take all the attention, so the thread 
with low priority will not work.

Any response on this would be great.
Thanks
Werner
-- 
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