Creates a server socket and binds it to the local port number, with the specified backlog.
创建服务器套接字并绑定在指定端口, 使用指定的队列长度.
互联网摘选
The call to accept() blocks until the server socket accepts a client request for connection.
对accept()的调用将一直阻塞,直到服务器套接字接受了一个请求连接的客户机请求。
互联网摘选
短消息协议处理模块是短消息中心的核心,本模块的设计中采用了有限状态机、客户/服务器模型、SOCKET和多线程等技术,还提出并实现了逻辑进程和逻辑定时器。
互联网摘选
每个正在进行监听的服务器维护一个标志,如果在注册的端口上有正在监听的套接字,这个标志就设置为true。
互联网摘选
系统服务器和客户端使用SOCKET短连接的方式通信,减少了资源的浪费,提高了系统服务质量。
互联网摘选
其次详细分析了网络游戏服务器中通信系统的层次架构等通信方面的相关技术,简单介绍了socket描述符。
互联网摘选
Guillermo(Socket.IO):让JavaScript同时在服务器、客户端上运行是很让人兴奋的。
互联网摘选
为了侦听聊天消息,必须确保聊天客户机能够建立与此socket服务器的永久连接。
互联网摘选
该工具使用MRI(Matz Ruby解析器,最初用C编写),并发送命令到本地C网络服务器,它就会运行你的步骤定义。
互联网摘选
The socket migration is an important part of Apache server process migration.
阐述了Apache服务器的体系结构及其在集群系统内的进程迁移实现技术.
互联网摘选
Could not read from socket due to insufficient memory, or internal error. Disconnecting from server.
由于内存不足或内部错误,无法从插槽读取. 正在从服务器断开连接.
互联网摘选
整个应用系统为C/S模式,本文将以数据库服务器端发送数据,工控机客户端接收文件为例,采用工业标准TCP/IP体系结构,利用Windows套接字编程实现工业控制中的网络通信。
互联网摘选
The Research and Implementation of Socket Migration in Apache Server Cluster System
Apache服务器集群中套接字迁移的研究与实现
互联网摘选
IP套接字类和工具类提供了完整的基于IP的客户端和服务器端编程框架.
互联网摘选
Establish socket linked list to complete the task scheduling program of the master server.
在主控服务器的程序中建立socket的链表完成任务调度。
互联网摘选