> So, if I create more than 200 http instances (with TCP sockets > inside) I will have same limit like with UDP, right ? And no see > any speed difference !
TCP is a streaming protocol, you open the socket once and can then send multiple HTTPS DNS requests without connecting again and starting another thread. So it should be more efficient than UDP. I believe normal DNS servers will accept TCP requests as well as UDP, they use TCP for zone transfers, but not sure if they close the TCP connection after a response or allow multiple requests. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be