• When the long running call is finished and the data is received, it gets stored in the Distributed Map cache of Application Server.

    长时间运行调用结束接收到数据时,这些数据将存储ApplicationServer分布式映射缓存

    youdao

  • In this article, you see how to start WebSphere Portal's render processing before receiving the entire data from the long-running call.

    本文中,将了解耗时的调用接收全部数据之前如何启动WebSpherePortal呈现处理

    youdao

  • The solution provided shows how to separate the long running call into another managed thread by using the Websphere Application Server feature of Asynchronous Beans.

    这种解决方案展示了如何利用WebsphereApplicationServer异步bean功能耗时调用分离另一个托管线程中

    youdao

  • A handler can be anything from calling a method on an object, running a command or invoking a remote object call.

    事件处理器可以任何事,包括调用对象方法运行命令或者远程对象进行调用

    youdao

  • Typically, components implemented as long running processes are called asynchronous, which means that a client would call them, and then proceed to do other work while it waits for a reply.

    一般情况下实现长时间运行流程组件称为非同步组件,意味着客户机可以调用它们并且能够等待应答时继续执行其他工作

    youdao

  • Stateless -- all data associated with a given function is passed in and out on a single call, enabling any client request to be handled by any running instance in any order.

    状态——通过单个调用传入传出给定函数所有相关数据支持任何运行实例任何方式处理任何客户请求

    youdao

  • That means that when a call is made to one of the process's operations, the corresponding receive activity accepts the call, and the process continues running from there.

    意味着调用流程操作时,对应接收活动接收调用,并且流程会那里继续运行

    youdao

  • The attacks use the electronic equivalent of ringing the site's doorbell and running away: the targeted site's server wastes its resources answering the call.

    这种攻击好比于电子式“按一下你家门铃然后立即跑开”:被攻击网站服务器资源浪费在回复无谓的数据请求上。

    youdao

  • These operations will not be accepted unless the processPurchaseOrder activity is running and the flow of control has reached the two Accept Call actions.

    这些操作不会得到接受除非processPurchaseOrder活动正在运行而且控制流程达到两个AcceptCall 操作。

    youdao

  • Maybe it’s running those few miles before work, making that intimidating sales call, or running your business.

    也许这个“顶峰”就是在工作慢跑公里,也许就是一个令人胆怯销售电话,或者是经营自己生意

    youdao

  • These operations will not be accepted unless the processPurchaseOrder activity is running and the flow of control has reached the two accept call actions.

    除非processpurchaseorder活动正在运行,并且控制流程已经到达两个接收呼叫行动,否则这些操作不会接收。

    youdao

  • These applications are large scale by almost any definition, running across hundreds of CPUs forming what we'd call an "application fabric."

    这些应用具有很大规模(scale),跨越成百CPU运行形成了我们的“应用fabric”。

    youdao

  • Yahoo!, which did not immediately respond to a call seeking comment, is running out of time to figure out how to create an independent future.

    雅虎在记者随后电话采访没有做出立即回应

    youdao

  • Ability to keep the Inject event/call operation window open after sending the message to the running application

    运行中的程序发送信息之后保持Injectevent/call操作窗口打开能力

    youdao

  • The CallService activity runs and, when it finishes, the process stops running until it receives a call to the continue operation.

    CallService活动运行,并且在该活动完成流程会停止运行直到收到continue操作调用

    youdao

  • When the PowerPC debugger finds a program running SPU_RUN ioctl call, it switches to the SPU back-end code and works on the SPU context instead of the main program context.

    PowerPC调试器发现一个程序运行 SPU_RUNioctl调用时就切换SPU后端代码上,使用 SPU上下文而不是程序上下文。

    youdao

  • An event handler looks a lot like an exception handler, except that it starts running when an OnEvent element receives a call to the corresponding operation.

    事件处理程序非常类似于异常处理程序,只不过OnEvent元素接收到相应操作调用运行

    youdao

  • For example, when an application calls a web service running in a different JVM, the call flow across JVMs is shown in a single sequence diagram.

    例如应用程序调用运行不同JVM上的web服务时,这个jvm调用流程会显示同一序列图中。

    youdao

  • You created a Cast Iron orchestration that USES the Invoke service activity to call this Web service, thereby running a map.

    创建了CastIron编排,它使用InvokeService活动调用这个Web服务进而运行一个数据图。

    youdao

  • This command makes an RPC call to the rpc.rquotad daemon running on the NFS server.

    命令NFS服务器运行rpc. rquotad守护进程发出一个rpc调用

    youdao

  • For another example, running a local shell command is just as easy as making a remote network call.

    举一个例子运行本地shell发出远程网络调用那么简单。

    youdao

  • They will each need to call a common setup routine just to get Firefox running before they can commence their own particular test.

    它们需要通过调用共同setup例程运行Firefox然后才能执行自己测试

    youdao

  • In the test runs for this article, I used a loop count of 10 million for each call, running on a 1ghz PIIIm system.

    本文进行测试每次调用使用1000万循环,在1ghzPIIIm系统运行

    youdao

  • The currently running task (now preempted) is returned to the red-black tree through a call to put_prev_task (via the scheduling class).

    当前运行任务(现在抢占的任务)通过对put _ prev_task调用(通过调度)返回红黑

    youdao

  • In this scenario, the Bank Actions PHP module makes a SOAP XML Web service call to a remote real-life Web service running on the Internet.

    这个场景中BankActionsphp模块一个互联网运行真实远程Web服务进行SOAPXML Web服务调用

    youdao

  • Supports multi-JVM applications - Users can trace applications running on multiple JVMs and see the end-to-end call flow in a single sequence diagram.

    支持多J VM (multi-JVM)的应用程序——用户可以跟踪运行多个JVM上的应用程序,并且能够单独序列图中看到端到端的调用流程

    youdao

  • Even when a program contains only a single thread running on a single processor, a synchronized method call is still slower than an unsynchronized method call.

    即使程序包括一个单一处理器上运行线程,一个同步方法调用同步的方法调用

    youdao

  • I told him I was thinking about running for Congress, but I'd consider the offer and call him back the next day.

    告诉我正在考虑参加众议员的竞选我表示考虑他提供这个机会,第二天会给他电话答复。

    youdao

  • While some browsers will call the function only when the request is complete, other browsers will call back continuously to tell the code that the request is still running.

    有些浏览器可能请求完成调用这个函数,而也有些浏览器不断函数从而告诉代码请求依然在运行。

    youdao

  • While some browsers will call the function only when the request is complete, other browsers will call back continuously to tell the code that the request is still running.

    有些浏览器可能请求完成调用这个函数,而也有些浏览器不断函数从而告诉代码请求依然在运行。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定