码迷,mamicode.com
首页 >  
搜索关键字:haproxy keep-alive    ( 1917个结果
Using HAProxy as an API Gateway, Part 2 [Authentication]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-2-authentication/ HAProxy is a powerful API gateway due to its ability to provide ...
分类:Windows程序   时间:2019-07-02 09:20:09    阅读次数:190
Using HAProxy as an API Gateway, Part 3 [Health Checks]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-3-health-checks/ Achieving high availability rests on having good health checks. ...
分类:Windows程序   时间:2019-07-02 09:19:47    阅读次数:147
Building a Service Mesh with HAProxy and Consul
转自:https://www.haproxy.com/blog/building-a-service-mesh-with-haproxy-and-consul/ HashiCorp added a service mesh feature to Consul, its service-discove ...
分类:其他好文   时间:2019-07-02 09:13:00    阅读次数:211
配置HAProxy实现负载均衡
一、haproxy介绍HAProxy是一个使用C语言编写的自由及开放源代码软件[1],其提供高可用性、负载均衡,以及基于TCP和HTTP的应用程序代理。HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整合进您当前的架构中,同时可以保护你的web服务器不被暴
分类:其他好文   时间:2019-06-29 20:49:48    阅读次数:146
修改haproxy配置文件
1 global 2 log 127.0.0.1 local2 3 daemon 4 maxconn 256 5 log 127.0.0.1 local2 info 6 defaults 7 log global 8 mode http 9 timeout connect 5000ms 10 tim ...
分类:其他好文   时间:2019-06-29 14:59:20    阅读次数:108
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
分类:其他好文   时间:2019-06-25 16:44:39    阅读次数:100
Linux-负载均衡HAproxy
负载均衡之HAProxy 现在常用的三大开源软件负载均衡器分别是Nginx、LVS、HAProxy。三大软件特点如下: LVS负载均衡的特点: (1)抗负载能力强,抗负载能力强、性能高、能达到F5硬件的60%;对内存和cpu资源消耗比较低。 (2)工作在网络4层,通过VRRP协议转发(仅作分发之用) ...
分类:系统相关   时间:2019-06-24 12:19:10    阅读次数:145
使用nginx 4层转发 stream模块实现dnsmasq负载均衡
一.配置说明需要搭建个dnsmasq的负载均衡,由于haproxy没法udp负载均衡,所以使用nginx的stream实现udp负载均衡二.源码安装配置nginx下载nginx-1.16.0.tar.gztarzxfnginx-1.16.0.tar.gzcdnginx-1.16.0/src/auto/ccvigcc关闭gcc编译,目的减少nginx大小#debug下面安装依赖yuminstall-
分类:其他好文   时间:2019-06-24 10:49:40    阅读次数:238
http请求拆分
http请求由三部分构成,分别为 请求行,首部,实体 首部分为请求首部和响应首部,并且部分首部两种通用。 通用首部: Cache-Control 控制缓存的行为 Connection 浏览器想要优先使用的链接类型,比如keep-alive Date 创建报文时间 Pragma 报文指令 Via 代理 ...
分类:Web程序   时间:2019-06-17 20:19:51    阅读次数:190
vue+element 给表格添加数据,页面不实时刷新的问题
由于页面加载时,使用了keep-alive,keep-alive具有数据缓存作用,当在添加页面添加成功时,返回主页面没有立即更新。数据有缓存。 解决办法如下: 将获取数据列表的方法放到actived里面,不要放到mounted或者created里面。 actived是专门对keep-alive进行实 ...
分类:其他好文   时间:2019-06-17 18:53:05    阅读次数:1159
1917条   上一页 1 ... 29 30 31 32 33 ... 192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!