Is it possible to run HAProxy load balancer on Windows Server 2012 R2 Base for production? The...
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
Can I have a signal generator on while it's not connected?
How to obtain a position of last non-zero element
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
Is Cinnamon a desktop environment or a window manager? (Or both?)
Pokemon Turn Based battle (Python)
A female thief is not sold to make restitution -- so what happens instead?
Does HR tell a hiring manager about salary negotiations?
Is it safe to harvest rainwater that fell on solar panels?
How do PCB vias affect signal quality?
How can I have a shield and a way of attacking with a ranged weapon at the same time?
What is preventing me from simply constructing a hash that's lower than the current target?
Keeping a retro style to sci-fi spaceships?
Likelihood that a superbug or lethal virus could come from a landfill
How to translate "being like"?
Why couldn't they take pictures of a closer black hole?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Geography at the pixel level
How to type this arrow in math mode?
What does もの mean in this sentence?
Is it okay to consider publishing in my first year of PhD?
How do you keep chess fun when your opponent constantly beats you?
What do these terms in Caesar's Gallic Wars mean?
Is it possible to run HAProxy load balancer on Windows Server 2012 R2 Base for production?
The 2019 Stack Overflow Developer Survey Results Are InWhat 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
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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,13711219
6,13711219
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