服务器推送并非适用于每一个应用程序。
实现Ajax服务器推送。
这些场景本身属于一类称为 “服务器推送”的问题。
These scenarios lend themselves to a general class of problem called "Server Push."
一些其他CometAjax服务器推送模型的实现。
Some other implementations of the Comet Ajax server-push model are.
一个服务器推送剧本,不使用额外的文件描述符的例子。
See the comet. c example for a server-push script that does not use additional file descriptors.
网络性能下降,因为要将更新从应用程序服务器推送到数据库服务器。
Degraded network performance, as the updates were pushed from the application servers to the database server.
完成之后,连接即建立,这个套接字现在即可用于从服务器推送数据。
When that's complete, the connection is established, and this socket can now be used to push data from the server.
Ajax应用程序可充分利用这一点,模拟实时服务器推送技术。
Ajax applications can make full use of that to simulate a real-time server-push feature.
服务器推送是一个将数据以异步模式从服务器发送到客户机的机制。
Server push is a mechanism of sending the data from server to client in an asynchronous fashion.
对于服务器推送来说,需要由服务器发起通信,并向客户端发送数据。
For a server push, I want the server to start the communication and send the data to the client.
他们在HTTP请求响应消息及服务器推送操作(见章节8.2)中使用。
They are used within HTTP request and response messages as well as server push operations (see Section 8.2).
Comet是一种事件驱动的低延迟数据传输技术,通过HTTP传输协议使用服务器推送机制。
Comet is a low latency data transfer technique that is event driven and USES the server push mechanism over the HTTP protocol.
让我们来具体看看用于更新来自服务器的信息的一些常用技术,这些技术模拟了服务器推送。
Let's look in some detail at common techniques used to update information from the server, which simulates a server push.
服务器推送允许服务端预测客户端需要来发送数据给客户端,交换网络的使用来阻止潜在的延迟增长。
Server push allows a server to speculatively send a client data that the server anticipates the client will need, trading off some network usage against a potential latency gain.
这篇文章讨论了几种模拟服务器推送的方法,从纯轮询到实时服务器推送,文中说明了每种方法的优缺点。
In this article, I discussed various approaches for simulating a server push, ranging from pure polling to a real-time server push, and noted the strengths and weaknesses of each approach.
comet术语是DojoFoundation的Alex Russel发明的,用于描述通过HTTP协议进行的事件驱动的服务器推送机制。
Comet is a term coined by Alex Russel of the Dojo Foundation to describe an event-driven, server-push mechanism over the HTTP protocol.
当客户端发送数据时,负载平衡器将相同的数据推送到目的地服务器。
When the client sends data, the load balancer pushes that same data to the destination server.
另一种通信形式就是消息,这样应用就可以推送来自于服务器端的消息并进行近乎实时的通信。
The other type of communication is messaging. This can be used to create applications that push messages from the server and perform near real time communication.
RTMP的一个主要好处是可以一直打开与客户端的连接,这样就可以推送服务器端的数据了。
One of the primary benefits of RTMP is the connection with the client stays open so it can be used to push data from the server.
第三种选择是为持续集成服务器创建新的构建选项,其中包括推送到生产环境这一步。
A third option is to create a new build option for your continuous integration server that includes a push to production step.
有了这三个技术,实时地从服务器自动地将数据推送到客户端很容易实现。
With these three technologies it's really easy to automatically push data from the server to the client in real time.
服务器的可伸缩性:HTTP中并没有所谓的“数据推送”。
Server scalability: there is no such thing as “data push” in HTTP.
不管是哪种情况,位置事件流都从标记开始,数据被“推送”到服务器。
In any case, the flow of location events starts with the tag and the data is "pushed" to the server.
在Net workDeployment拓扑中,部署管理器是控制中心;在部署管理器上发起的管理操作被推送到联合的应用程序服务器节点上。
In Network deployment topologies, the deployment manager is the center of control; administrative actions initiated on the deployment manager are pushed out to federated application server nodes.
Terracotta使用了星型(hubandspoke)架构,由中央服务器协调JV M间内存堆的改动,给每个需要的节点推送属性级的变动。
Terracotta USES a hub and spoke architecture where the central server to coordinates heap changes across JVMs, pushing field-level changes to each server on an as-needed basis.
ABI Research提到了OMA智能卡网站服务器 这样的倡议,特别是一种增强型SIM卡,可以直接连接到运营商,将应用推送给手机。
ABI Research mentions initiatives like OMA's Smartcard Web Server, essentially a souped-up SIM card that connects directly with the carrier to push applications to mobile phones.
当目的地服务器做出响应并将一些数据写到dest_socket时,负载平衡器通过client_socket将这些数据推送回客户端。
When the destination server responds back and writes some data to the dest_socket, the load balancer pushes that data back to the client over the client_socket.
PremisesServer的DataCapture组件管理与传感器设备的直接集成,并将事件数据推送到服务器事件处理渠道。
The data Capture component of Premises server manages the direct integration with the sensor devices and pushes the event data onto the server event processing channel.
此功能意味着在数据被推送至公共云计算之前,用户可以在本地服务器上开发。
This feature is meant to give users the ability to develop on local servers before pushing to the public cloud.
长时间轮询:也就是所谓的异步轮询,这种方式是纯服务器端推送方式和客户端拉取方式的混合。
Long Polling: Also known as Asynchronous Polling, this method is a hybrid of pure server push and client pull.
应用推荐