码迷,mamicode.com
首页 >  
搜索关键字:haproxy percona    ( 2348个结果
Using HAProxy as an API Gateway, Part 1 [Introduction]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-1/ An API gateway handles load balancing, security, rate limiting, monitoring, an ...
分类:Windows程序   时间:2019-07-02 09:29:01    阅读次数:145
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
使用mysqlfrm恢复frm表结构的方法
1、mysqlfrm安装由于mysqlfrm是mysql-utilities工具一部分,那么我们安装mysql-utilities即可,下载好对应的源码包,进行编译安装shell> tar -xvzf mysql-utilities-1.6.4.tar.gz shell> cd mysql-util... ...
分类:数据库   时间:2019-06-30 20:52:36    阅读次数:189
配置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
MySQL 性能调优——SQL 查询优化
如何设计最优的数据库表结构,如何建立最好的索引,以及如何扩展数据库的查询,这些对于高性能来说都是必不可少的。但是只有这些还不够,要获得良好的数据库性能,我们还要设计合理的数据库查询,如果查询设计的很糟糕,即使增加再多的只读从库,表结构设计的再合理,索引再合适,只要查询不能使用到这些东西,也无法实现高 ...
分类:数据库   时间:2019-06-29 10:49:50    阅读次数:124
Zabbix 3.0 for percona-server TokuDB
Zabbix 3.0 for percona-server TokuDB 安装perconna源 [root@linux-node1 ~]# yum install http://www.percona.com/downloads/percona-release/redhat/0.1-6/perco... ...
分类:数据库   时间:2019-06-26 16:37:57    阅读次数:141
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
Nginx、LVS及HAProxy负载均衡软件的优缺点详解
分类:其他好文   时间:2019-06-25 16:44:39    阅读次数:100
2348条   上一页 1 ... 27 28 29 30 31 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!