concole application and tcp/ip
applicaton). It works very slowly under
WIN9X, particulary while displaying a lot of data on the screen (using WriteConsoleOutput
API function).
To handle TCP/IP I'm using standard socket function (connect, send, recv
...).
I have been rewriting my application several times without effect. I have
tried with threads and without threads.
The same exe runs without problem under NT (Server and Workstation).
Have anyone any idea or solution about this problem ?

