文件名称:ChatDlg
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-04-15
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- zengx******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
线程同步与异步套接字编程,套接字在两种模式下执行操作,阻塞和非阻塞。在阻塞模式下,在操作完成前,执行操作的函数会一直等待下去,不会立即返回程序(将控制权交还给程序)。而在非阻塞模式下,函数无论如何都会立即返回。
-Threaded synchronous and asynchronous socket programming, socket perform the operation in two modes, blocking and non-blocking. In blocking mode before the operation is complete, the function will perform the operation wait forever, will not immediately return to the program (the control back to the program). And in non-blocking mode, the function returns immediately anyway.
-Threaded synchronous and asynchronous socket programming, socket perform the operation in two modes, blocking and non-blocking. In blocking mode before the operation is complete, the function will perform the operation wait forever, will not immediately return to the program (the control back to the program). And in non-blocking mode, the function returns immediately anyway.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ChatDlg.cpp