I am making a client application that uses TCP/IP and a binary protocol
to talk to a network server.
Basically I open a socket and connects to the server socket.
My question is what are the different modes supported by the NetLib
libraries in which I can open the client socket.
The requirement is to read and write data asynchronously. Can I make my
socket asynchronous? If so, how do I get signals for different events.
I do not want to block socket or do regular polling.
Is there a way out.

thanks,
yogesh


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to