Hi there !


Perhaps some you you have experienced a similar problem:


I wrote a little VB-program allowing me to map multiple TCP-Connections

on a single port to another server on a specific port.


The program works just fine, the problem is that when

transferring *many* data, especially when mapping several

connections (which means 2 Winsock Controls per connection, one for

the outgoing and one for the incoming) Visual Basic seems

to "miss" some DATAARRIVAL - events. Data on the outgoing or

on the incoming connection seems to get lost.


When debugging the app with a breakpoint in the DATAARRIVAL - event

everything works perfectly. Slow connections like modem or ISDN-links

also work without any problem.


But LAN - mappings with file-transfers do loose data.


Perhaps YOU can prevent me from going to VC++ and native Winsock-API :-)


many thanks in advance,


Watz