Is it possible to run HAProxy load balancer on Windows Server 2012 R2 Base for production? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!What is your recommendation for a software load balancer or load sharer for the given case?Using HAProxy for load-balancing SQL Server 2008Do i need a dedicated server for load balancing?haproxy as load-balancer and nginx as webserver?Maximizing TCP connections on HAProxy load balancerF5 vs Windows Network Load BalancerRun different instances behind one load balancer?Is HAProxy still necessary when Varnish can act as a load balancer?Load balancing a Load balancer (HAProxy)Can my test haproxy server load balence a production server?

Is safe to use va_start macro with this as parameter?

How to answer "Have you ever been terminated?"

How come Sam didn't become Lord of Horn Hill?

Closed form of recurrent arithmetic series summation

Do wooden building fires get hotter than 600°C?

How do pianists reach extremely loud dynamics?

How could we fake a moon landing now?

Declining "dulcis" in context

On SQL Server, is it possible to restrict certain users from using certain functions, operators or statements?

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

Do I really need to have a message in a novel to appeal to readers?

How to compare two different files line by line in unix?

Compare a given version number in the form major.minor.build.patch and see if one is less than the other

What does "lightly crushed" mean for cardamon pods?

8 Prisoners wearing hats

For a new assistant professor in CS, how to build/manage a publication pipeline

Did MS DOS itself ever use blinking text?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Is the Standard Deduction better than Itemized when both are the same amount?

Find the length x such that the two distances in the triangle are the same

An adverb for when you're not exaggerating

Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?

Do square wave exist?

Why are both D and D# fitting into my E minor key?



Is it possible to run HAProxy load balancer on Windows Server 2012 R2 Base for production?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!What is your recommendation for a software load balancer or load sharer for the given case?Using HAProxy for load-balancing SQL Server 2008Do i need a dedicated server for load balancing?haproxy as load-balancer and nginx as webserver?Maximizing TCP connections on HAProxy load balancerF5 vs Windows Network Load BalancerRun different instances behind one load balancer?Is HAProxy still necessary when Varnish can act as a load balancer?Load balancing a Load balancer (HAProxy)Can my test haproxy server load balence a production server?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I want to run HAProxy on Windows Server 2012 R2 Base for production. I read this blog: http://zcourts.com/2012/09/29/install-haproxy-on-windows-cygwin-good-for-testing and it conveys that HAProxy on Windows is good for testing.



If not HAProxy, what other load balancing solution is good for Windows Server 2012 R2 Base?










share|improve this question




























    1















    I want to run HAProxy on Windows Server 2012 R2 Base for production. I read this blog: http://zcourts.com/2012/09/29/install-haproxy-on-windows-cygwin-good-for-testing and it conveys that HAProxy on Windows is good for testing.



    If not HAProxy, what other load balancing solution is good for Windows Server 2012 R2 Base?










    share|improve this question
























      1












      1








      1








      I want to run HAProxy on Windows Server 2012 R2 Base for production. I read this blog: http://zcourts.com/2012/09/29/install-haproxy-on-windows-cygwin-good-for-testing and it conveys that HAProxy on Windows is good for testing.



      If not HAProxy, what other load balancing solution is good for Windows Server 2012 R2 Base?










      share|improve this question














      I want to run HAProxy on Windows Server 2012 R2 Base for production. I read this blog: http://zcourts.com/2012/09/29/install-haproxy-on-windows-cygwin-good-for-testing and it conveys that HAProxy on Windows is good for testing.



      If not HAProxy, what other load balancing solution is good for Windows Server 2012 R2 Base?







      nginx windows-server-2012-r2 load-balancing haproxy nlb






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 4 '16 at 6:58









      chaudharypchaudharyp

      1087




      1087




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I would definitely avoid ported applications, when you can use native ones fee-free, especially when it's opensource. For example you can run haproxy on a VM inside a Windows host under Hyper-V, if you're that much into Windows. But in reality I would not either, because this makes you dependant on the Windows IP stack, and I doubt anyone would want this in a production when he has other choices, especially when said stack has bugs like this.



          And I strongly advise not to use cygwin-compiled ones. For at least the same reasons, plus nobody, and I mean it, nobody will be interested in a bug if you'll find one in a cygwin-compiled application. It's hard to make a bug-report developer-friendly, and this task gets -9000 karma when you are reporting a bug found in a cygwin-compiled software.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            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%2fserverfault.com%2fquestions%2f813137%2fis-it-possible-to-run-haproxy-load-balancer-on-windows-server-2012-r2-base-for-p%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














            I would definitely avoid ported applications, when you can use native ones fee-free, especially when it's opensource. For example you can run haproxy on a VM inside a Windows host under Hyper-V, if you're that much into Windows. But in reality I would not either, because this makes you dependant on the Windows IP stack, and I doubt anyone would want this in a production when he has other choices, especially when said stack has bugs like this.



            And I strongly advise not to use cygwin-compiled ones. For at least the same reasons, plus nobody, and I mean it, nobody will be interested in a bug if you'll find one in a cygwin-compiled application. It's hard to make a bug-report developer-friendly, and this task gets -9000 karma when you are reporting a bug found in a cygwin-compiled software.






            share|improve this answer



























              0














              I would definitely avoid ported applications, when you can use native ones fee-free, especially when it's opensource. For example you can run haproxy on a VM inside a Windows host under Hyper-V, if you're that much into Windows. But in reality I would not either, because this makes you dependant on the Windows IP stack, and I doubt anyone would want this in a production when he has other choices, especially when said stack has bugs like this.



              And I strongly advise not to use cygwin-compiled ones. For at least the same reasons, plus nobody, and I mean it, nobody will be interested in a bug if you'll find one in a cygwin-compiled application. It's hard to make a bug-report developer-friendly, and this task gets -9000 karma when you are reporting a bug found in a cygwin-compiled software.






              share|improve this answer

























                0












                0








                0







                I would definitely avoid ported applications, when you can use native ones fee-free, especially when it's opensource. For example you can run haproxy on a VM inside a Windows host under Hyper-V, if you're that much into Windows. But in reality I would not either, because this makes you dependant on the Windows IP stack, and I doubt anyone would want this in a production when he has other choices, especially when said stack has bugs like this.



                And I strongly advise not to use cygwin-compiled ones. For at least the same reasons, plus nobody, and I mean it, nobody will be interested in a bug if you'll find one in a cygwin-compiled application. It's hard to make a bug-report developer-friendly, and this task gets -9000 karma when you are reporting a bug found in a cygwin-compiled software.






                share|improve this answer













                I would definitely avoid ported applications, when you can use native ones fee-free, especially when it's opensource. For example you can run haproxy on a VM inside a Windows host under Hyper-V, if you're that much into Windows. But in reality I would not either, because this makes you dependant on the Windows IP stack, and I doubt anyone would want this in a production when he has other choices, especially when said stack has bugs like this.



                And I strongly advise not to use cygwin-compiled ones. For at least the same reasons, plus nobody, and I mean it, nobody will be interested in a bug if you'll find one in a cygwin-compiled application. It's hard to make a bug-report developer-friendly, and this task gets -9000 karma when you are reporting a bug found in a cygwin-compiled software.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 4 '16 at 8:35









                drookiedrookie

                6,15211219




                6,15211219



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • 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%2fserverfault.com%2fquestions%2f813137%2fis-it-possible-to-run-haproxy-load-balancer-on-windows-server-2012-r2-base-for-p%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

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos