Asynchronous Socket Code
Asynchronous Socket Code
- Subject: Asynchronous Socket Code
- From: Graham Wihlidal <email@hidden>
- Date: Mon, 9 Jul 2001 12:36:42 -0600
Hey list,
I am trying to find some code or library for having asynchronous socket
code. Something like, installing an event handler which is called
whenever data is received, but still allow the user to click buttons in
the app with no slow down. I tried writing something myself, but I
couldn't get the polling to stay away from a loop (which locks the app
until it breaks)
Has anyone gotten something similar? I need a basic socket system.
(TCP Stream based , connect to server, be able to receive data, and be
able to send data)
Thanks in advance,
Graham