CN103607424A - Server connection method and server system - Google Patents

Server connection method and server system Download PDF

Info

Publication number
CN103607424A
CN103607424A CN201310507446.9A CN201310507446A CN103607424A CN 103607424 A CN103607424 A CN 103607424A CN 201310507446 A CN201310507446 A CN 201310507446A CN 103607424 A CN103607424 A CN 103607424A
Authority
CN
China
Prior art keywords
server
list
end server
cluster
server 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
CN201310507446.9A
Other languages
Chinese (zh)
Other versions
CN103607424B (en
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.)
Beijing World Star Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing 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 Beijing Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201310507446.9A priority Critical patent/CN103607424B/en
Publication of CN103607424A publication Critical patent/CN103607424A/en
Application granted granted Critical
Publication of CN103607424B publication Critical patent/CN103607424B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a server connection method which is used for connecting a WEB server to a backend server. The method comprises the following steps: the Web server checks whether a backend server cluster list is locally cached; the Web server acquires the backend server cluster list through a configuration server and locally caches the backend server cluster list if the backend server cluster list is not cached; the Web server acquires the cached backend server cluster list and selects a specified backend server from the cached backend server cluster list if the backend server cluster list is cached; and the Web server is directly connected with the backend server. The process of LVS connection processing is omitted based on the connection method of the configuration server, thereby reducing the time for network communication during processing request process and solving the problem that the Web server has to wait for a long time after a LVS is disconnected in the prior art.

Description

