worker-process
Which IIS settings will allow me to process long-running ColdFusion requests without IIS giving up?
I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.[详细]
2023-04-05 05:46 分类:问答IIS Application Pool Process Using A lot of Memory
I have a very weird problem with one of my IIS application pool processes. Ive been getting a System.OutOfMemoryException error lately and ive been trying to figure out exactly what is going on. Basic[详细]
2023-03-24 07:47 分类:问答What is worker process recycling....?
开发者_如何学Go I would like to know what is exactly worker process recycling? What exactly it does at the time of worker process recycling?[详细]
2023-03-03 12:46 分类:问答What are the effects of increasing number of worker process for a sharepoint application hosted in Windows Server 2003
I have a sharepoint application hosted on a windows 2003 server with the maximum number of worker process set as 1 in the application pool. There are couple of sharepoint application hosted and one of[详细]
2023-02-28 19:17 分类:问答IIS 7 worker process bottleneck, large number of awaiting requests under application pool ASP.NET 3.5 + 2.0
I am using ASP.NET 2.0, .NET 2.0 Framework, and IIS 7. I am seeing a large queue of \"requests\" appear under the \"worker process\" option. State recorded appear to be Authenticate Request and Execut[详细]
2023-02-26 02:07 分类:问答Impact of Recycling Worker Process on WCF Service
i want to know what is the impact (in performance, availabillity, etc) that Recycling the Worker Process (IIS V 6.0) has over a WCF Service Hosted in IIS, i would also like to know if there\'s a best[详细]
2023-01-25 10:14 分类:问答Programmatically find when the ASP.NET worker process and app domain last started?
In ASP.NET: How can I tell when the ASP.NET worker process last restarted? In ASP.N开发者_JAVA技巧ET, how can I tell when the app domain last recycled?[详细]
2023-01-22 21:22 分类:问答Prevent IIS from reusing worker processes for separate ASP.Net AppDomains
When IIS restarts an ASP.Net (2.0) web application, it can either: Recycle开发者_运维技巧 the AppDomain: Unload the AppDomain and load a new AppDomain on the same process (e.g. when HttpRuntime.Unlo[详细]
2023-01-16 20:09 分类:问答Do external references slow down my ASP.NET application? (VS: Add Reference dialog)
I\'ve noticed as my website gets bigger and bigger, the time my laptop takes to display my page is much longer then say a new projects with minimal references.[详细]
2023-01-10 07:14 分类:问答Singleton object in IIS Web Garden
I have a lot of Singleton implementation in asp.net application and want to move my application to IIS Web Garden environment for some performance reasons.[详细]
2022-12-31 03:32 分类:问答