搜索资源列表
-
0下载:
文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receiving a link to the server. The se
-
-
0下载:
服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Build server reads the file stream file to be sent into the listening state, the client sends the signal to start the transmission, the server-side use TIdTCPServer compo
-
-
0下载:
事件驱动( event-driven),高性能;轻量级,支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Event driven (event-driven), high performance, lightweight, support a variety of I/O multiplexing technology, epoll, poll, dev/poll, selec
-