Hi! I'd like to know if anybody of you has some suggestions about how to tune a tWSocket-based application for data throughput.
Do you change some socket buffer sizes? Like in WSocket_setsockopt(FHSocket, SOL_SOCKET, SO_SNDBUF, ...); WSocket_setsockopt(FHSocket, SOL_SOCKET, SO_RCVBUF, ...); What else do you suggest? Maybe using a second internal buffer so one writes the retrieved data in OnDataAvailable into that buffer and returns immediately? Using multiple threads? Other ideas? /Tobias -- 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