A kind of server method of attachment and server system
Technical field
The present invention relates to a kind of server method of attachment and server system, be specifically related to a kind of server method of attachment and server system based on zookeeper.
Background technology
At present, in some built-in systems of enterprise, Web server need to pass through LVS conventionally to the access of background storage server, and LVS is a software of increasing income, its full name is: Linux Virtual Server, can realize the simple load under LINUX platform.Such as, in a cloud storage system, by Web server, receive the file that user uploads, then, by LVS, select memory node, store the data in memory node.As shown in Figure 1, if the database that Web server is wanted to access in background data base server cluster carries out the access of data, to come and this database is come into contacts with by LVS, common flow process is that first Web server connects LVS, then, LVS gets a background data base according to algorithm, then, Web server is according to the pattern of LVS operation, by directly or indirectly mode and database are come into contacts with.For example, LVS is adopting IP Tunneling(tunneling technique) pattern in the situation that, Web server need to be set up and contact with background data base 2, first Web server connects LVS, LVS is according to special algorithm, the service request of Web server is issued to database 2 and process, database 2 returns to LVS by result, and LVS returns to Web server this result again.
In the tupe of prior art, owing to processing more than once LVS network in the process of asking, connect, this will certainly increase the response time that between Web server and database, processing is replied, if during processing time that need to be very long at database or other servers on backstage, LVS can be breaking with being connected of background data base, but do not notify again Web server above, thereby cause the processing of Web server to wait as long for.
Summary of the invention
In view of the above problems, the present invention has been proposed to a kind of server method of attachment and server system that overcomes the problems referred to above or address the above problem is at least in part provided.
According to one aspect of the present invention, a kind of server method of attachment is provided, for WEB server is connected to back-end server, the method comprises: whether Web server inspection this locality is cached with back-end server cluster-list; If there is no back-end server cluster-list described in buffer memory, described Web server is obtained described back-end server cluster-list and is carried out local cache by configuration server; If be cached with described back-end server cluster-list, described Web server obtains the back-end server cluster-list of buffer memory and from the back-end server cluster-list of described buffer memory, selects to specify back-end server; Described Web server directly connects described appointment back-end server.
Alternatively, described method also comprises: described Web server sends data processing request to described appointment back-end server, and waits for the result that described appointment back-end server returns.
Alternatively, when described back-end server cluster-list changes, described Web server is upgraded the server set group-list after changing and is upgraded local cache by described configuration server.
Alternatively, described configuration server obtains described back-end server cluster-list by transferring the application programming interface of described back-end server cluster.
Alternatively, described configuration server reads described application programming interface according to the time interval of setting and judges whether described back-end server cluster-list changes, and according to situation of change, upgrades the back-end server cluster-list of its acquisition if change.
Alternatively, described Web server selects the method for given server to adopt random selection from described back-end server cluster-list.
Alternatively, described Web server selects the method for given server to adopt load-balancing method from described back-end server cluster-list.
Alternatively, described load-balancing method comprises: described Web server calculates the load value of each back-end server in described back-end server cluster-list by formula below: the load value of back-end server=k1*cpu use amount+k2* processor performance+k3* internal memory surplus+k4* bandwidth resources; Wherein, described k1 is the corresponding weights of cpu use amount, and described k2 is the corresponding weights of processor performance, and described k3 is the corresponding weights of internal memory surplus, and described k4 is the corresponding weights of bandwidth resources; Described Web server selects the back-end server of load value minimum as specifying back-end server.
According to a further aspect in the invention, provide a kind of server system, this system comprises Web server and configuration server: described configuration server, for obtaining back-end server cluster-list; Described Web server, for checking whether this locality is cached with back-end server cluster-list; If there is no back-end server cluster-list described in buffer memory, obtain described back-end server cluster-list and carry out local cache from described configuration server; If be cached with described back-end server cluster-list, obtain the back-end server cluster-list of buffer memory and therefrom select and specify back-end server, directly connect described appointment back-end server.
Optionally, described Web server comprises that list acquisition module, list cache module, server choose module and server link block: described list acquisition module, be used for checking whether described Web server this locality is cached with back-end server cluster-list, if there is no back-end server cluster-list described in buffer memory, obtain described back-end server cluster-list by described configuration server; Described list cache module, carries out local cache for the described back-end server cluster-list that described list acquisition module is obtained; Described server is chosen module, for selecting to specify back-end server from the back-end server cluster-list of described list cache module institute buffer memory; Described server link block, for connecting described appointment back-end server.
Alternatively, described Web server also comprises data processing module, described data processing module is used for sending data processing request to described appointment back-end server, and waits for that the processing of described appointment back-end server finishes, and is back to described data processing module by result.
Alternatively, described configuration server obtains described back-end server cluster-list by transferring the application programming interface of described back-end server cluster.
Alternatively, described configuration server reads described application programming interface according to the time interval of setting and judges whether described back-end server cluster-list changes, and according to situation of change, upgrades the back-end server cluster-list of its acquisition if change.
According to a kind of server method of attachment of the embodiment of the present invention, can find out, the connection processing procedure of LVS has been omitted in the method for attachment of the disclosure based on configuration server, reduce thus the network service time in processing request process, solved the problem that rear Web server waits as long for of breaking of LVS in prior art.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to better understand technological means of the present invention, and can be implemented according to the content of specification, and for above and other objects of the present invention, feature and advantage can be become apparent, below especially exemplified by the specific embodiment of the present invention.
Accompanying drawing explanation
By reading below detailed description of the preferred embodiment, various other advantage and benefits will become cheer and bright for those of ordinary skills.Accompanying drawing is only for the object of preferred implementation is shown, and do not think limitation of the present invention.And in whole accompanying drawing, by identical reference symbol, represent identical parts.In the accompanying drawings:
Fig. 1 shows the method for attachment of server in prior art;
Fig. 2 shows the principle schematic according to the embodiment of the present invention;
Fig. 3 shows server system processing procedure according to an embodiment of the invention;
Fig. 4 shows server system in accordance with another embodiment of the present invention.
Embodiment
Exemplary embodiment of the present disclosure is described below with reference to accompanying drawings in more detail.Although shown exemplary embodiment of the present disclosure in accompanying drawing, yet should be appreciated that and can realize the disclosure and the embodiment that should do not set forth limits here with various forms.On the contrary, it is in order more thoroughly to understand the disclosure that these embodiment are provided, and can by the scope of the present disclosure complete convey to those skilled in the art.
As shown in Figure 2, when Web server needs and back-end server, while carrying out data communication such as the 2nd database in certain data-base cluster, first to check whether this locality is cached with back-end server cluster-list, if do not find the back-end server cluster-list of local cache, by configuration server, from back-end server cluster, obtain back-end server cluster-list, and this list is buffered in to this locality; When Web server obtains back-end server cluster-list from local cache, according to the database 2 of certain policy selection back-end server, Web server directly connects the database 2 of choosing, and to it, sends data processing request, and etc. pending end.Based on this principle configuration server used, it is for example zookeeper configuration server, Zookeeper is realization of increasing income of Chubby of Google, it is high effective and reliable cooperative operation system, in a distributed environment, need a Master example or store some configuration informations, guaranteeing consistency that file writes etc.Zookeeper be one distributed, the distributed application program coordination service of open source code, comprises a simple primitive collection, is the significant components of Hadoop and Hbase.Distributed Application can realize such as functions such as unified naming service, configuration management, distributed lock service, cluster managements with it.Each node in Zookeeper is called znode, and it has a unique ID of trace route path, znode be one with the similar node of Unix file system path, this node storage in the past or obtain data.If Flag is set to EPHEMERAL when creating znode, node and the Zookeeper as this znod creating loses after connection so, and this znode will no longer exist in Zookeeper.Zookeeper is used Watcher to discover event information, and when client is to event information, overtime such as connecting, node data changes, and child node changes, and can call corresponding behavior and carry out deal with data.The basic running flow process of ZooKeeper is: 1. elect Leader; 2. synchrodata; 3. elect algorithm in Leader process to have a lot, but the election standard that will reach is consistent; 4. Leader will have the highest zxid; 5. the Leader that in cluster, most machine meets with a response and follow selects.
The policy selection that is applicable to the principle of the invention can adopt load-balancing algorithm, that in load-balancing algorithm, commonly uses has a stochastic selection algorithm, stochastic selection algorithm is with random load being assigned on each available server of load-balancing method, by Generating Random Number, choose a server, then connection is sent to it, what also commonly use can be polling algorithm, polling algorithm is distributed to next server each new connection request in order, finally all requests are divided equally to all servers, it is good that polling algorithm is in most of the cases all worked, if but the equipment of load balancing is in processing speed, the aspect such as connection speed and internal memory is not complete equalization, effect can be better so, certainly, further, can use and relate to the Weighted Round Robin that number of connection is accepted in weight proportion distribution, also can use weighted value is continued to the dynamic polling algorithm of monitoring and constantly updating, what also commonly use is minimum join algorithm, and system is distributed to the minimum server of current linking number new connection.This algorithm is very effective in the substantially similar environment of each server operation ability.For example, system has 20 search engine servers, 1 director server, 1 standby director server and a web server at present, wherein, each search engine server is responsible for a part of search mission in general index, director server is responsible for sending searching request amalgamation result collection to these 20 search engine servers, and standby director server is responsible for automatic replacement director server when director server is delayed machine.As the CGI(Common of web server Gateway Interface) while sending searching request to director server, suppose that 15 servers in search engine server provide search service now, 5 search engine servers are just at generating indexes, how much use Zookeeper can guarantee that director server automatic sensing has provides the server of search engine and sends searching request to these servers, these 20 search engine servers often will allow is providing the server of search service to stop providing service to start generating indexes, or the server of the generating indexes derivation of having keeped vegetarian has become can search for to provide and has served.
Figure 3 shows that one embodiment of the present of invention, its principle is with consistent shown in Fig. 2, concrete, a kind of server method of attachment, and for WEB server is connected to back-end server, the method comprises:
Step S110, whether Web server inspection this locality is cached with back-end server cluster-list, if there is no buffer memory, performs step S120, if there is buffer memory, performs step S130;
Step S120, Web server obtains back-end server cluster-list and carries out local cache from back-end server cluster by configuration server, this configuration server is the configuration server based on zookeeper, by transferring the application programming interface (API of back-end server cluster, Application Programming Interface) obtain back-end server cluster-list, configuration server reads application programming interface (API) according to the time interval of setting and judges whether back-end server cluster-list changes, if change, according to situation of change, upgrade the back-end server cluster-list of its acquisition, and the back-end server cluster-list after upgrading is buffered in to this locality, certainly, configuration server also can manually be inputted or renewal back-end server cluster-list to it by keeper,
Step S130, Web server obtains the back-end server cluster-list of buffer memory and from the back-end server cluster-list of described buffer memory, selects to specify back-end server, this system of selection can adopt random selection, also can adopt load-balancing algorithm to select, load-balancing algorithm can be, Web server is by the load value of each back-end server in formula computational back-end server set group-list below:
The load value of back-end server=k1*cpu use amount+k2* processor performance+k3* internal memory surplus+k4* bandwidth resources;
Wherein, described k1 is the corresponding weights of cpu use amount, and described k2 is the corresponding weights of processor performance, and described k3 is the corresponding weights of internal memory surplus, described k4 is the corresponding weights of bandwidth resources, and these weights all can artificially be set as required; Web server selects the back-end server of load value minimum as specifying back-end server; Such as there being 3 databases in background server cluster-list, the load value=0.5+0.8+0.6+0.7=2.6 of database 1 after each parameter is used normalized; Load value=the 0.6+0.8+0.7+0.7=2.8 of database 2; Load value=the 0.8+0.7+0.3+0.7=2.5 of database 3, Web server selects the database 3 of load value minimum as specifying back-end server;
Step S140, Web server directly connects appointment back-end server;
Step S150, Web server sends data processing request and specifies back-end server to this, and etc. the result returned of back-end server to be specified.
By the present embodiment, can find, when Web server and back-end server need to carry out data processing exchange, in the situation that there is no back-end server cluster-list, can obtain back-end server cluster-list by zookeeper configuration server, thereby can being directly connected with back-end server, Web server asks to process, network processes link has been lacked one, do not need through intermediate link Web server can with back-end server Direct Communication, obviously improved treatment effeciency.In addition, in the situation that back-end server processing does not finish, Web server can be waited for the processing of back-end server, and there will not be to connect, be there is no the situation of perception by breaking.Use another benefit of zookeeper configuration server to be, when the change of back-end server cluster-list, zookeeper configuration server can obtain in time more fresh content and notify Web server to carry out the renewal of local cache.
Figure 4 shows that an alternative embodiment of the invention, is a kind of server system based on Fig. 2 principle, and this system comprises configuration server 310 and Web server 320, and wherein, configuration server 310 is for obtaining back-end server cluster-list; Web server 320 is for checking whether this locality is cached with back-end server cluster-list; If there is no buffer memory back-end server cluster-list, from configuration server 310, obtain back-end server cluster-list and carry out local cache; If be cached with back-end server cluster-list, obtain the back-end server cluster-list of buffer memory and therefrom select and specify back-end server, directly connect this appointment back-end server and carry out data communication.Configuration server 310 obtains back-end server cluster-list by transferring the application programming interface (API) of back-end server cluster, according to the time interval of setting, read application programming interface (API) and judge whether back-end server cluster-list changes, if change, according to situation of change, upgrade the back-end server cluster-list of its acquisition.
Further, Web server comprises that list acquisition module 321, list cache module 322, server choose module 323, server link block 324 and data processing module 325, wherein, list acquisition module 321 is for checking whether Web server 320 this locality are cached with back-end server cluster-list, if there is no buffer memory back-end server cluster-list, obtain back-end server cluster-list by configuration server 310; List cache module 322 carries out local cache for the back-end server cluster-list that list acquisition module 321 is obtained; Server is chosen module 323 and is selected to specify back-end server for the back-end server cluster-list from 322 buffer memorys of list cache module; Server link block 324 is for connecting appointment back-end server; Data processing module 325 is for sending data processing request to specifying back-end server, and etc. back-end server processing to be specified finish, result is back to data processing module.
It should be noted that, the algorithm that the embodiment of the present invention provides is intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with demonstration.Various general-purpose systems also can with based on using together with this teaching.According to description above, it is apparent constructing the desired structure of this type systematic.In addition, the present invention is not also for any certain programmed language.It should be understood that and can utilize various programming languages to realize content of the present invention described here, and the description of above language-specific being done is in order to disclose preferred forms of the present invention.
In the specification that provided herein, a large amount of details have been described.Yet, can understand, embodiments of the invention can not put into practice in the situation that there is no these details.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand one or more in each inventive aspect, in the above in the description of exemplary embodiment of the present invention, each feature of the present invention is grouped together into single embodiment, figure or sometimes in its description.Yet, the method for the disclosure should be construed to the following intention of reflection: the present invention for required protection requires than the more feature of feature of clearly recording in each claim.Or rather, as reflected in claims below, inventive aspect is to be less than all features of disclosed single embodiment above.Therefore, claims of following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and can the module in the equipment in embodiment are adaptively changed and they are arranged in one or more equipment different from this embodiment.Module in embodiment or unit or assembly can be combined into a module or unit or assembly, and can put them into a plurality of submodules or subelement or sub-component in addition.At least some in such feature and/or process or unit are mutually repelling, and can adopt any combination to combine all processes or the unit of disclosed all features in this specification (comprising claim, summary and the accompanying drawing followed) and disclosed any method like this or equipment.Unless clearly statement in addition, in this specification (comprising claim, summary and the accompanying drawing followed) disclosed each feature can be by providing identical, be equal to or the alternative features of similar object replaces.
It should be noted above-described embodiment the present invention will be described rather than limit the invention, and those skilled in the art can design alternative embodiment in the situation that do not depart from the scope of claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and is not listed as element or step in the claims.Being positioned at word " " before element or " one " does not get rid of and has a plurality of such elements.The present invention can be by means of including the hardware of some different elements and realizing by means of the computer of suitably programming.In having enumerated the unit claim of some devices, several in these devices can be to carry out imbody by same hardware branch.The use of word first, second and C grade does not represent any order.Can be title by these word explanations.

