> I am converting java code. > I wound like to convert the code as quickly as possible. > Can blocking be emulated with ICS?
Most of the ICS high level components offer both async and sync blocking versions of the calls, with the sync versions simply looping until the request finishes. I use them widely, since the code is much easier to write and test. 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
