What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 27279 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > List the different ProcessModel attribut ...

List the different ProcessModel attributes which relates to process recycling in machine.config file?

Interview question and answer by: Tripati_tutu | Posted on: 11/6/2010 | Category: ASP.NET Interview questions | Views: 1578 | | Points: 40


Answer:

Timeout attribute: It automatically recycles the process after a certain number of requests sent by the user or we can say the amount of time before the process is shut down and restarted.

Shutdown Timeout attribute: It determines each process will take how much time to shut down. After that time, the process is terminated by the system.

RequestLimit attribute: This attribute has the number of queued requests to serve before the process is shut down and restarted.

RestartQueueLimit attribute: This attribute specifies the number of queued requests to retain while the process is shut down and restarted.

MemoryLimit attribute: The percentage of physical memory the ASP.NET process is allowed to consume before that process is shut down and a new process is started. This helps to prevent memory leaks before it causes a breakdown in the server.

ResponseRestart - DeadlockInterval: It specifies the amount of time to wait before restarting a process because it was deadlocked. This helps to prevent applications with serious errors in the server.

ResponseDeadlockInterval: This is the time to wait before restarting a process that is a situation in which no progress can be made.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Tripati_tutu

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/23/2013 3:03:24 AM