Anton Sviridov wrote: > If the application receives data very quickly (on a localhost, data > is read from file), DataAvailable cycle "hangs" application > preventing all other actions.
On very fast transfers it happens that certain messages are delayed. To keep your GUI responsive you can run ICS in a single worker thread. > I''ve tryed to set wsoNoReceiveLoop, > but that didn''t change something. When I set a *small* delay in my > test server app (20 msec), all works fine. What should I do? I''m > going to use dozens of client connections at once, and what it would > like if there are problems even with single client? Localhost connections are very, very fast, that's no real test case. -- Arno Garrels -- 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