Asynchronous Socket

Started by
3 comments, last by potato2008 14 years ago
I download small socket class at http://www.ernzo.com/SocketHandle.aspx, the file name is SocketServer.zip, the WriteEx is asynchronous, but i can't use it, anyone can help me?
Advertisement
if you can't use it because you don't know what it is,

http://www.gamedev.net/reference/programming/features/ws2games/default.asp

otherwise, please elaborate more :)
"Spending your life waiting for the messiah to come save the world is like waiting around for the straight piece to come in Tetris...even if it comes, by that time you've accumulated a mountain of shit so high that you're fucked no matter what you do. "
I'm not a network programmer and haven't learned socket. But now, I must use socket to transfer compress video data from server to client, so i find some socket class in internet. Finally I found that the class is better, but it only told me how to use Write function(synchronous Socket), I must use Asynchronous socket, could you teach me?
This tutorial explains how to use Winsock (very easy and simple). It teaches you how to use asynchronous sockets.

Winsock tutorial

If, after reading this, you still have questions, i'll try to answer them to the best of my ability (i'm new to networking, just like you).
"Spending your life waiting for the messiah to come save the world is like waiting around for the straight piece to come in Tetris...even if it comes, by that time you've accumulated a mountain of shit so high that you're fucked no matter what you do. "
Thanks, I will read it. But I have no much time, if you know how to use WriteEx, could you teach me? My Email is opengl22@yahoo.com.cn

This topic is closed to new replies.

Advertisement