|
-
March 31st, 1999, 01:16 PM
#1
Winsock - control problem: Missing DATAARRIVAL - events
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|