宿主进程

  • 网络hosting process;host process
宿主进程宿主进程
  1. 此初始化由宿主进程处理。

    This initialization is handled by the hosting process .

  2. 无论当前用户使用的是什么安全标记,自定义的节处理程序代码都使用宿主进程帐户的凭据来运行。

    Regardless of the current user 's security token , custom section-handler code runs using the credentials of the hosting process account .

  3. 以下部分描述用宿主进程和不用宿主进程进行调试的一些差异。

    The following sections describe some differences between debugging with and without the hosting process .

  4. 内存空间缺口&通过栈溢出、缓冲区溢出或堆错误来实现,以宿主进程的权限执行攻击者提供的任何代码。

    Memory space breach & Accomplished via stack overflow , buffer overrun , or heap error , enables execution of arbitrary code supplied by the attacker with the permissions of the host process .

  5. 与其他流行的渲染器运行在宿主进程内不同,我们的渲染器采用独立进程的方式运行,极大的提高了渲染器代码重用率。

    Different from many popular renderers that is running in the process of host , our renderer work with modeling and animation software in an independent process , which greatly reused the code of renderer .