1-of-n responses (send multiple requests, pick one response).
1 - of - n响应(发送多个请求,选取一个响应)。
How multiple requests are processed (in parallel or sequentially).
如何处理多个请求(并行还是顺序处理)。
Will multiple requests accessing the same variable will cause a conflict?
将多个请求访问相同的变量会导致冲突吗?
At least batching multiple requests is more efficient and can process more data!
至少成批处理多个请求的效率更高,也能处理更多的数据!
Also, some browsers seem to have problems reusing XHR objects for multiple requests.
此外,一些浏览器在为多重请求而重用XHR对象时可能也会存在问题。
How can I fix the issue of navigating to an MVC3 area causes multiple requests?
我怎样才能解决导航到一个MVC3地区问题导致多个请求?
Question: In this case how do we handle multiple requests, like we do with typical AJAX setup?
问题:在这种情况下,我们如何处理多个请求,像我们这样典型的Ajax设置?
Its lifecycle spans the session and, therefore, is available across multiple requests from the browser.
它的生命周期跨越整个会话,因此它在来自浏览器的多个请求中都可用。
Threading and Callbacks - so that multiple requests can be sent to the local data store asynchronously.
线程和回调——这样多个请求就能够异步发送给本地数据存储。
Said and done to maximize performance, HttpApplication instances might be reused for multiple requests.
为了最大化性能,HttpApplication实例可能被多个请求重用。
This can result in excessive latency when multiple requests are made on a single new TCP connection.
这可能在多个请求建立在一个新的TCP连接时导致过度的延迟。
If there are multiple requests, loop through the array of requests and call the doRpc function for each one.
如果有多个响应,通过请求数组循环,为每一个调用dorpc函数。
Although this is not permitted by the JSR 116 specification, we have received multiple requests for such function.
尽管JSR 116规范并不允许这样做,但很多人都要求提供此功能。
This part of the solution involves building a sub-process to handle the multiple requests for external information.
解决方案的这一部分构建了一个处理对外部信息的多个请求的子进程。
These enhancements resulted in a scenario of multiple schema models and multiple requests and responses for a single page.
这些增强实现了单一页面中多schema模型和多个请求及响应的场景。
While writing this code I learnt that you can write a UDP server which is capable of handling multiple requests on one port.
在写这段代码时,我知道,您可以编写一个UDP服务器能够处理多个请求在一个端口。
A common use case is having multiple requests to update an account, and the account must be opened before deposits or withdrawals.
一个常见的用例就是用多重请求来更新账户,这个账户必须在存钱或提款前就已经开立好了。
A typical message broker system will often be processing multiple requests from the same stream or queue in a parallel, asynchronous manner.
典型的消息代理系统经常将以异步方式处理来自相同流或并行队列的多个请求。
These are non-visual components that make development easier by providing validation, the ability to bundle multiple requests into one, etc.
Fiamingo有一些非可视化组件,它们通过提供校验、将多个请求捆绑到一个请求中等等来简化开发过程。
As you probably know, a batch request is multiple requests grouped together. With batch processing, it's important to understand three things.
您可能已经知道,成批请求就是成组的多个请求。
If the goal is to tie together a complicated business process across multiple requests, then state management should reside on the business tier.
如果目标是将跨多个请求的复杂业务过程联系在一起,那么状态管理应该在业务层上进行。
Applying lazy loading on a small amount of data results in multiple requests to the server, and the slow response might lead to user frustration.
在少量的数据上应用延迟加载会导致对服务器的多次请求,而缓慢的响应可能会导致用户的沮丧。
If multiple requests are dispatched simultaneously, the HTTP post will be an array, and the router will need to route each individual request appropriately.
如果多个请求同时发出,HTTP将发送一个数组,发送程序将需要为每个请求选择合适的路径发送。
We illustrated a scenario of multiple schema models, multiple requests/responses for a single page, and showed the JSF dropdown control binding for XML data.
我们举例说明多schema模型、对于单一页面中多个请求及响应的场景,并且说明了绑定XML数据的JSF下拉式控制。
This, in turn, allows multiple requests to be sent down over the same TCP connection, dramatically speeding up the serving of static HTML documents and images.
这允许使用同一个TCP连接发送多个请求,从而大大提高呈现静态HTML和图像的速度。
If multiple requests have arrived for an application that has tracing enabled, the trace viewer lists the requests in the order in which they were processed.
如果针对启用追踪的应用程序产生的多个要求已经到达,追踪检视器会按它们的处理顺序来列出要求。
If multiple requests are processed against an account at the same time, they must be isolated so that only a single transaction can affect the account at one time.
如果对一个帐户同时处理多个请求,则必须隔离这些请求,以便一次只能有一个事务影响该帐户。
The differentiation between user and request is pointed out here because a single HTML page containing several images results in multiple requests by a single user.
在这里用户与请求的区别被指出,因为包括几个图像的一个HTML页面将导致来自一个用户的多个请求。
The only use for this ready state in almost-real-world Ajax programming is if you make multiple requests using the same XMLHttpRequest object across multiple functions.
在大部分Ajax编程的真实情况中,这种就绪状态的唯一用法就是使用相同的XMLHttpRequest对象在多个函数之间生成多个请求。
Structuring the data according to its change characteristic enables identification of data elements that stay constant across multiple requests or across multiple users.
根据其更改特征设计数据结构,可以对跨多个请求或多个用户保持为常数的数据元素进行标识。
应用推荐