• This equates to an achievable response time of 400ms assuming a single client thread.

    如果只有单个客户机线程,那么相当于400ms可实现响应时间

    youdao

  • Then at least you can have something that relates the client thread to the called thread.

    这样至少将客户机线程被调用线程联系起来的途径。

    youdao

  • Other than that overhead of its per-client thread creation, a notable feature of the SocketServer-based server is its use of a blocking call to time.sleep within its handler.

    除了创建每个客户机线程开销之外,这个基于SocketServer服务器一个引人注目特性在于处理程序的time . sleep使用阻塞调用

    youdao

  • If the encapsulate code USES a large stack area only the server thread have to allocate enough RAM, the client threads save RAM by just requesting the service to the server.

    如果封装代码使用大量堆栈空间需要服务线程需要分配足够的RAM客户线程可以通过向服务线程发送请求来节省RAM。

    youdao

  • The Listing 1 code shows a synchronous service method call where the client thread blocks inside the service call and doesn't return until the call is completed and the results are available.

    清单1中的代码显示同步方法调用其中客户机线程将阻塞服务调用调用完成结果可用之后才会返回

    youdao

  • Then, when the client thread tries to process data within the NFS mounted file system, the data is redirected to biod, which takes the data through the LAN to the NFS Server and its NFSD daemon.

    然后客户线程尝试处理nfs挂载文件系统中的数据时,将这些数据定向到biod,后者会通过LAN数据传递nfs服务器及其nfsd守护进程。

    youdao

  • Then, when the client thread tries to process data within the NFS mounted file system, the data is redirected to biod, which takes the data through the LAN to the NFS server and its NFSD daemon.

    然后客户线程试图处理nfs挂载文件系统数据,数据重定向到biod, biod通过LAN数据带到nfs服务器及其nfsd守护进程。

    youdao

  • This shows you the output from the 24th thread of the client.

    这个命令将显示客户机第24个线程产生输出

    youdao

  • One thread is required for every client request.

    每个客户机请求需要一个线程

    youdao

  • The thread is responsible for all data exchange between client browser and back-end application server.

    线程负责客户端浏览器应用程序服务器之间所有数据交换

    youdao

  • If you don't want to pass in a parameter, you could add a method with which the client can query the thread ID of the called program.

    如果希望传入参数可以添加一个方法客户机可以使用方法来查询调用程序线程ID

    youdao

  • A client invokes a service that then executes on its own thread, while the thread of execution in the client continues further processing.

    客户调用一个服务服务然后自己线程执行任务,客户端中的执行线程继续执行后续处理。

    youdao

  • When a service component is invoked synchronously, both the client and the service provider execute in the same thread.

    同步调用服务组件时,客户端服务提供程序同一线程执行

    youdao

  • The invoked service runs on its own thread and, when it completes its processing, the response is sent back to the calling client, which is received on a different thread.

    调用服务自己线程运行服务完成处理,将相应发送调用客户端,调用客户端将使用一个不同的线程来接收这个响应。

    youdao

  • Synchronous: a client invokes a service that then executes on the same thread of execution as the client.

    同步客户调用一个服务服务然后在与该客户端相同执行线程执行任务。

    youdao

  • A user thread is a database server thread that services requests from client applications.

    用户线程服务来自客户机应用程序请求数据库服务器线程。

    youdao

  • This thread is then used for any further processing by the calling client (see Figure 3).

    然后线程将用于调用客户端后面其它处理工作(参见3)。

    youdao

  • After the response is received by the client, or if the response is already available, the client continues processing on the original thread (see Figure 2).

    客户接收响应或者提供响应,客户端继续初始线程处理(参见2)。

    youdao

  • Rather, they create a new process or thread every time a client connects to the application server.

    但是有些应用程序并没有使用进程/线程池机制,而是每当客户机连接应用程序服务器创建新的进程。

    youdao

  • You can received notifications of thread activity and reply to threads directly from your email client.

    收到线程活动通知也能email客户端直接回复线程

    youdao

  • Because a service can have more than one client, more than one pool thread can engage the same IBinder method at the same time.

    因为服务可以不止客户端,所以同时可以有多个线程同一个IBinder方法相关联。

    youdao

  • The server port is freed up to listen for another connection, which would launch another QueueManager thread to service the new client.

    释放这个服务器端口侦听一个连接,然后,启动另一个QueueManager线程以为新的客户机提供服务

    youdao

  • Keep in mind that the libevent server is running in a single thread, and a single client is unlikely to stress the server, since it will also be limited by the method of opening requests.

    记住这个libevent服务器单一线程运行而且单一客户端可能服务器造成压力因为受到打开请求方法的限制。

    youdao

  • In the example scenario, a client application running multiple threads calls an EJB component, log1Bean, from each thread.

    这个例子场景中多线程客户机应用程序每个线程调用EJB组件log1Bean

    youdao

  • As it detects a request, it spawns a thread of URIServerThread that will handle the connection with the TCP client.

    侦听请求时生成处理TCP客户机之间连接URIServerThread线程

    youdao

  • Since the response is being sent on a separate thread of execution, the invoke activity token is used in the process description to invoke the callback mechanism service of the client.

    由于响应在单独执行线程发送,所以流程描述中用invoke活动标记调用客户机回调机制服务

    youdao

  • Factors such as timeout values, thread pool specifications, and the number of client connections can affect the performance of a DE-Light Gateway.

    要素(诸如timeout线程规范客户端连接数目)影响DE - Light网关性能

    youdao

  • When a client becomes available on the request queue, it is immediately consumed by the first waiting thread blocked on the remove method.

    客户机请求队列变为可用时,马上remove方法中阻塞第一等待线程所消费

    youdao

  • In most cases, for each connection by a client application, Informix runs one sqlexec thread.

    多数情况下对于客户机应用程序每个连接Informix运行sqlexec线程

    youdao

  • Prior to WebSphere Application Server V6.x, a one-to-one mapping existed between the number of concurrent client connections and the threads in the Web container thread pool.

    WebSphereApplicationServerV6.x 之前并发客户端连接数Web容器线程池中的线程之间存在一对一映射

    youdao

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

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

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