CN101370035A - 用于动态客户端/服务器网络管理的方法以及系统 - Google Patents

用于动态客户端/服务器网络管理的方法以及系统 Download PDF

Info

Publication number
CN101370035A
CN101370035A CNA2008102104207A CN200810210420A CN101370035A CN 101370035 A CN101370035 A CN 101370035A CN A2008102104207 A CNA2008102104207 A CN A2008102104207A CN 200810210420 A CN200810210420 A CN 200810210420A CN 101370035 A CN101370035 A CN 101370035A
Authority
CN
China
Prior art keywords
message
server
acting server
acting
cluster
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
CNA2008102104207A
Other languages
English (en)
Other versions
CN101370035B (zh
Inventor
B·普利托
B·K·史密斯
M·J·施普赖泽尔
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of CN101370035A publication Critical patent/CN101370035A/zh
Application granted granted Critical
Publication of CN101370035B publication Critical patent/CN101370035B/zh
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks

Landscapes

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

Abstract

本发明公开了一种使用代理服务器的动态客户端/服务器网络管理的编程方法以及系统,其通过允许在阵列化集群中的每个有效代理服务器来维护该集群中所有其他操作中的代理服务器的更新列表来实现。当集群的代理服务器接收到客户端消息请求访问应用服务器时,可以将该消息转发到(集群内的)的另一代理服务器,使得消息(重)传输可以通过与原始消息相同的代理服务器,这允许代理服务器作出关于该消息的一致的路由决策(以及其他决策)。

Description

用于动态客户端/服务器网络管理的方法以及系统
技术领域
本发明涉及使用代理服务器进行客户端/服务器网络管理的计算机编程。
背景技术
分布式计算的客户端/服务器模型操作以通过将由各种计算机硬件和软件资源执行的“客户端”任务和“服务器”任务之间的功能进行拆分(split)来满足用户的需要,该各种计算机硬件和软件资源组织成为用于彼此通信的“网络”,诸如局域网(“LAN”)或广域网(“WAN”)或互联网。使用这种模型,“客户端”程序向“服务器”程序发送消息请求以便根据某些通信“协议”(即,确定如何经过网络传输信息的一组标准规则)获得数据和/或处理动作,并且服务器通过执行请求或通过将其延迟至另一时间、或者通过指示其无法履行来完成处理事务。这种模型允许客户端和服务器在计算机网络中彼此独立地定位(并操作),其中该客户端和服务器通常使用适合于各自功能的不同硬件和操作系统。
“代理服务器(或网关)”通常用于解决客户端请求,该请求针对将由其他网络“应用服务器”完成的事务,该“应用服务器”能够执行事务所要求的数据处理动作,但不能直接由客户端访问。在消息的初始传输时如果没有成功完成处理事务,则客户端可以使用代理服务器的“阵列化集群”(或组)向应用服务器发送消息的重传。在该情况下,使用RFC 3261标准,代理服务器集群必须将(多个)重传路由至与原始传输相同的应用服务器,使得重传与原始传输相一致。目前的代理服务器技术(诸如,与IBM 
Figure A200810210420D00041
一并使用)提供了通过将消息寻址(即“哈希变换(hash)”)至应用服务器阵列来部分解决此问题。这种解决方案将一直工作直到每个集群化的应用服务器的数量(以及相关处理负载或“负重(weight)”)不再变化。然而,如果服务器开始(或停止)消息重传之间的功能(或者其中一个服务器的“负重”发生变化),则已重传的代理消息可能被路由至不同于原始期望的应用服务器。
发明内容
本发明提供了使用代理服务器的动态客户端/服务器网络管理。尤其是,使用了一种编程方法以及系统以允许阵列化集群中的每个有效代理服务器维护该集群(称为“代理集群阵列”)中所有其他操作中的代理服务器的更新列表。当由集群的代理服务器接收到客户端消息(对网络化应用服务器的访问请求)时,可以将该消息转发至(集群内的)另一代理服务器,使得消息(重)传输可以通过与原始消息相同的代理服务器,以允许代理服务器做出关于该消息的一致的路由(以及其他)决策。
当代理服务器从用户客户端接收到请求访问应用服务器以便实施处理事务的消息时,代理服务器将该消息“哈希变换”(通过对其寻址)至“目的地”代理服务器。如果该目的地代理服务器并不是初始接收到消息的那个代理服务器,则将该消息转发至原始(目的地)代理服务器,其在足够长的时间段内,(在本地)维护处理“状态”信息,以确定该消息是否为重传(并且如果该消息是重传,则该目的地代理服务器可以作出与针对原始消息所作出的相同的处理决策)。例如,目的地代理服务器可以标识(或“记住”)原始消息所寻址(或“路由”)的应用服务器,以便将(多个)重传消息路由至相同的应用服务器。每个代理服务器在消息重传之间的指定(即最大可能)时间间隔期间(称为“MAX_STATE(最大状态)”)维护这种状态信息,该状态信息用于指示针对该代理服务器已处理(包括消息已被路由所至的应用服务器的标识)的所有消息做出的处理决策,其中为了潜在网络传输延迟的考虑而调整该时间间隔。这种方法允许代理服务器在动态变化的客户端/服务器网络处理环境中针对消息(重)传输做出一致的决策。
本发明提供使用代理服务器的动态客户端/服务器网络管理,其通过允许阵列化集群中的每个有效代理服务器维护该集群中所有其他操作中的代理服务器的更新列表来实现。
本发明提供一种方法和系统,其允许用户客户端发送请求经由集群代理服务器访问应用服务器的消息,这通过使用代理服务器以提供消息的哈希变换,所述消息的哈希标识维护该消息的状态信息的代理服务器。
在说明书的结论部分中特别指出并且清楚要求了作为本发明的主题。然而,通过参考以下内容并结合附图可以更好地理解本发明及其进一步的目的和有益效果。
附图说明
图1示出了根据本发明的客户端/服务器网络操作的示意图;
图2示出了根据本发明的客户端/服务器网络操作的示意流程图。
具体实施方式
图1示出了客户端/服务器计算机网络的优选操作的示意图,该计算机网络利用SIP/UDP(用户数据报协议上的会话发起协议)作为传输协议,使得所示出的连接拓扑可以用于在位于网络上的应用服务器和客户端之间传输经代理的消息(包含用于待处理事务的指令和/或数据);即用户客户端1/2/3向代理服务器集群11/22/33中的一个发送消息,代理服务器集群11/22/33将该消息路由至应用服务器集群111/222/333中的一个。在图1所示的示例中,(a)代理服务器22从客户端1直接接收消息M1;以及(b)代理服务器11接收消息RM1(M1的重传)并将其转发至代理服务器22,继而(无论上述哪种情况下)将消息路由(即,负载均衡)至应用服务器111。
如图2所示出的流程图,在步骤(i)中,当(对话-发起)客户端消息M1/RM1使用SIP/UDP(或类似的)传输协议到达代理服务器11时,优选地针对每个有效代理集群阵列实例来将<消息呼叫ID>进行“哈希变换”以及“取模”(即,使用由选择的阵列长度除以哈希值的余数)以确定代理服务器22和/或33的潜在列表(每个都称为“潜在代理”),该潜在列表可能具有涉及拥有所述呼叫ID的消息的处理状态信息,如在图2的步骤(ii)中示出。如果当前有效代理服务器11处于潜在代理的列表中,则针对涉及消息的处理状态信息检查其本地存储器高速缓存,以便确定该消息是否正被重传,以及(如果找到)通过直接将消息转发至原始消息路由所至的应用服务器111来本地处理该消息。否则,将重传的消息RM1转发至尚未被查询的(如从在私有消息报头中保持的“已访问”潜在代理列表来确定)潜在代理服务器,直到定位负责原始处理(并因此维持)该消息的状态信息的代理服务器22并将其用于将该消息(重)路由至原始消息M1路由所至的应用服务器111(由此去除私有报头),如在图2的步骤(iii)中示出。如果潜在代理列表中的任何代理服务器均未拥有该消息的状态信息,则由最新代理集群阵列所确定的当前代理服务器11来创建状态信息并直接处理使用该呼叫ID的消息(如上文所述,并如在图2的步骤(iv)中示出)。这创造了不太可能的情况,即消息可能两次通过同一代理服务器。
无论何时新的代理服务器33被激活(或去激活),均激活新的代理集群阵列(并且代理集群阵列变为“最新”),并且(先前最新)阵列随即被视为“过期”(在下一MAX_STATE间隔之后)。因此可以将消息在代理服务器之间转发多次用于检查以确定消息是否正在重传。然而,在一般情况下,仅考虑在代理集群阵列中列出的单一服务器,并且客户端消息中的(N-1)/N(其中N是代理服务器的数量)将被一次转发至另一代理服务器。在结合WebSphere使用本发明的优选示例中,使用了一种“HAGroup”(高可用性组)的处理机制(基于“虚拟同步”技术)用于追踪有效的以及过期的代理集群阵列的列表。当被激活时,每个代理服务器加入对应于其作为其中成员的集群的HAGroup,使得虚拟同步可以确保向每个有效代理服务器提供有代理集群阵列的相同更新列表。如果代理服务器有意停止其处理活动,则该代理服务器向(当前有效)代理集群阵列中列出的其他代理服务器广播其状态信息;然而,如果代理服务器异常终止操作,则其处理的状态信息丢失。(有可能通过复制该状态信息来解决这种情况,尽管这需要处理性能的开销。)
尽管通过实例性的方式示出了本发明某些优选的特征,但可以做出许多修改和变化而不超出由随附权利要求书所体现的本发明的真实精神,将按照法律的规定尽可能宽泛地进行解释从而覆盖本发明的完整范围,包括所有与其等同的方案。

Claims (18)

1.一种计算机系统,其包括至少以下组件:
(a).配置在阵列化集群中的两个或多个代理服务器,用于通过网络将传输的消息从客户端路由到由所述代理服务器集群选择的应用服务器;
其中每个有效代理服务器维护代理集群阵列中所有其他有效代理服务器的更新列表,用以允许将消息重传/传输经过所述代理集群阵列,以便递送到正确的所述应用服务器。
2.根据权利要求1所述的计算机系统,其中进行路由的代理服务器临时存储涉及所路由消息的处理状态信息。
3.根据权利要求2所述的计算机系统,其中将所述消息进行哈希变换以确定存储所述消息的临时状态信息的所述代理服务器。
4.根据权利要求2所述的计算机系统,其中将重传/传输的消息转发至所述集群中的一个或多个代理服务器,以标识拥有所述消息的状态信息的代理服务器。
5.根据权利要求4所述的计算机系统,其中将重传/传输的消息路由至拥有所述消息的状态信息的代理服务器。
6.根据权利要求2所述的计算机系统,其中在消息重传之间的指定时间间隔内维护消息状态信息。
7.根据权利要求6所述的计算机系统,其中当新的代理服务器被激活或去激活时,更新代理集群阵列列表,并且在下一指定间隔期间所述先前阵列列表过期。
8.根据权利要求2所述的计算机系统,其中去激活的代理服务器向所述代理集群阵列中的所述其他有效代理服务器广播状态信息。
9.根据权利要求1所述的计算机系统,其中所述网络使用在用户数据报协议上的会话发起协议(SIP/UDP)用于传输消息。
10.一种使用计算机系统的方法,包括由下列组件实现的至少以下步骤:
(a).配置在阵列化集群中的两个或多个代理服务器,用于通过网络将传输的消息从客户端路由到由所述代理服务器集群选择的应用服务器;
其中每个有效代理服务器维护代理集群阵列中所有其他有效代理服务器的更新列表,用以允许将消息重传/传输经过所述代理集群阵列,以便递送到正确的所述应用服务器。
11.根据权利要求10所述的方法,其中进行路由的代理服务器临时存储涉及所路由消息的处理状态信息。
12.根据权利要求11所述的方法,其中将所述消息进行哈希变换以用于确定存储所述消息的临时状态信息的所述代理服务器。
13.根据权利要求11所述的方法,其中将重传/传输的消息转发至所述集群中的一个或多个代理服务器,以标识拥有所述消息的状态信息的代理服务器。
14.根据权利要求13所述的方法,其中将重传/传输的消息路由至拥有所述消息的状态信息的代理服务器。
15.根据权利要求11所述的方法,其中在消息重传之间的指定时间间隔内维护消息的状态信息。
16.根据权利要求15所述的方法,其中当新的代理服务器被激活或去激活时,更新代理集群阵列列表,并且在下一指定间隔期间所述先前阵列列表过期。
17.根据权利要求11所述的方法,其中去激活的代理服务器向所述代理集群阵列中的所述其他有效代理服务器广播状态信息。
18.根据权利要求10所述的方法,其中所述网络使用在用户数据报协议上的会话发起协议(SIP/UDP)用于传输消息。
CN200810210420.7A 2007-08-16 2008-08-15 用于动态客户端/服务器网络管理的方法以及系统 Expired - Fee Related CN101370035B (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/840,205 US7979563B2 (en) 2007-08-16 2007-08-16 Method and system for dynamic client/server network management using proxy servers
US11/840,205 2007-08-16

Publications (2)

Publication Number Publication Date
CN101370035A true CN101370035A (zh) 2009-02-18
CN101370035B CN101370035B (zh) 2015-05-20

Family

ID=40363848

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810210420.7A Expired - Fee Related CN101370035B (zh) 2007-08-16 2008-08-15 用于动态客户端/服务器网络管理的方法以及系统

Country Status (2)

Country Link
US (1) US7979563B2 (zh)
CN (1) CN101370035B (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102647335A (zh) * 2011-02-22 2012-08-22 中国移动通信集团公司 一种数据路由方法、装置和系统
CN102647334A (zh) * 2011-02-22 2012-08-22 中国移动通信集团公司 一种数据路由方法和装置
CN107566484A (zh) * 2017-08-31 2018-01-09 深信服科技股份有限公司 一种流量调度方法及装置
CN108737241A (zh) * 2017-04-21 2018-11-02 深圳富泰宏精密工业有限公司 服务器、通信网络系统及通信方法
CN109040248A (zh) * 2018-08-03 2018-12-18 广东浪潮大数据研究有限公司 一种网络文件系统的底层库业务请求处理方法及相关装置

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2003207495A1 (en) 2002-01-08 2003-07-24 Seven Networks, Inc. Connection architecture for a mobile network
US8438633B1 (en) 2005-04-21 2013-05-07 Seven Networks, Inc. Flexible real-time inbox access
WO2006136660A1 (en) 2005-06-21 2006-12-28 Seven Networks International Oy Maintaining an ip connection in a mobile network
US8805425B2 (en) 2007-06-01 2014-08-12 Seven Networks, Inc. Integrated messaging
US9002828B2 (en) 2007-12-13 2015-04-07 Seven Networks, Inc. Predictive content delivery
US8862657B2 (en) 2008-01-25 2014-10-14 Seven Networks, Inc. Policy based content service
US20090193338A1 (en) 2008-01-28 2009-07-30 Trevor Fiatal Reducing network and battery consumption during content delivery and playback
US8631134B2 (en) * 2008-07-30 2014-01-14 Visa U.S.A. Inc. Network architecture for secure data communications
US8909759B2 (en) 2008-10-10 2014-12-09 Seven Networks, Inc. Bandwidth measurement
EP2599003B1 (en) 2010-07-26 2018-07-11 Seven Networks, LLC Mobile network traffic coordination across multiple applications
US8838783B2 (en) 2010-07-26 2014-09-16 Seven Networks, Inc. Distributed caching for resource and mobile network traffic management
WO2012060995A2 (en) 2010-11-01 2012-05-10 Michael Luna Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
US8843153B2 (en) 2010-11-01 2014-09-23 Seven Networks, Inc. Mobile traffic categorization and policy for network use optimization while preserving user experience
US8484314B2 (en) 2010-11-01 2013-07-09 Seven Networks, Inc. Distributed caching in a wireless network of content delivered for a mobile application over a long-held request
EP2636268B1 (en) 2010-11-22 2019-02-27 Seven Networks, LLC Optimization of resource polling intervals to satisfy mobile device requests
US8868744B2 (en) * 2010-11-24 2014-10-21 International Business Machines Corporation Transactional messaging support in connected messaging networks
EP2661697B1 (en) 2011-01-07 2018-11-21 Seven Networks, LLC System and method for reduction of mobile network traffic used for domain name system (dns) queries
WO2012145544A2 (en) 2011-04-19 2012-10-26 Seven Networks, Inc. Device resource sharing for network resource conservation
WO2012149221A2 (en) 2011-04-27 2012-11-01 Seven Networks, Inc. System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief
US8621075B2 (en) 2011-04-27 2013-12-31 Seven Metworks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
WO2013086225A1 (en) 2011-12-06 2013-06-13 Seven Networks, Inc. A mobile device and method to utilize the failover mechanisms for fault tolerance provided for mobile traffic management and network/device resource conservation
US8918503B2 (en) 2011-12-06 2014-12-23 Seven Networks, Inc. Optimization of mobile traffic directed to private networks and operator configurability thereof
US9208123B2 (en) * 2011-12-07 2015-12-08 Seven Networks, Llc Mobile device having content caching mechanisms integrated with a network operator for traffic alleviation in a wireless network and methods therefor
US9277443B2 (en) 2011-12-07 2016-03-01 Seven Networks, Llc Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol
US20130159511A1 (en) 2011-12-14 2013-06-20 Seven Networks, Inc. System and method for generating a report to a network operator by distributing aggregation of data
EP2801236A4 (en) 2012-01-05 2015-10-21 Seven Networks Inc DETECTION AND MANAGEMENT OF USER INTERACTIONS WITH FRONT PANEL APPLICATIONS ON A MOBILE DEVICE IN DISTRIBUTED CACHE STORES
US8812695B2 (en) 2012-04-09 2014-08-19 Seven Networks, Inc. Method and system for management of a virtual network connection without heartbeat messages
US20130268656A1 (en) 2012-04-10 2013-10-10 Seven Networks, Inc. Intelligent customer service/call center services enhanced using real-time and historical mobile application and traffic-related statistics collected by a distributed caching system in a mobile network
EP2842051A4 (en) 2012-04-27 2016-03-23 Level 3 Communications Llc NETWORK COMMUNICATION LOAD BALANCING
WO2014011216A1 (en) 2012-07-13 2014-01-16 Seven Networks, Inc. Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications
US9161258B2 (en) 2012-10-24 2015-10-13 Seven Networks, Llc Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion
US20140177497A1 (en) 2012-12-20 2014-06-26 Seven Networks, Inc. Management of mobile device radio state promotion and demotion
US9241314B2 (en) 2013-01-23 2016-01-19 Seven Networks, Llc Mobile device with application or context aware fast dormancy
US8874761B2 (en) 2013-01-25 2014-10-28 Seven Networks, Inc. Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols
US9326185B2 (en) 2013-03-11 2016-04-26 Seven Networks, Llc Mobile network congestion recognition for optimization of mobile traffic
CN103347068B (zh) * 2013-06-26 2016-03-09 江苏省未来网络创新研究院 一种基于代理集群网络缓存加速方法
US9065765B2 (en) 2013-07-22 2015-06-23 Seven Networks, Inc. Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network
CN106559246B (zh) * 2015-09-30 2020-01-10 新华三技术有限公司 集群的实现方法和服务器
US10999236B2 (en) * 2016-06-17 2021-05-04 Facebook, Inc. Selection of service providers for message transmission on online social networks

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3466054B2 (ja) * 1997-04-18 2003-11-10 富士通株式会社 グループ化と集計演算処理方式
US6226684B1 (en) * 1998-10-26 2001-05-01 Pointcast, Inc. Method and apparatus for reestablishing network connections in a multi-router network
US6584073B1 (en) * 1999-06-02 2003-06-24 Sun Microsystems, Inc. Network topologies
EP1232959B1 (de) * 1999-06-02 2004-09-15 Alcan Technology & Management AG Kindersichere Verpackung für Tabletten
AU2462701A (en) * 1999-12-30 2001-07-16 Motient Communications Inc. System and method of transmitting data messages between subscriber units communicating with/between complementary/disparate networks
US6678735B1 (en) * 2000-01-26 2004-01-13 Nortel Networks Limited Method and apparatus for a sip client manager
US6877095B1 (en) * 2000-03-09 2005-04-05 Microsoft Corporation Session-state manager
US20020069238A1 (en) * 2000-12-05 2002-06-06 Eard Douglas F. Technique to transfer data over a network
US6980550B1 (en) * 2001-01-16 2005-12-27 Extreme Networks, Inc Method and apparatus for server load balancing
US7360075B2 (en) * 2001-02-12 2008-04-15 Aventail Corporation, A Wholly Owned Subsidiary Of Sonicwall, Inc. Method and apparatus for providing secure streaming data transmission facilities using unreliable protocols
US6993571B2 (en) * 2001-08-16 2006-01-31 International Business Machines Corporation Power conservation in a server cluster
US7254634B1 (en) * 2002-03-08 2007-08-07 Akamai Technologies, Inc. Managing web tier session state objects in a content delivery network (CDN)
US7047315B1 (en) * 2002-03-19 2006-05-16 Cisco Technology, Inc. Method providing server affinity and client stickiness in a server load balancing device without TCP termination and without keeping flow states
US6874031B2 (en) * 2002-10-07 2005-03-29 Qualcomm Inc. Method and apparatus for sharing authentication session state in a global distributed network
US7369567B2 (en) * 2002-12-31 2008-05-06 Motorola, Inc. Methods for affiliating endpoints with a group and determining common communication capabilities for the affiliated endpoints
US7069268B1 (en) * 2003-01-13 2006-06-27 Cisco Technology, Inc. System and method for identifying data using parallel hashing
US9112831B2 (en) * 2004-07-28 2015-08-18 International Business Machines Corporation Scalable infrastructure for handling light weight message protocols
CN1738244A (zh) * 2004-08-17 2006-02-22 北京亿阳巨龙智能网技术有限公司 在软交换系统中设置应用服务器的代理服务器的方法
CN1874217B (zh) * 2005-09-27 2010-12-08 华为技术有限公司 一种确定路由的方法
WO2007073429A2 (en) * 2005-10-04 2007-06-28 Activegrid, Inc. Distributed and replicated sessions on computing grids
US8051179B2 (en) * 2006-02-01 2011-11-01 Oracle America, Inc. Distributed session failover
US8996484B2 (en) * 2007-02-13 2015-03-31 Red Hat, Inc. Recursive lock-and-propagate operation
US8494520B2 (en) * 2007-07-20 2013-07-23 Bridgewater Systems Corp. Systems and methods for providing centralized subscriber session state information

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102647335A (zh) * 2011-02-22 2012-08-22 中国移动通信集团公司 一种数据路由方法、装置和系统
CN102647334A (zh) * 2011-02-22 2012-08-22 中国移动通信集团公司 一种数据路由方法和装置
CN102647335B (zh) * 2011-02-22 2015-03-11 中国移动通信集团公司 一种数据路由方法、装置和系统
CN102647334B (zh) * 2011-02-22 2015-07-29 中国移动通信集团公司 一种数据路由方法和装置
CN108737241A (zh) * 2017-04-21 2018-11-02 深圳富泰宏精密工业有限公司 服务器、通信网络系统及通信方法
CN107566484A (zh) * 2017-08-31 2018-01-09 深信服科技股份有限公司 一种流量调度方法及装置
CN107566484B (zh) * 2017-08-31 2020-12-18 深信服科技股份有限公司 一种流量调度方法及装置
CN109040248A (zh) * 2018-08-03 2018-12-18 广东浪潮大数据研究有限公司 一种网络文件系统的底层库业务请求处理方法及相关装置

Also Published As

Publication number Publication date
CN101370035B (zh) 2015-05-20
US7979563B2 (en) 2011-07-12
US20090049173A1 (en) 2009-02-19

Similar Documents

Publication Publication Date Title
CN101370035A (zh) 用于动态客户端/服务器网络管理的方法以及系统
US20220303367A1 (en) Concurrent process execution
EP2710784B1 (en) A method for load balancing of requests&#39; processing of diameter servers
CN101212420B (zh) 重定向器、中继、路由信息配置系统及更新方法
US9379997B1 (en) Service request management
US8423678B2 (en) Resilient network database
JP4241660B2 (ja) 負荷分散装置
US20070083725A1 (en) Software agent-based architecture for data relocation
US20070150602A1 (en) Distributed and Replicated Sessions on Computing Grids
US20110040892A1 (en) Load balancing apparatus and load balancing method
CN102893556A (zh) 用于源对等体基于容量的Diameter负载共享的方法、系统和计算机可读介质
CN102769603A (zh) 一种数据传输的方法、系统及设备
CN102045270A (zh) 聊天服务器系统、构建聊天服务器系统的方法以及聊天系统
JP2008077428A (ja) 負荷分散装置、負荷分散方法及び負荷分散プログラム
US8396062B2 (en) System for switching between communication devices, switching method, and switching program
CN101616171B (zh) 一种维护引导节点状态的方法、装置和系统
CN114185582A (zh) 基于quic协议的汽车软件在线升级系统及方法
US8103759B2 (en) Message redirection within a messaging infrastructure
WO2013097363A1 (zh) 一种调度数据共享装置的方法及系统
US20070011243A1 (en) System and method for storing and transmitting a file data using internet messenger
US7574525B2 (en) System and method for managing communication between server nodes contained within a clustered environment
JP2006515734A (ja) インターネット・プロトコル・ベースの通信システムにおけるリソース・プーリング
CN114024968B (zh) 一种基于中间设备的报文发送方法、装置和电子设备
CN105049481B (zh) 一种支持多异构系统智能交互的方法
CN117354117B (zh) 一种基于Java和MQ的分布式消息通讯方法及系统

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150520

Termination date: 20160815