The socket server is already running.
服务器已经在运行的插座。
One way of reducing the server load is to use a socket server.
减少服务器负载的一种方式是使用一个socket服务器。
This article is about a scalable UDP socket server program.
这篇文章是关于一个可扩展的UD P套接字服务器程序。
Suppose the socket server is down for maintenance or repair.
假设此socket服务器因维修的原因而关闭。
Where server is a bash script and server.rb is the ruby socket server script.
其中server是一个bash脚本,server . rb是rubysocket服务器脚本。
It greatly simplifies and streamlines network programming such as TCP and UDP socket server.
它极大简化了网络编程,如TCP和UD P套接字服务器。
Each Sun Blade Server Module is a four socket server that utilizes AMD Opteron dual-core processors.
每一个SunBlade伺服器模组是一个利用AMDOpteron双内核处理器的伺服器,有四个插槽。
You must ensure that chat clients can establish a permanent connection to the socket server to listen for chat messages.
为了侦听聊天消息,必须确保聊天客户机能够建立与此socket服务器的永久连接。
If you are using earlier Flash versions, you will get a Flash security error message in the browser, even when you activate the socket server.
如果使用的是较早的Flash版本,就会在浏览器内出现一个Flash安全性错误消息,即使在激活了socket服务器时也是如此。
If you are broadcasting messages and your socket server is running on another host, you should set the broadcast clients option to the chat server IP.
如果正在广播消息,而同时socket服务器运行在另一个主机之上,那么就应该将广播客户机选项设置为此chat服务器IP。
You want to emulate a socket server you temporarily do not have, and you want to keep traffic from the server low and improve response time from the client side.
此时,我们需要模拟目前暂时不可用的socket服务器,并且想要让来自服务器的流量保持很低并能够改进来自客户机端的响应时间。
Waiting for TIME_WAIT to finish can be annoying, especially if you're developing a socket server and you need to stop the server to make changes and then restart it.
等待TIME_WAIT结束可能是令人恼火的一件事,特别是如果您正在开发一个套接字服务器,就需要停止服务器来做一些改动,然后重启。
I have an asynchronous socket server where we receive telemetry data, and when the remote devices do not send us data, we have the ability to send commands to request data.
我有一个异步套接字服务器,我们接收遥测数据,当远程设备不寄给我们数据,我们有能力来发送命令请求数据。
You must be able to run a Ruby script as a service to run the socket server. To initially start the service, you need to execute the script files in the socket directory, like this.
为了运行这个socket服务器,必须要能够作为一种服务来运行ruby脚本。
I'm not going to claim it's bullerproof or that it's a good example of how to write a socket server all it does is demonstrate the techniques of working with the new classes and methods.
我不想声称这是bullerproof的,或者是一个很好的关于如何编写socket服务器的例子,所有这些用于演示使用新的类和方法工作的技术。
If the socket does not exist, or cannot be opened, the client attempts to spawn a server.
如果该套接字不存在,或者不能打开,客户端将尝试不停地访问服务器。
The last housekeeping job is to bind to a server socket on the desired port number.
最后一个内部处理作业是以期望端口号绑定到服务器套接字上。
The server end of the socket is created on the machine where the server application is running and given a port, and it then listens on this port for a connection from a client application.
套接字的服务器端是在运行服务器应用程序的机器上创建的,服务器应用程序获得一个端口并在该端口上侦听来自客户端应用程序的连接。
The client will wait for a response, but if the other end of the socket goes away, the client then tries again to start the server.
然后客户机会等待响应,但是,如果套接字的另一端没反应,客户机会再次尝试启动服务器。
The output stream of the socket becomes the input stream to the server application and vice-versa.
套接字的输出流将成为服务器应用程序的输入流,反之亦然。
The client writes a message to the socket, the server processes the message and writes its response back with type PSEUDO_MSG_ACK.
客户端编写一条到该套接字的消息,服务器处理该消息并编写类型为PSEUDO_MSG_ACK的响应。
When a client connects to the server socket, it will give me a socket representing that connection.
当一个客户端连接到该服务器套接字时,它将为我提供一个套接字,显示连接。
When that's complete, the connection is established, and this socket can now be used to push data from the server.
完成之后,连接即建立,这个套接字现在即可用于从服务器推送数据。
The socket state on the server side now is SYN_RCVD.
服务器端的套接字状态现在是SYN_RCVD。
You need to create a server socket that can accept connections at a predefined address.
您需要创建一个服务器套接字,接收预先指定地址的连接。
Whenever this socket object reads data from the server, it will fire an onData event that will be handled by the handler defined for onData.
只要此套接字对象读取到来自服务器的数据,就会触发ondata事件,该事件将由为onData定义的处理方法处理。
Here, I've bound the server socket at the localhost: 20340 address.
在这里,我将服务器套接字绑定到localhost: 20340这一地址。
The listen call indicates to the protocol that the server process is ready to accept any new incoming connections on the socket.
listen调用指示协议,服务器进程准备接受套接字上任何新传入的连接。
This method constructs a socket targeted to the TCP server on the localhost at a host number known both to the client and server through URIConstants.
此方法将通过URIConstants在客户机和服务器已知的主机编号上构造一个套接字,该套接字以本地主机上的TCP服务器为目标。
This method constructs a socket targeted to the TCP server on the localhost at a host number known both to the client and server through URIConstants.
此方法将通过URIConstants在客户机和服务器已知的主机编号上构造一个套接字,该套接字以本地主机上的TCP服务器为目标。
应用推荐