您可以在此配置一个应用程序池的高级设置。
You can configure this in the Advanced Settings of an application pool.
该应用程序池的请求队列已超过和要求不能排队。
The application pools request queue has been exceeded and the request cannot be queued.
工作进程用户帐号与应用程序所属应用程序池的用户帐号相同。
Worker process. The account of the worker process is the account set for the application pool that the Web application belongs to.
当您启用Purify时,AspNetMon进程杀掉了工人进程(应用程序池)。
When you enable Purify, the AspNetMon process kills the worker process (app pool).
注:我发现这段代码运行良好,加载到另一个网站在同一个应用程序池相同的服务器。
NOTE: I found that this code runs fine loaded into another site on the same server in the same Application Pool.
可以使用基于HTTP的身份验证、应用程序池和ISAPI筛选器等IIS功能进行测试。
You can test with IIS features, such as HTTP-based authentication, application pooling, and ISAPI filters.
应用程序池'%1'被自动禁用,原因是为此应用程序池提供服务的进程中出现一系列错误。
The World Wide Web Publishing Service failed to run the auto stop action for application pool '%1'. The data field contains the error number.
不能使用基于HTTP的身份验证、应用程序池和ISAPI筛选器等IIS功能测试文件系统网站。
You cannot test a file-system Web site with IIS features, such as HTTP-based authentication, application pooling, and ISAPI filters.
应用程序池“%1”已经存在。请在重试前手动删除现有的应用程序池,或重新尝试使用该现有应用程序池。
Application pool "% 1" already exist. Delete existing application pool manually before retrying or retry to use the existing application pool.
在用于应用程序池方面,不管是集成的还是经典的IIS管道模式,IISURL重写模块的工作方式都是相同的。
The IIS URL-rewrite module works the same way regardless of whether integrated or classic IIS pipeline mode is used for the application pool.
请不要手动改变过IIS设置,比如应用程序池标识,因为管理中心应用程序使用定时器来同步服务场中所有的服务器。
You should never change IIS Settings like the app pool identity manually because the central admin application USES timer jobs to keep all servers in the farm synchronised.
如果你使用IIS7,配置应用程序使用集成模式,应用程序池使用. NETFrameworkversion4。
If you are using IIS 7, configure it to run in integrated mode, and configure the application pool to run the.net Framework version 4.
如果你的ASP应用程序消耗任何32位第三方或内部组件,您将需要配置应用程序池在32位运行模式。32位的DLL不会加载到64位进程。
If your ASP application consumes any 32 bit third party or in-house components you will need to configure the application pool to run in 32 bit mode. 32 bit DLL's won't load into a 64 bit process.
MSDeploy能够创建web部署包,其中会包含压缩了应用程序中所有web内容的.zip文件,还有IIS配置细节,像错误页面和应用程序池等。
The web deployment package that MSDeploy creates consists of a .zip file of all the web content in an application, plus IIS configuration details such as error pages and application pools.
ControllerUsersntAUTHORITY \ NET WORKSERVICE(运行默认应用程序池的帐户,Controller的虚拟目录在该池中拥有写访问权)。
ControllerUsers nt AUTHORITY \ NETWORK SERVICE (the account running the default application pool in which Controller's virtual directories have write access).
换句话说,应用程序启动的时候语法池是空的。
In other words, your application starts with an empty grammar pool.
可以事先定义一个解析器池接口,并通过应用程序注册其实现。
You can start by defining a parser pool interface and registering its implementation with your application.
连接池最长等待时间:显示应用程序阻塞,等待连接池连接的最长时间。
Maximum connection wait time - Shows the maximum time that an application was blocked waiting for a connection from the pool.
几乎在每个服务器应用程序中都会出现线程池和工作队列问题。
In nearly every server application, the question of thread pools and work queues comes up.
通常,这对于在应用服务器上运行的应用程序是不可能的,因为这些应用程序使用连接池,连接不是个人化的。
Generally, it is not possible for applications running on an application server because these applications use connection pooling so that connections are not personalized.
这个池对应用程序是完全透明的,可以提高性能和可伸缩性。
The pool is totally transparent to the application but provides improved performance and scalability.
此外,现在您可以获得连接池其他应用程序服务器提供商的功能性好处。
Moreover, now you can get the benefits of connection pooling and other application server-provided functionality.
为应用程序堆、语句堆、缓冲池和临时表空间这些区域中的本地处理调优联邦系统。
Tune the federated system for local processing in the areas of application heap, statement heap, buffer pool, sort heap, and temp tablespace.
随需应变路由器将这些请求发送到动态集群,该动态集群是一个应用程序服务器和应用程序实例可以消耗的资源池。
The on demand router sends these requests to dynamic clusters, which represent a pool of resource that application servers and application instances can consume.
缺省情况下,应用程序使用缓冲池IBMDEFAULTBP,它是在创建数据库时创建的。
By default, applications use the buffer pool called IBMDEFAULTBP, which is created when the database is created.
当然,直到它本身被应用程序释放之后,线程池才能释放线程。
Of course, it can't release them until the thread pool itself is released by the application.
这个池依应用程序对并行的需求而增长,并且那些已完成执行的线程会被返回到这个池。
The pool grows as per the application demands for concurrency, and the threads that have finished execution are returned to the pool.
比如数据库连接池就是单例设计模式的一个例子:我们一般不想让应用程序具有连接池类的多个资源密集型实例。
An example use case for a singleton would be a database connection pool: you don't want your application to have multiple resource-intensive instances of a connection pool class.
要利用增加的缓冲池,您必须重新绑定应用程序,以使优化器在决定其访问策略时考虑缓冲池大小。
To take advantage of the increased buffer pool, you must rebind the applications for the optimizer to consider the buffer pool size when deciding its access strategy.
对于仅使用一个缓冲池的应用程序,将NPAGES更改成-1,这样BUFFPAGE就可以控制该缓冲池的大小。
For applications that only use one buffer pool, change NPAGES to -1 so that BUFFPAGE controls the size of the buffer pool.
应用推荐