Claims (10)

1. a server method of attachment, for WEB server is connected to back-end server, the method comprises:
Whether Web server inspection this locality is cached with back-end server cluster-list;
If there is no back-end server cluster-list described in buffer memory, described Web server is obtained described back-end server cluster-list and is carried out local cache by configuration server;
If be cached with described back-end server cluster-list, described Web server obtains the back-end server cluster-list of buffer memory and from the back-end server cluster-list of described buffer memory, selects to specify back-end server;
Described Web server directly connects described appointment back-end server.
2. server method of attachment according to claim 1, described method also comprises:
Described Web server sends data processing request to described appointment back-end server, and waits for the result that described appointment back-end server returns.
3. server method of attachment according to claim 1, when described back-end server cluster-list changes, described Web server is upgraded the server set group-list after changing and is upgraded local cache by described configuration server.
4. server method of attachment according to claim 1, described configuration server obtains described back-end server cluster-list by transferring the application programming interface of described back-end server cluster.
5. server method of attachment according to claim 4, described configuration server reads described application programming interface according to the time interval of setting and judges whether described back-end server cluster-list changes, and according to situation of change, upgrades the back-end server cluster-list of its acquisition if change.
6. server method of attachment according to claim 1, described Web server selects the method for given server to adopt random selection from described back-end server cluster-list.
7. server method of attachment according to claim 1, described Web server selects the method for given server to adopt load-balancing method from described back-end server cluster-list.
8. server method of attachment according to claim 6, described load-balancing method comprises:
Described Web server calculates the load value of each back-end server in described back-end server cluster-list by formula below:
The load value of back-end server=k1*cpu use amount+k2* processor performance+k3* internal memory surplus+k4* bandwidth resources;
Wherein, described k1 is the corresponding weights of cpu use amount, and described k2 is the corresponding weights of processor performance, and described k3 is the corresponding weights of internal memory surplus, and described k4 is the corresponding weights of bandwidth resources;
Described Web server selects the back-end server of load value minimum as specifying back-end server.
9. a server system, this system comprises Web server and configuration server:
Described configuration server, for obtaining back-end server cluster-list;
Described Web server, for checking whether this locality is cached with back-end server cluster-list; If there is no back-end server cluster-list described in buffer memory, obtain described back-end server cluster-list and carry out local cache from described configuration server; If be cached with described back-end server cluster-list, obtain the back-end server cluster-list of buffer memory and therefrom select and specify back-end server, directly connect described appointment back-end server.
10. a kind of server system according to claim 9, described Web server comprises that list acquisition module, list cache module, server choose module and server link block:
Described list acquisition module, for checking whether described Web server this locality is cached with back-end server cluster-list, if there is no back-end server cluster-list described in buffer memory, obtains described back-end server cluster-list by described configuration server;
Described list cache module, carries out local cache for the described back-end server cluster-list that described list acquisition module is obtained;
Described server is chosen module, for selecting to specify back-end server from the back-end server cluster-list of described list cache module institute buffer memory;
Described server link block, for connecting described appointment back-end server.
CN201310507446.9A 2013-10-24 2013-10-24 Server connection method and server system Active CN103607424B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310507446.9A CN103607424B (en) 2013-10-24 2013-10-24 Server connection method and server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310507446.9A CN103607424B (en) 2013-10-24 2013-10-24 Server connection method and server system

