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;
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
add a comment |
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
add a comment |
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
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
nginx windows-server-2012-r2 load-balancing haproxy nlb
asked Nov 4 '16 at 6:58
chaudharypchaudharyp
1087
1087
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 4 '16 at 8:35
drookiedrookie
6,15211219
6,15211219
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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