When you enable Purify, the AspNetMon process kills the worker process (app pool).
当您启用Purify时,AspNetMon进程杀掉了工人进程(应用程序池)。
The IIS 6 worker process doesn't know anything about ASP.NET and managed code.
IIS6工作进程不知道任何关于ASP.NET和托管代码的事情。
This token is passed along to the worker process when this receives the request to process.
当工作进程接受到处理请求时,这个令牌被传到工作进程中。
NET worker process and make sure that the debugger has access to symbols for the application.
NET辅助进程,并确保调试器能够访问该应用程序的符号。
The communication between the ISAPI and the worker process is conducted using a set of named pipes.
通过使用一组命名管道在ISAPI和工作进程之间的通信。
If you are using IIS the instance exist in a worker process. If it crashes, it doesn't crash IIS.
如果您使用的是IIS实例在工作过程中存在的。如果它崩溃,它不会崩溃的IIS。
You must make sure that your ASP.NET worker process has permissions to read, execute, and write to it.
你必须确信你的ASP.NET工作进程拥有读取、执行和写入的权限。
The worker process uses these parameters to perform tasks that need to happen before the CLR is loaded.
在加载CLR之前工作进程使用这些参数完成一些需要的工作。
When the ASP.NET ISAPI extension starts the worker process up, it passes a few command-line parameters.
当asp.netISAPI扩展启动工作进程时会传入一些命令参数。
Halting all managed code in the worker process can cause a work stoppage for all users on the server.
暂停辅助进程中的所有托管代码会导致服务器上的所有用户的工作中断。
If the worker process crashes, all the requests it was handling remain in the "executing" state for a while.
如果工作进程意外结束,进程所处理的所有请求在一段时间内仍然保持“执行中”状态。
If the default process model is enabled, aspnet_isapi queues the request and assigns it to the worker process.
如果默认处理模式可用,aspnet _ isapi会将请求排队并将其分发到工作进程。
The process for attaching to the ASP. NET worker process is the same as attaching to any other remote process.
附加到asp.net辅助进程与附加到任何其他远程进程的过程相同。
NET worker process for debugging and hit a breakpoint, for example, all managed code in the worker process halts.
NET辅助进程进行调试并命中了断点,辅助进程中的所有托管代码都将暂停。
Call the process sending the message the master process and the processes receiving the message the worker process.
发送消息的进程称为主进程,接收消息的进程称为工作者进程。
The main difference is that IIS Express launches its worker process from the command-line or from VS (or another tool).
主要差别在于IISExpress从命令行或是VS(或是其他工具)中加载工作进程。
The worker process is a small Win32 shell of code that hosts the common language runtime (CLR) and runs managed code.
工作进程是一个小的win32shell代码,集成CLR并运行托管代码。
If the worker process crashes, or in anyway stops processing the requests, all pending requests are reassigned to a new process.
如果工作进程意外中止或者停止处理请求,所有等待的请求将被重新分配到新进程中。
In this case, the worker process USES synchronous pipes because this would preserve the sequence of the request-processing logic.
这种情况下工作进程使用同步管道,因为需要保持请求处理逻辑顺序。
The full IIS has an on-demand worker process model and activation system and can bring up and shutdown worker processes on demand.
完整的IIS有个按需的工作进程模型和激活系统,可以根据需要启动或是停止工作进程。
Worker process. The account of the worker process is the account set for the application pool that the Web application belongs to.
工作进程用户帐号与应用程序所属应用程序池的用户帐号相同。
When aspnet_isapi detects that the worker process is dead, it automatically aborts the request and frees any associated IIS resources.
当aspnet _ isapi检测到工作进程结束,它将自动终止请求,释放所有指配的IIS资源。
The worker process does not receive the names of the available pipes but does receive the information sufficient to figure them out.
工作进程没有接受到命名管道的名称,但是接受到的信息足够识别它们。
To guarantee optimal performance, aspnet_isapi USES asynchronous named pipes to forward requests to the worker process and to get responses.
为确保最佳性能,aspnet _ isapi使用异步命名管道将请求转发到工作进程并得到响应。
The aspnet_wp worker process is no longer used and also some of the configuration parameters defined in the machine.config file are ignored.
不再使用aspnet _ wp工作进程并且一些定义在machine . config文件中的配置参数也被忽略。
Each worker process, therefore, will handle its own copy of working data, and the more stateful the application, the higher the cost in performance.
每个工作进程因此都将处理工作数据的副本,越是状态多的应用程序,付出的性能代价越高。
The downside is that the worker process on the server has to wait for the session to be closed by the client before it can move on to the next request.
其缺点在于服务器上的worker进程必须等待客户机要关闭的会话,之后才能转到下一个请求。
The ASP.NET ISAPI extension is responsible for invoking the ASP.NET worker process (aspnet_wp.exe) which, in turn, controls the execution of the request.
netISAPI扩展负责调用ASP.NET工作进程(aspnet _ wp . exe) aspnet _ wp . exe按序控制执行请求。
When the ASP.NET ISAPI works under the IIS 6 process model, it behaves differently and just loads the CLR in the context of the w3wp.exe worker process.
当asp.netISAPI工作在IIS6进程模式下,其行为不同,只是在w3wp. exe工作进程上下文中加载clr。
When the ASP.NET ISAPI works under the IIS 6 process model, it behaves differently and just loads the CLR in the context of the w3wp.exe worker process.
当asp.netISAPI工作在IIS6进程模式下,其行为不同,只是在w3wp. exe工作进程上下文中加载clr。
应用推荐