Publications (2)

Publication Number Publication Date
CN103607424A true CN103607424A (en) 2014-02-26
CN103607424B CN103607424B (en) 2017-04-19

Family

ID=50125624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310507446.9A Active CN103607424B (en) 2013-10-24 2013-10-24 Server connection method and server system

Country Status (1)

Country Link
CN (1) CN103607424B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104023083A (en) * 2014-06-23 2014-09-03 广东睿江科技有限公司 Method and device for log collection cluster load balance
CN105677404A (en) * 2015-12-31 2016-06-15 拉扎斯网络科技(上海)有限公司 Zookeeper based configuration updating method and device
CN106559450A (en) * 2015-09-28 2017-04-05 腾讯科技(深圳)有限公司 A kind of method and apparatus of dynamic select back-end services
CN106792825A (en) * 2016-12-29 2017-05-31 河北远东通信系统工程有限公司 A kind of management method of distributed network equipment
CN108989390A (en) * 2018-06-19 2018-12-11 北京智明星通科技股份有限公司 User requests retransmission method and device, Reverse Proxy and computer readable storage medium
CN109698785A (en) * 2017-10-24 2019-04-30 广东亿迅科技有限公司 A kind of the real-time messages method for pushing and device of distribution high concurrent
CN110442395A (en) * 2019-07-29 2019-11-12 微民保险代理有限公司 Dissemination method, device, front-end server and the back-end server of product configuration data
CN110740164A (en) * 2019-09-04 2020-01-31 无锡华云数据技术服务有限公司 Server determination method, regulation and control method, device, equipment and storage medium
CN113364839A (en) * 2021-05-26 2021-09-07 武汉虹旭信息技术有限责任公司 Service calling method, service calling device and zookeeper cluster
CN113709018A (en) * 2021-08-26 2021-11-26 江苏省未来网络创新研究院 Vxlan-based virtualized network access method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101102313A (en) * 2007-06-21 2008-01-09 潘晓梅 Network download system and method with automatically replaced proxy server and its method
CN101729594A (en) * 2009-11-10 2010-06-09 中兴通讯股份有限公司 Remote configuration control method and system
CN101902439A (en) * 2009-05-26 2010-12-01 北京金山软件有限公司 Method, system and device for updating business server information on client
CN102710554A (en) * 2012-06-25 2012-10-03 深圳中兴网信科技有限公司 Distributed message system and service status detection method thereof
CN102891894A (en) * 2012-10-17 2013-01-23 中国工商银行股份有限公司 Caching method used for server cluster, cache server and cache system
CN102932442A (en) * 2012-10-26 2013-02-13 北京奇虎科技有限公司 Equipment, system and method for distributed data storage system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101102313A (en) * 2007-06-21 2008-01-09 潘晓梅 Network download system and method with automatically replaced proxy server and its method
CN101902439A (en) * 2009-05-26 2010-12-01 北京金山软件有限公司 Method, system and device for updating business server information on client
CN101729594A (en) * 2009-11-10 2010-06-09 中兴通讯股份有限公司 Remote configuration control method and system
CN102710554A (en) * 2012-06-25 2012-10-03 深圳中兴网信科技有限公司 Distributed message system and service status detection method thereof
CN102891894A (en) * 2012-10-17 2013-01-23 中国工商银行股份有限公司 Caching method used for server cluster, cache server and cache system
CN102932442A (en) * 2012-10-26 2013-02-13 北京奇虎科技有限公司 Equipment, system and method for distributed data storage system

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104023083A (en) * 2014-06-23 2014-09-03 广东睿江科技有限公司 Method and device for log collection cluster load balance
CN104023083B (en) * 2014-06-23 2017-12-12 广东睿江云计算股份有限公司 The method and device of log collection cluster load balance
CN106559450A (en) * 2015-09-28 2017-04-05 腾讯科技(深圳)有限公司 A kind of method and apparatus of dynamic select back-end services
CN105677404B (en) * 2015-12-31 2019-03-19 拉扎斯网络科技(上海)有限公司 A kind of configuration update method and device based on Zookeeper
CN105677404A (en) * 2015-12-31 2016-06-15 拉扎斯网络科技(上海)有限公司 Zookeeper based configuration updating method and device
CN106792825A (en) * 2016-12-29 2017-05-31 河北远东通信系统工程有限公司 A kind of management method of distributed network equipment
CN106792825B (en) * 2016-12-29 2019-11-22 河北远东通信系统工程有限公司 A kind of management method of distributed network equipment
CN109698785A (en) * 2017-10-24 2019-04-30 广东亿迅科技有限公司 A kind of the real-time messages method for pushing and device of distribution high concurrent
CN108989390A (en) * 2018-06-19 2018-12-11 北京智明星通科技股份有限公司 User requests retransmission method and device, Reverse Proxy and computer readable storage medium
WO2019242455A1 (en) * 2018-06-19 2019-12-26 Beijing Elex Technology Co., Ltd Method and apparatus for user request forwarding, reverse proxy and computer readable storage medium
CN108989390B (en) * 2018-06-19 2020-11-10 北京智明星通科技股份有限公司 User request forwarding method and device, reverse proxy server and computer readable storage medium
CN110442395A (en) * 2019-07-29 2019-11-12 微民保险代理有限公司 Dissemination method, device, front-end server and the back-end server of product configuration data
CN110740164A (en) * 2019-09-04 2020-01-31 无锡华云数据技术服务有限公司 Server determination method, regulation and control method, device, equipment and storage medium
CN113364839A (en) * 2021-05-26 2021-09-07 武汉虹旭信息技术有限责任公司 Service calling method, service calling device and zookeeper cluster
CN113709018A (en) * 2021-08-26 2021-11-26 江苏省未来网络创新研究院 Vxlan-based virtualized network access method and system

