samuel wrote: > Is there anything else that i miss, that should be noted for high > performance socket apps ? Please share your experience and thoughts..
At first you should move to V6. In V6 any TWSocket instances in a thread use the same, single window. If you run TWSocketServer it may also help to cache and reuse client TWSocket instances. Running the listening socket in it's own worker thread _may help as well if clients frequently get 10061 due to a full listenbacklog queue. Arno Garrels -- 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