IIS Pool Recycling Configuration












0














I have a asp.net website and i would host them with a IIS but



I'am noob with IIS configuration



so I have many Questions :



what is IIS Recycling ? and what is the Optimal parametres for IIS recycling for 6 ApplicationPool ?



Thank you










share|improve this question






















  • Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
    – spikey_richie
    Dec 5 at 16:27










  • Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
    – Jan Dock
    Dec 5 at 16:57
















0














I have a asp.net website and i would host them with a IIS but



I'am noob with IIS configuration



so I have many Questions :



what is IIS Recycling ? and what is the Optimal parametres for IIS recycling for 6 ApplicationPool ?



Thank you










share|improve this question






















  • Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
    – spikey_richie
    Dec 5 at 16:27










  • Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
    – Jan Dock
    Dec 5 at 16:57














0












0








0







I have a asp.net website and i would host them with a IIS but



I'am noob with IIS configuration



so I have many Questions :



what is IIS Recycling ? and what is the Optimal parametres for IIS recycling for 6 ApplicationPool ?



Thank you










share|improve this question













I have a asp.net website and i would host them with a IIS but



I'am noob with IIS configuration



so I have many Questions :



what is IIS Recycling ? and what is the Optimal parametres for IIS recycling for 6 ApplicationPool ?



Thank you







iis






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 5 at 16:24









Jan Dock

11




11












  • Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
    – spikey_richie
    Dec 5 at 16:27










  • Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
    – Jan Dock
    Dec 5 at 16:57


















  • Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
    – spikey_richie
    Dec 5 at 16:27










  • Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
    – Jan Dock
    Dec 5 at 16:57
















Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
– spikey_richie
Dec 5 at 16:27




Recycling an app pool is just tearing down the process and spawning a new thread. Have you done ANY research of your own on IIS? If not, start here. iis.net
– spikey_richie
Dec 5 at 16:27












Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
– Jan Dock
Dec 5 at 16:57




Yes, but i can't understand what IIS Recycling and if he have any affect for the availabilty of application, and what is the optimal paramters for recycling 6 pool
– Jan Dock
Dec 5 at 16:57










1 Answer
1






active

oldest

votes


















0














Open IIS manager and click on application pools. On the right side menu, you will find an option for setting application pool defaults. Clicking on that menu opens a dialogue box. Scroll down to the last and set the values as needed. Basically the time in minutes you wish your application pool to restart needs to be changed according to your site needs. This way you can set default rules for all sites in one IIS server.



If you want to change it for individual sites, right click on the particular application pool >> Recycling and set the values there.



You have options to restart IIS Application Pool based on minutes, memory, request and at regular time every day.



The values you set depends on the website or application you are serving.



The following link might give you a better insight.
IIS Recycling






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381056%2fiis-pool-recycling-configuration%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Open IIS manager and click on application pools. On the right side menu, you will find an option for setting application pool defaults. Clicking on that menu opens a dialogue box. Scroll down to the last and set the values as needed. Basically the time in minutes you wish your application pool to restart needs to be changed according to your site needs. This way you can set default rules for all sites in one IIS server.



    If you want to change it for individual sites, right click on the particular application pool >> Recycling and set the values there.



    You have options to restart IIS Application Pool based on minutes, memory, request and at regular time every day.



    The values you set depends on the website or application you are serving.



    The following link might give you a better insight.
    IIS Recycling






    share|improve this answer


























      0














      Open IIS manager and click on application pools. On the right side menu, you will find an option for setting application pool defaults. Clicking on that menu opens a dialogue box. Scroll down to the last and set the values as needed. Basically the time in minutes you wish your application pool to restart needs to be changed according to your site needs. This way you can set default rules for all sites in one IIS server.



      If you want to change it for individual sites, right click on the particular application pool >> Recycling and set the values there.



      You have options to restart IIS Application Pool based on minutes, memory, request and at regular time every day.



      The values you set depends on the website or application you are serving.



      The following link might give you a better insight.
      IIS Recycling






      share|improve this answer
























        0












        0








        0






        Open IIS manager and click on application pools. On the right side menu, you will find an option for setting application pool defaults. Clicking on that menu opens a dialogue box. Scroll down to the last and set the values as needed. Basically the time in minutes you wish your application pool to restart needs to be changed according to your site needs. This way you can set default rules for all sites in one IIS server.



        If you want to change it for individual sites, right click on the particular application pool >> Recycling and set the values there.



        You have options to restart IIS Application Pool based on minutes, memory, request and at regular time every day.



        The values you set depends on the website or application you are serving.



        The following link might give you a better insight.
        IIS Recycling






        share|improve this answer












        Open IIS manager and click on application pools. On the right side menu, you will find an option for setting application pool defaults. Clicking on that menu opens a dialogue box. Scroll down to the last and set the values as needed. Basically the time in minutes you wish your application pool to restart needs to be changed according to your site needs. This way you can set default rules for all sites in one IIS server.



        If you want to change it for individual sites, right click on the particular application pool >> Recycling and set the values there.



        You have options to restart IIS Application Pool based on minutes, memory, request and at regular time every day.



        The values you set depends on the website or application you are serving.



        The following link might give you a better insight.
        IIS Recycling







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 7 at 9:06









        Dileep KK

        262




        262






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381056%2fiis-pool-recycling-configuration%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”