Also Published As

Publication number Publication date
CN103607424B (en) 2017-04-19

Similar Documents

Publication Publication Date Title
CN103607424A (en) Server connection method and server system
CN108965468B (en) Block chain network service platform, chain code installation method thereof and storage medium
US11586673B2 (en) Data writing and reading method and apparatus, and cloud storage system
US9053167B1 (en) Storage device selection for database partition replicas
CA2891339C (en) Distributed caching cluster management
US10462250B2 (en) Distributed caching cluster client configuration
US8620926B2 (en) Using a hashing mechanism to select data entries in a directory for use with requested operations
US11734248B2 (en) Metadata routing in a distributed system
CN104011701A (en) Content delivery network
US10579597B1 (en) Data-tiering service with multiple cold tier quality of service levels
CN103368986A (en) Information recommendation method and information recommendation device
CN107888666A (en) A kind of cross-region data-storage system and method for data synchronization and device
CN111782692B (en) Frequency control method and device
US9529772B1 (en) Distributed caching cluster configuration
CN106131113A (en) A kind of resource downloading method, device, system and Resource Server
CN112698952A (en) Unified management method and device for computing resources, computer equipment and storage medium
CN110781149A (en) Method, device, equipment and storage medium for managing live broadcast room information
CN106708636A (en) Cluster-based data caching method and apparatus
CN109254981A (en) A kind of data managing method and device of distributed cache system
CN110633322A (en) Resource information synchronization method and device, electronic equipment and storage medium
CN115225645A (en) Service updating method, device, system and storage medium
CN112433891A (en) Data processing method and device and server
CN105610809B (en) The method, apparatus and system of network admittance control
CN114928604B (en) File distribution method and device
CN117057799B (en) Asset data processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20170310

Address after: Room 2, building 17, No. 100041 West Road, Beijing, Shijingshan District, 201

Applicant after: Beijing World Star Technology Co., Ltd.

Address before: 100088 Beijing city Xicheng District xinjiekouwai Street 28, block D room 112 (Desheng Park)

Applicant before: Beijing Qihu Technology Co., Ltd.

Applicant before: Qizhi Software (Beijing) Co., Ltd.

GR01 Patent grant
GR01 Patent grant
CI03 Correction of invention patent
CI03 Correction of invention patent

Correction item: Patentee|Address

Correct: Beijing World Xinghui Technology Co., Ltd|100041 Room 201, building 2, 17 Xijing Road, Shijingshan District, Beijing

False: Beijing World Xinghui Technology Co., Ltd|100041 Room 201, building 2, 17 Xijing Road, Shijingshan District, Beijing

Number: 13

Volume: 33