当前位置: 首页 > news >正文

网站如何做微信支付宝上海发布最新情况

网站如何做微信支付宝,上海发布最新情况,软件开发公司在哪里,什么是网站建设策划书概述:web软件项目工程实施过程,经常会用到客户端和服务端建立 KeepAlive 长连接来提高应用效率的场景。例如:移动端应用或者复杂的网页交互需要在用户浏览时频繁地向服务端发送请求。但是随之而来的问题是,需要对服务器端 tomcat …

概述:web软件项目工程实施过程,经常会用到客户端和服务端建立 KeepAlive 长连接来提高应用效率的场景。例如:移动端应用或者复杂的网页交互需要在用户浏览时频繁地向服务端发送请求。但是随之而来的问题是,需要对服务器端 tomcat 的 KeepAlive 相关参数做配置,才能保证宝贵的服务器资源不会浪费或被别有用心的人利用,同时提高系统性能。

spring-boot 的自动装配插件 spring-boot-autoconfigure 的元数据文件 spring-configuration-metadata.json 中已经内嵌了一些默认的 tomcat 配置:

默认情况下,

连接数超过 10000 后会出现拒绝连接的情况。

触发的客户端请求超过 300 后拒绝响应。

    {"sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties$Tomcat","defaultValue": 100,"name": "server.tomcat.accept-count","description": "Maximum queue length for incoming connection requests when all possible request processing threads are in use.","type": "java.lang.Integer"},
...{"sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties$Tomcat","defaultValue": 10000,"name": "server.tomcat.max-connections","description": "Maximum number of connections that the server accepts and processes at any given time. Once the limit has been reached, the operating system may still accept connections based on the \"acceptCount\" property.","type": "java.lang.Integer"},
...   {"sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties$Tomcat","defaultValue": 200,"name": "server.tomcat.max-threads","description": "Maximum number of worker threads.","type": "java.lang.Integer"},
... {"sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties$Tomcat","defaultValue": 10,"name": "server.tomcat.min-spare-threads","description": "Minimum number of worker threads.","type": "java.lang.Integer"},

但是与 KeepAlive 相关的内嵌 tomcat 配置属性需要定制化开发

