context n. 1.上下文;文章的前后关系[脉络]。 2.(事情等的)关节,范围,场合,处境,条件;来龙去脉。 tell the meaning of a word from its context从一个字的上文下推知其字义。 in one context 在一定场合,在某一范围内。 in the context of 在…情况下。 in this context 关于这一点,在这种场合下。 outside the context of 在…之外。
Use of srv pwd field in the srv pfield structure when there has been an impersonation context switch from the original login 当存在来自原始登录的模拟上下文切换时,请使用srv _ pfield结构中的srv _ pwd字段。
The reduction in threads leads to fewer threads for the vm to manage , fewer context switches , and reduced memory consumption 线程的减少使得vm只需管理更少的线程、更少的上下文切换,并具有更少的内存消耗。
Context switches sec counter measures the rate at which thread contexts are switched by all cpus in the web server computer Context switches / sec计数器测量web服务器计算机中的所有cpu切换线程上下文的速率。
However , it is not possible to optimize a hardware context switch , while there might be room for improving the current switching code 然而,尽管当前的切换代码还有改进的余地,却不能对硬件文境切换进行优化。
If message traffic is heavy , the connection consumer can load each server session with multiple messages to minimize thread context switching 事务会话不具有此项能力,因为事务对此会话的消息的存取是有限制的。
This means that after the context switch , any resource within the server that the impersonated login has permissions on can be accessed 这意味着上下文切换后,可以访问模拟的登录帐户在服务器内具有权限的任何资源。
The signature cannot be applied to context switches that are established through the stand - alone statements execute as user and execute as login 签名无法应用于通过独立的语句execute as user和execute as login建立的上下文切换。
While the context switch to the database user is active , any attempt to access resources outside the database will cause the statement to fail 当到数据库用户的上下文切换处于活动状态时,任何对数据库外部资源的访问尝试都会导致语句失败。
If we really wanted to eliminate the possibility of context switching , we would need to have more cpus on a system than processes running on that system 如果我们确实不希望出现任何上下文切换,则系统中的cpu数要大于该系统中运行的进程数。
In other words , the abstract purity of continuations is more interesting to me personally than is the context switch speedups of microthreads , for example 在本例中,热键的大小写都可以激活下拉菜单选项,并且可以使用enter键激活缺省选项。
A context switch is the computing process of storing and restoring the state (context) of a Process so that execution can be resumed from the same point at a later time. This enables multiple processes to share a single CPU.