CN111800316A - 一种解决管线式http请求的服务器链路关闭的方法 - Google Patents

一种解决管线式http请求的服务器链路关闭的方法 Download PDF

Info

Publication number
CN111800316A
CN111800316A CN202010683564.5A CN202010683564A CN111800316A CN 111800316 A CN111800316 A CN 111800316A CN 202010683564 A CN202010683564 A CN 202010683564A CN 111800316 A CN111800316 A CN 111800316A
Authority
CN
China
Prior art keywords
server
link
http
pipeline
http request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010683564.5A
Other languages
English (en)
Other versions
CN111800316B (zh
Inventor
王磊
李�杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Baiying Technology Co Ltd
Original Assignee
Zhejiang Baiying Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Baiying Technology Co Ltd filed Critical Zhejiang Baiying Technology Co Ltd
Priority to CN202010683564.5A priority Critical patent/CN111800316B/zh
Publication of CN111800316A publication Critical patent/CN111800316A/zh
Application granted granted Critical
Publication of CN111800316B publication Critical patent/CN111800316B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

本发明公开了一种解决管线式http请求的服务器链路关闭的方法,应用于管线式http请求的服务器主动关闭链路之后,包括:管线式http将服务器链路开启为单工状态,其中,单工状态为服务器链路停止发送管道式http请求至服务器,以及继续开启接收服务器返回响应头的状态;在预设时间阈值内管线式http未接收到任何从服务器返回的tcp包,管线式http将服务器链路完全关闭。

Description

一种解决管线式http请求的服务器链路关闭的方法
技术领域
本发明涉及数据传输领域,尤其涉及一种解决管线式http请求的服务器链路关闭的方法。
背景技术
http请求方式包括传统响应式http请求方式和管线式http请求方式两种,传统响应试http请求方式受head of line blocking (队头阻塞)约束,性能极限受到限制。在需要短时间大量请求的压力测试场景下,不能很好发挥测试终端全部性能。为减少等待,传统测试手段会使用多开线程等异步手段,但是单条链路依然无法避免等待,为了尽可能加压会使用更多系统线程,导致上下文切换过于频繁,大多数情况并不能充分利用带宽,测试设备就已经性能不足。
因此http1.1提出了管线化(pipelining)技术,一次性发送多个request请求实现对应用服务的高性能测试。然而现有管线式http请求方式受应用服务器主动关闭影响,无法长时间运行,请求到达一定量后被迫关闭服务器链路停止接收返回新的测试数据,应用服务器链路的提前关闭直接导致服务未处理完成的大量响应无法正确返回测试终端,直接影响测试结果准确性。
发明内容
本发明要解决的技术问题,在于提供一种解决管线式http请求的服务器链路关闭的方法,在现有管线式http对应用服务进行高性能测试时,解决现有管线式http请求方式达到一定量后应用服务器链路主动关闭导致服务未处理完成的大量响应无法正确返回测试终端,直接影响测试结果准确性的技术问题。
为实现上述目的,本发明采用下述技术方案:
一种解决管线式http请求的服务器链路关闭的方法,应用于管线式http请求的服务器主动关闭链路之后,所述方法包括:
管线式http将服务器链路开启为单工状态,其中,所述单工状态为所述服务器链路停止发送管道式http请求至服务器,以及继续开启接收服务器返回响应头的状态;
在预设时间阈值内管线式http未接收到任何从服务器返回的tcp包,管线式http将服务器链路完全关闭。
作为优先,所述方法还包括:管线式http将服务器链路开启为单工状态之后,管线式http开启关闭的服务器链路之外的新链路继续发送请求队列中未发送的http请求,并对由于服务器主动关闭链路导致发送失败的http请求进行动态补偿。
本发明的有益效果是:本发明在应用服务器主动关闭链路之后,管线式http将服务器链路开启为单工状态,将应用服务器主动关闭链路导致服务未处理完成的大量响应重新被接收,提高了应用服务测试结果的准确性。
附图说明
图1为本发明提供的一种解决管线式http请求的服务器链路关闭的方法的流程示意图;
图2为本发明提供的一个示例中管线式http继续发送请求队列中未发送的http请求的流程示意图。
具体实施方式
下面通过具体实施例,并结合附图,对本发明的技术方案作进一步的具体描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
目前http1.1提出了管线化(pipelining)技术,一次性发送多个request请求实现对应用服务的高性能测试测。然而现有管线式http请求方式受应用服务器主动关闭影响,无法长时间运行,请求到达一定量后被迫关闭,应用服务器的提前关闭直接导致服务未处理完成的大量响应无法正确返回测试终端,直接影响测试结果准确性。
为了能够解决现有管线式http对应用服务进行高性能测试时,管线式http请求方式达到一定量后应用服务器主动关闭导致服务未处理完成的大量响应无法正确返回测试终端,直接影响测试结果准确性的技术问题,本发明实施例提供一种解决管线式http请求的服务器链路关闭的方法。
以下结合附图,详细说明本发明中各实施例提供的技术方案。
一种解决管线式http请求的服务器链路关闭的方法,如附图1所示,应用于管线式http请求的服务器主动关闭链路之后,所述方法包括:
S101,管线式http将服务器链路开启为单工状态;
其中,所述单工状态为所述服务器链路停止发送管道式http请求至服务器,以及继续开启接收服务器返回响应头的状态。
可以理解,当服务器因为短时间内接收大量的管道式http请求时,服务器会主动关闭接收管道式http请求的链路一段时间以维持服务器不被宕机或性能下降,当管线式http请求的服务器主动关闭与管线式http的链路连接后,管线式http将服务器链路开启为停止发送管道式http请求至服务器,以及继续开启接收服务器返回响应头的状态。
S102,判断预设时间阈值内管线式http是否接收到从任何服务器返回的tcp包;
S103,如果否,管线式http将服务器链路完全关闭。
可以理解,根据预设的时间阈值,在预设的时间阈值内管线式http未能够从服务器接收到任何返回的tcp包时,管线式http判断已经从服务器接收完所有的测试响应,此时,管线式http与服务器的链路被完全关闭。
在一个示例中,如附图2所示,所述方法还包括:
S201,管线式http将服务器链路开启为单工状态之后;
S202,管线式http开启关闭的服务器链路之外的新链路继续发送请求队列中未发送的http请求。
针对步骤S202,当管线式http开启单工状态之后,管线式http开启关闭的服务器链路之外的新链路继续发送请求队列中未发送的http请求,对服务器继续进行高性能的压力测试,并对由于服务器主动关闭链路导致发送失败的http请求进行动态补偿。
上面结合附图对本发明的实施例进行了描述,但是本发明并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,这些均属于本发明的保护范围之内。

Claims (2)

1.一种解决管线式http请求的服务器链路关闭的方法,应用于管线式http请求的服务器主动关闭链路之后,其特征是,所述方法包括:
管线式http将服务器链路开启为单工状态,其中,所述单工状态为所述服务器链路停止发送管道式http请求至服务器,以及继续开启接收服务器返回响应头的状态;
在预设时间阈值内管线式http未接收到任何从服务器返回的tcp包,管线式http将服务器链路完全关闭。
2.根据权利要求1所述的一种解决管线式http请求的服务器链路关闭的方法,应用于管线式http请求的服务器主动关闭链路之后,其特征是,所述方法还包括:
管线式http将服务器链路开启为单工状态之后,管线式http开启关闭的服务器链路之外的新链路继续发送请求队列中未发送的http请求,并对由于服务器主动关闭链路导致发送失败的http请求进行动态补偿。
CN202010683564.5A 2020-07-16 2020-07-16 一种解决管线式http请求的服务器链路关闭的方法 Active CN111800316B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010683564.5A CN111800316B (zh) 2020-07-16 2020-07-16 一种解决管线式http请求的服务器链路关闭的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010683564.5A CN111800316B (zh) 2020-07-16 2020-07-16 一种解决管线式http请求的服务器链路关闭的方法

Publications (2)

Publication Number Publication Date
CN111800316A true CN111800316A (zh) 2020-10-20
CN111800316B CN111800316B (zh) 2021-08-13

Family

ID=72807217

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010683564.5A Active CN111800316B (zh) 2020-07-16 2020-07-16 一种解决管线式http请求的服务器链路关闭的方法

Country Status (1)

Country Link
CN (1) CN111800316B (zh)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040243714A1 (en) * 2003-06-02 2004-12-02 Microsoft Corporation Automatic Detection of intermediate network device capabilities
CN1633096A (zh) * 2004-12-27 2005-06-29 中国联合通信有限公司 一种短消息增值业务的接入方法
CN1717676A (zh) * 2002-10-04 2006-01-04 茨特里克斯系统公司 用于在客户机-服务器网络上通信的方法和系统
CN101291348A (zh) * 2008-06-12 2008-10-22 巴别塔(北京)科技有限公司 一种无线隧道唤醒通知方法
CN101621532A (zh) * 2008-06-30 2010-01-06 中兴通讯股份有限公司 一种使用线程池实现超文本传输协议应用的方法
CN101796491A (zh) * 2005-05-04 2010-08-04 文丘里无线有限公司 长延时链路上提高http性能的方法和装置
CN103001860A (zh) * 2012-12-20 2013-03-27 北京思特奇信息技术股份有限公司 一种融合通信Web即时消息实现系统
CN103026778A (zh) * 2010-07-27 2013-04-03 高通股份有限公司 用于减少频繁的服务器消息的装置和方法
US20130191525A1 (en) * 2012-01-25 2013-07-25 Samsung Electronics Co. Ltd. Method and apparatus for controlling http sockets
CN105122584A (zh) * 2013-02-13 2015-12-02 碳轨私人有限公司 用于监控和控制电器的系统和方法
CN105516221A (zh) * 2014-09-24 2016-04-20 阿里巴巴集团控股有限公司 信息推送系统及方法
CN105991689A (zh) * 2015-02-03 2016-10-05 阿里巴巴集团控股有限公司 Http报文处理方法及系统、http客户端及服务器
CN106034141A (zh) * 2015-03-12 2016-10-19 华为技术有限公司 消息处理方法、资源获取方法、服务器及终端设备
CN107181787A (zh) * 2017-03-21 2017-09-19 阿里巴巴集团控股有限公司 一种请求处理方法及装置
CN107529229A (zh) * 2016-06-21 2017-12-29 中兴通讯股份有限公司 数据传输的方法,装置及系统

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1717676A (zh) * 2002-10-04 2006-01-04 茨特里克斯系统公司 用于在客户机-服务器网络上通信的方法和系统
US20040243714A1 (en) * 2003-06-02 2004-12-02 Microsoft Corporation Automatic Detection of intermediate network device capabilities
CN1633096A (zh) * 2004-12-27 2005-06-29 中国联合通信有限公司 一种短消息增值业务的接入方法
CN101796491A (zh) * 2005-05-04 2010-08-04 文丘里无线有限公司 长延时链路上提高http性能的方法和装置
CN101291348A (zh) * 2008-06-12 2008-10-22 巴别塔(北京)科技有限公司 一种无线隧道唤醒通知方法
CN101621532A (zh) * 2008-06-30 2010-01-06 中兴通讯股份有限公司 一种使用线程池实现超文本传输协议应用的方法
CN103026778A (zh) * 2010-07-27 2013-04-03 高通股份有限公司 用于减少频繁的服务器消息的装置和方法
US20130191525A1 (en) * 2012-01-25 2013-07-25 Samsung Electronics Co. Ltd. Method and apparatus for controlling http sockets
CN103001860A (zh) * 2012-12-20 2013-03-27 北京思特奇信息技术股份有限公司 一种融合通信Web即时消息实现系统
CN105122584A (zh) * 2013-02-13 2015-12-02 碳轨私人有限公司 用于监控和控制电器的系统和方法
CN105516221A (zh) * 2014-09-24 2016-04-20 阿里巴巴集团控股有限公司 信息推送系统及方法
CN105991689A (zh) * 2015-02-03 2016-10-05 阿里巴巴集团控股有限公司 Http报文处理方法及系统、http客户端及服务器
CN106034141A (zh) * 2015-03-12 2016-10-19 华为技术有限公司 消息处理方法、资源获取方法、服务器及终端设备
CN107529229A (zh) * 2016-06-21 2017-12-29 中兴通讯股份有限公司 数据传输的方法,装置及系统
CN107181787A (zh) * 2017-03-21 2017-09-19 阿里巴巴集团控股有限公司 一种请求处理方法及装置

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张琴: ""基于HTTP长连接的WEB实时通信技术的研究"", 《中国优秀硕士学位论文全文数据库》 *
海龙2012: ""记录高并发下连接数过多引发的问题(HTTP1.1-keepalive)"", 《CSDN》 *

Also Published As

Publication number Publication date
CN111800316B (zh) 2021-08-13

Similar Documents

Publication Publication Date Title
CN113472606B (zh) 一种心跳超时检测方法、服务器及电子设备
US7437478B2 (en) Priority control device
CN109525458B (zh) 数据传输方法、装置、介质及电子设备
EP1472145B1 (en) Method and apparatus for concatenating and piggybacking data packets
CN109600610B (zh) 一种数据编码方法、终端及计算机可读存储介质
EP2466824A1 (en) Service scheduling method and device
CN102647263B (zh) 一种ack/nack信息的传输方法和设备
US20080144563A1 (en) Use of terrestrial channels to augment satellite channels for low latency traffic
CN108684050A (zh) 前向纠错功能的调节方法、装置、计算机设备和存储介质
CN112363849A (zh) 一种战术环境下轻量化服务交互协议方法
CN116566921B (zh) 远程直接内存访问读取的拥塞控制方法、系统及存储介质
JP4764429B2 (ja) Amrペイロードフォーマットを使用したipベースシステムの音声品質を向上させるためのシステムと方法
EP1729476A1 (en) Method and apparatus for dynamically controlling a real-time multimedia data generation rate
US20080151758A1 (en) Optimization of data delivery in mobile networks
CN111800316B (zh) 一种解决管线式http请求的服务器链路关闭的方法
US20150063261A1 (en) Method for transmitting and receiving voice packet and electronic device implementing the same
US20180063011A1 (en) Media Buffering
US20120243413A1 (en) Data Packet Priority Level Management
CN112866390B (zh) 一种数据传输方法、装置、终端设备和存储介质
CN117527722A (zh) 流量管理方法、系统、设备及可读存储装置
CN110545329B (zh) 一种可提高ftp文件传输速度的方法
CN117676695A (zh) Tcp传输方法、装置和系统
CN101159684A (zh) 用户驻地设备会话管理的方法及系统
CN109639684B (zh) 动态应用带宽的方法及系统
US6226262B1 (en) Correction of calendar based ATM cell scheduling for downstream cell insertion

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method for solving server link shutdown of pipeline HTTP request

Effective date of registration: 20211203

Granted publication date: 20210813

Pledgee: Hangzhou High-tech Financing Guarantee Co.,Ltd.

Pledgor: ZHEJIANG BYAI TECHNOLOGY Co.,Ltd.

Registration number: Y2021980013964

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20220322

Granted publication date: 20210813

Pledgee: Hangzhou High-tech Financing Guarantee Co.,Ltd.

Pledgor: ZHEJIANG BYAI TECHNOLOGY Co.,Ltd.

Registration number: Y2021980013964

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method to solve the server link shutdown of pipeline HTTP request

Effective date of registration: 20220322

Granted publication date: 20210813

Pledgee: Shanghai Guotai Junan Securities Asset Management Co.,Ltd.

Pledgor: ZHEJIANG BYAI TECHNOLOGY Co.,Ltd.

Registration number: Y2022990000161

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20230131

Granted publication date: 20210813

Pledgee: Shanghai Guotai Junan Securities Asset Management Co.,Ltd.

Pledgor: ZHEJIANG BYAI TECHNOLOGY Co.,Ltd.

Registration number: Y2022990000161

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method to solve the server link closure of pipeline HTTP requests

Granted publication date: 20210813

Pledgee: Zhejiang Tailong Commercial Bank Co.,Ltd. Hangzhou Yuhang sub branch

Pledgor: ZHEJIANG BYAI TECHNOLOGY Co.,Ltd.

Registration number: Y2024980037244

PE01 Entry into force of the registration of the contract for pledge of patent right