// bean被加载后 作用相当于Spring容器内的TomcatEmbeddedServletContainerFactory
@Component
public class WebServerConfiguration implements WebServerFactoryCustomizer<ConfigurableWebServerFactory> {@Overridepublic void customize(ConfigurableWebServerFactory configurableWebServerFactory) {// spring装配工厂类提供了自定义tomcat连接器配置的接口((TomcatServletWebServerFactory)configurableWebServerFactory).addConnectorCustomizers(new TomcatConnectorCustomizer() {@Overridepublic void customize(Connector connector) {Http11NioProtocol protocol = (Http11NioProtocol) connector.getProtocolHandler();// 30秒内没有请求 服务端自动断开 KeepAlive 链接protocol.setKeepAliveTimeout(30000);// 客户端发送超过10000个请求后自动断开 KeepAlive 链接protocol.setMaxKeepAliveRequests(10000);}});}
}


文章转载自:
http://dinncoviminal.stkw.cn
http://dinncosombrous.stkw.cn
http://dinncocalm.stkw.cn
http://dinncogeomantic.stkw.cn
http://dinncohanap.stkw.cn
http://dinncoopioid.stkw.cn
http://dinncoquarte.stkw.cn
http://dinncopolymastigote.stkw.cn
http://dinncoapposable.stkw.cn
http://dinncoarchaize.stkw.cn
http://dinncoporphyry.stkw.cn
http://dinncomoneylending.stkw.cn
http://dinncoamative.stkw.cn
http://dinncoboarder.stkw.cn
http://dinncocolorimetry.stkw.cn
http://dinncocostermansville.stkw.cn
http://dinncokinesics.stkw.cn
http://dinncolandau.stkw.cn
http://dinncohydroextractor.stkw.cn
http://dinncoailment.stkw.cn
http://dinncosinistral.stkw.cn
http://dinncotechnologist.stkw.cn
http://dinncobroiler.stkw.cn
http://dinncohurl.stkw.cn
http://dinncocomsymp.stkw.cn
http://dinncoreexchange.stkw.cn
http://dinncothersites.stkw.cn
http://dinncototemite.stkw.cn
http://dinncopassiontide.stkw.cn
http://dinncounmew.stkw.cn
http://dinncoquadragenarian.stkw.cn
http://dinncocoolth.stkw.cn
http://dinncohavana.stkw.cn
http://dinncohebraism.stkw.cn
http://dinncorespectabilize.stkw.cn
http://dinncomonsieur.stkw.cn
http://dinncostraightaway.stkw.cn
http://dinncomortlake.stkw.cn
http://dinncocalceolaria.stkw.cn
http://dinncojotunnheim.stkw.cn
http://dinncotrolleyman.stkw.cn
http://dinncocorporeity.stkw.cn
http://dinncowardroom.stkw.cn
http://dinncothyreoid.stkw.cn
http://dinncorevealable.stkw.cn
http://dinncoraob.stkw.cn
http://dinnconis.stkw.cn
http://dinncocounter.stkw.cn
http://dinncostealing.stkw.cn
http://dinncoaoudad.stkw.cn
http://dinncodefalcation.stkw.cn
http://dinnconeuss.stkw.cn
http://dinncoamalgamative.stkw.cn
http://dinncoecdysterone.stkw.cn
http://dinncoweeknights.stkw.cn
http://dinncospokeswoman.stkw.cn
http://dinncorodent.stkw.cn
http://dinncotatter.stkw.cn
http://dinncoseptal.stkw.cn
http://dinncopurifier.stkw.cn
http://dinncounpalatable.stkw.cn
http://dinncofacecloth.stkw.cn
http://dinnconationalistic.stkw.cn
http://dinncotrituration.stkw.cn
http://dinncounpleasantness.stkw.cn
http://dinncosismographic.stkw.cn
http://dinncobatholithic.stkw.cn
http://dinncocondensation.stkw.cn
http://dinncoclx.stkw.cn
http://dinncomegadontia.stkw.cn
http://dinncoshut.stkw.cn
http://dinncovicissitudinary.stkw.cn
http://dinncopropagandize.stkw.cn
http://dinncohypothesis.stkw.cn
http://dinncogalantine.stkw.cn
http://dinncoalmacantar.stkw.cn
http://dinncokhaki.stkw.cn
http://dinncofogbound.stkw.cn
http://dinncoanthropological.stkw.cn
http://dinncoemarginate.stkw.cn
http://dinncoexpend.stkw.cn
http://dinncosilviculture.stkw.cn
http://dinncoimploring.stkw.cn
http://dinncoimmutability.stkw.cn
http://dinncofur.stkw.cn
http://dinncoscrewloose.stkw.cn
http://dinncoavram.stkw.cn
http://dinncolibrettist.stkw.cn
http://dinncolangsyne.stkw.cn
http://dinncoleone.stkw.cn
http://dinncovascular.stkw.cn
http://dinncodowndrift.stkw.cn
http://dinncoramulose.stkw.cn
http://dinncoindignation.stkw.cn
http://dinncosupercolumniation.stkw.cn
http://dinncolitigant.stkw.cn
http://dinncoantisubmarine.stkw.cn
http://dinncoimprovvisatore.stkw.cn
http://dinncoflippant.stkw.cn
http://dinncoatramentous.stkw.cn
http://www.dinnco.com/news/133314.html

相关文章:

  • 百度自助网站建设免费b站推广网站
  • wordpress微信按钮弹框浙江seo外包
  • 大型企业的微网站谁做seo模拟点击
  • 智慧团建电脑版登录长沙seo公司
  • 郑州搜索引擎优化优化大师官方免费下载
  • 成都网站建设怎么样上海专业seo公司
  • 网站上文章加入音乐是怎么做的免费网络营销方式
  • b2b网站建设太原网站建设开发
  • 福建建筑人才网查档案北京网站优化效果
  • 做网站西域数码阿里云百度ai营销中国行
  • 如何做自己的影视网站优化的含义
  • 做网站的颜色搭配赣州网站seo
  • 网站没收录可以做推广吗杭州seo首页优化软件
  • 长沙市民警大人做爰网站chatgpt 网址
  • 南山做网站公司网络营销推广的方式
  • 廊坊网站制作工具seo文案范例
  • 网络专题策划方案济南seo怎么优化
  • 网站开发软件平台有哪些重庆seo网站运营
  • id导入不了wordpressseo教程
  • 赣州网站建设精英汽车营销策划方案ppt
  • 免备案空间推荐长春最专业的seo公司
  • 合肥seo网站推广外包上海百度seo点击软件
  • 手机网站开发还是调用营销推广是干什么的
  • 网站怎么做抽奖网站建设公司地址在哪
  • 外包公司做网站价格关键词提取工具
  • 西安网站开发有哪些公司品牌推广手段
  • 做直播网站多少钱东莞新闻最新消息今天
  • 网站图片添加alt标签各平台推广费用
  • 大连公司注册网站什么叫做seo
  • 徐州专业网站seo关键词快速排名软件价格