If the server receives more than the maximum number, it simply queues the additional RPCs until a free call executor thread is available to execute the RPC.
如果服务器收到的RPC超过这个最大数量,它会把多余的RPC排队,直到有空闲的调用执行者线程可以执行rpc。
On the server side, code must unwrap the request to determine the call/parameters, then execute the call, receive the response, rewrap the response, and return it to the client.
在服务器端,代码必须打开请求以确定调用/参数,然后执行调用,接收响应,重新封装响应,并将其返回给客户机。
First of all, you must execute the script containing the function that you want to call.
首先,必须先执行包含想要调用的那个函数的脚本。
The wizard can be used to define commands that execute direct SQL or commands that call stored procedures.
该向导可以用于定义直接执行SQL或调用存储过程的命令。
Call the ioctl function to execute the SCSI command.
调用ioctl函数执行scsi命令。
The data interface provides methods to execute queries, to execute SQL CALL statements, and to return their output parameters.
Data接口提供执行查询、执行SQLcall语句和返回输出参数的方法。
To do this, call the Http client's execute method, and pass the Get method and the local HttpContext instance as parameters.
为了执行该操作,您可以调用Http客户端的执行方法,并传递本地HttpContext实例作为一个参数。
In that case, EnsureDirExists continues to execute, and attempts to call mkdir .
在这种情况下,EnsureDirExists继续执行,并试着调用mkdir 。
You could simply call the above runScript() method to execute the script that is mapped to the URL of the HTTP request.
可以通过调用上述的runScript()方法来执行 与此HTTP 请求的URL相映射的那个脚本。
When you have perfected the SOQL query you want to execute, embed it in your Web services call.
当完善了想要执行的SOQL查询后,可以将它嵌入到Web服务调用。
Without either of these options, the try and catch code can still execute, and the system does not call the destructors of local objects up to the throw statement.
如果不使用这两个选项,try和catch代码仍然可以执行,并且系统执行到throw语句时才会调用局部对象的析构函数。
The parameter start_address for the Linux library call pthread_create is the address of the function that the newly created thread will execute.
pthread_create库调用的start_address参数是刚创建的线程要执行的函数的地址。
This entry point is the URL that clients call over HTTP POST to execute SugarCRM web services methods.
该切入点是客户端通过HTTPPOST调用的URL,以执行sugarcrmweb服务方法。
A special db2 script - named db2cos - is adapted to execute a certain db2pd call each time the db2cos script is invoked.
使用一个特殊的db 2脚本—名为db2cos—在每次调用db 2cos脚本时执行一个db 2pd调用。
The time the service itself takes to execute: (Note that this does not include making a dynamic call to a piece of code.)
服务本身执行所用的时间:(请注意这并不包括向代码段发送动态调用的时间。)
This build will call the same build file, but with an alternate target, which might execute longer-running processes like functional tests, software inspections, etc.
这个构建调用相同的构建文件,但是执行另一个目标。这个目标可能执行长时间运行的过程,比如功能测试、软件检查等等。
Their entire purpose is to execute a set of instructions, something we commonly call a "program".
它存在的最主要的目的,就是为了执行一组指令,我们通常称这些被执行的指令为程序。
Suppose you have a web service client running on your home computer and you try to call out to some service on the web that will take a while to execute.
设想您在家用计算机上运行一个Web服务客户机,并且试图调用Web上的某些需要花费一些时间才能执行的服务。
When your action is called in the execute method, you must call a couple helper functions to update the specific view instance (if that is what your action is intended to do).
在execute方法中调用操作时,必须调用一对helper函数来更新特定的视图实例(如果这是操作的目的)。
To obtain a QueryExecution, call QueryExecutionFactory.create (query, model), passing in the query to execute and the model to run it against.
要获得QueryExecution,请调用QueryExecutionFactory . create (query,model),并传入要执行的query以及查询要处理的model。
If no data is found in the cache, the execute method of LongRunningCallWrapper is called, holding the code for the back-end call.
如果在缓存中没有找到数据,将调用LongRunningCall Wrapper的execute方法,以保存用于后端调用的代码。
The command is initialized with whatever you define as your unique key (in this case, a zip code), enabling the command to determine whether to call the execute method.
命令用您定义的唯一主键(在本实例中,唯一主键是邮政编码)来初始化,主键让命令来决定是否调用execute方法。
The execute method holds the code used for the actual back-end call.
execute方法保存用于实际的后端调用的代码。
WebSphere can also intercept a call to the execute method of a command object and store the content of the object within the dynamic cache.
WebSphere还可以拦截命令对象对execute方法的调用,并存储动态缓存内对象的内容。
It is important to note, however, that the execute method still closes any ResultSets that were opened from a previous call to execute .
然而,重要的是execute方法仍然会关闭任何以前execute调用中打开的ResultSet。
Call the EIS function by invoking the execute method on the instance of Interaction.
通过调用Interaction实例中的execute方法来获取EIS功能。
One interesting possibility might be to pass in an XPath to be used to test whether a template should be traced, and call the EXSLT Dynamic XPath Evaluation extension (dyn: evaluate ) to execute it.
一种令人感兴趣的可能性是传递XPath,我们要用这个XPath来测试是否应该跟踪模板,并调用EXSLTDynamic XPathEvaluation扩展(dyn:evaluate)来执行它。
The business logic for the specific call is coded in the execute method of the LongRunningCallWrapper class.
特定调用的业务逻辑在LongRunningCall wrapper类的execute方法内编码。
Before testing the application, start a program called cicstail to monitor the cics call so you can be sure that the COBOL program gets invoked. To run this program, open a command window and execute.
在测试应用程序之前,启动一个名为cicstail的程序来监视cics调用,这样您就可以确保COBOL被激活。
We execute a member function in much the same way as we do any function: To call a function, we follow the function name by the call operator (the "()" operator).
执行成员函数和执行其他函数相似:要调用函数,可将调用操作符(())放在函数名之后。
应用推荐