CN202679416U - Load balancing processing system of service data - Google Patents

Load balancing processing system of service data Download PDF

Info

Publication number
CN202679416U
CN202679416U CN 201120529003 CN201120529003U CN202679416U CN 202679416 U CN202679416 U CN 202679416U CN 201120529003 CN201120529003 CN 201120529003 CN 201120529003 U CN201120529003 U CN 201120529003U CN 202679416 U CN202679416 U CN 202679416U
Authority
CN
China
Prior art keywords
service
master control
services
sub
control service
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.)
Expired - Lifetime
Application number
CN 201120529003
Other languages
Chinese (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.)
Gosuncn Technology Group Co Ltd
Original Assignee
Gosuncn Technology Group 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 Gosuncn Technology Group Co Ltd filed Critical Gosuncn Technology Group Co Ltd
Priority to CN 201120529003 priority Critical patent/CN202679416U/en
Application granted granted Critical
Publication of CN202679416U publication Critical patent/CN202679416U/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)

Abstract

The utility model relates to the technical field of data processing, in particular to a load balancing processing system of service data. The processing system comprises a master control service, a plurality of sub-services which are communicated with the master control service, and a plurality of client sides. The client sides generate various service data and transmit the service data to the master control service by calling an interface of the master control service; the master control service distributes the service data to the corresponding sub-services to carry out processing; and the sub-services receive the service data sent by the master control service, carry out processing on the service data, and return results to the master control service. The load balancing processing system employs a separating mode of the master control service and the sub-services, thus a service has increasing service processing capability and I/O capability and the capability of providing a plurality of concurrent access services, and bearing capability of the service is not exceeded because of increasing the service data. According to the load balancing processing system, the response speed is not reduced and the service is not collapsed due to the increase of the client sides.

Description

A kind of load balance process system of business datum
Technical field
The utility model relates to technical field of data processing, particularly a kind of load balance process system of business datum.
Background technology
Traditional business data processing method is when we carry out the exploitation of business data processing Service Design, usually only can consider to process with single service at the beginning.But along with continuing to increase of various office services, continuing to increase of number of users in this case, certainly will also can produce a large amount of Concurrency Access.Therefore requiring the Business Processing service to possess provides the ability of a large amount of Concurrency Access services.Like this, disposal ability and the I/O ability of Business Processing service have become the bottleneck that service is provided.If professional increasing caused exceeding the scope that service can be born, its result must be that treatment system crashes so.
The utility model content
Problem to be solved in the utility model is to overcome the deficiencies in the prior art and a kind of ability that can increase service processing and I/O is provided, and possesses the load balance process system of the business datum that a large amount of Concurrency Access service ability are provided.
For solving the problems of the technologies described above, the technical solution of the utility model is: a kind of load balance process system of business datum, comprise the master control service and all with a plurality of sub-services and a plurality of client of master control communication for service, described client is responsible for producing various business datums, then by calling the interface of master control service, business datum is sent in the master control service, described master control service is distributed to corresponding sub-services with business datum and is processed, described sub-services receives the business datum that the master control service sends, business datum is processed, then the result is returned to the master control service.
Described client and sub-services do not have the restriction of number, can dynamically increase.
Compared with prior art, the utlity model has following beneficial effect:
The separate mode of master control service of the present utility model and sub-services so that service possesses the service processing ability of increasing and I/O ability, possesses the ability that a large amount of Concurrency Access services are provided, and can not exceed because of the increase of business datum the ability to bear of service.Client of the present utility model does not have the restriction of number, can dynamically increase, and can because of the increase of client, not cause response speed to reduce, serve collapse.
Description of drawings
Fig. 1 is system block diagram of the present utility model.
Fig. 2 is the utility model workflow diagram.
Embodiment
Below in conjunction with embodiment and accompanying drawing the utility model is described in detail.
As shown in Figure 1, the utility model discloses a kind of load balance process system of business datum, it comprises three parts: client, master control service and sub-services.
Client is the presentation layer that system uses, and is responsible for producing various business datums, then by calling the interface of master control service, business datum is sent in the master control service.
In the utility model, this client does not have the restriction of number, can dynamically increase, and can because of the increase of client, not cause response speed to reduce, serve collapse.
The master control service is unified external interface.Business datum for the client submission, by MD5(Message Digest Algorithm message digest algorithm) algorithm, this business datum is generated a large integer, then according to the large integer that generates business datum is distributed to corresponding sub-services and process.The position of master control service in whole architecture is in core status, and it is in the centre of sub-services and client, played the effect of forming a connecting link in the business datum exchange, belongs to the sub-services control centre of whole system.Whether the master control service also needs constantly to monitor sub-services also in work, if certain sub-services quits work, need to redistribute business datum.
Sub-services receives the business datum that the master control service sends, and business datum is processed, and then the result is returned to the master control service.Sub-services must constantly communicate with the master control service, allows the master control service " know " sub-services also at work, can the distribution service data to sub-services.
Fig. 2, the load balance process working-flow of the utility model business datum comprises the steps:
1, client is passed to the master control service to the unified interface of business datum by master control service;
2, the business datum of in the master control service client being imported into is carried out the MD5 algorithm process, generates a large integer;
3, the master control service is judged and is called which sub-services according to the large integer that generates;
4, judge call which sub-services after, process in the middle of business datum is passed to sub-services;
5, after sub-services is finished business data processing, result is returned to the master control service, the master control service returns to client to the result again.
The separate mode of the utility model master control service and sub-services so that service possesses the service processing ability of increasing and I/O ability, possesses the ability that a large amount of Concurrency Access services are provided, and can not exceed because of the increase of business datum the ability to bear of service.Client does not have the restriction of number, can dynamically increase, and can because of the increase of client, not cause response speed to reduce, serve collapse.
By the technical solution of the utility model, eliminate the hidden danger of applied business system: when having separate unit application server device fails in traditional application process, the problems such as whole application platform cisco unity malfunction.And by application of the present utility model, can eliminate this type of hidden danger, and make application platform have the function of intelligent decision and processing, even if some device fails, whole application still can normally move, and has guaranteed the high reliability that use the website.
Improve the disposal ability of website application platform: traditional application platform is the mode of Hot Spare because of what adopt, and synchronization only has an application server job, and alternate device is not used processing, so that disposal ability can't be improved.By application of the present utility model, can maximizedly utilize the resource of background server, many application servers can also be worked in mutually redundant situation simultaneously, improved greatly the disposal ability of whole application platform.
Convenient expansion of using disposal ability: tradition is used the performance that disposal ability is subject to server; be difficult to carry out transparent dilatation according to the demand of using; by application of the present utility model; can drop into and can realize expanding as required by protection application; can be along with the demand of application load be carried out as required transparent dilatation, the maximized extensibility that guarantees application platform.
Reduce system maintenance difficulty and cost: as application service, need to continue carry out maintenance and management to using platform, the maintenance of using system with great increasing device operation risk, and is caused great pressure to using the platform attendant.By application of the present utility model, giving full play on the basis of master control service, can be as required random increase and reduce sub-services is carried out fully comprehensively safeguarding and processing to sub-services on the basis that does not affect application, reduce operation risk, reduced the difficulty of safeguarding.

Claims (1)

1. the load balance process system of a business datum, it is characterized in that: comprise the master control service and all with a plurality of sub-services and a plurality of client of master control communication for service, the signal output part of described client is communicated with the signal input part of master control service, and the signal output part of master control service is communicated with sub-services.
2, the load balance process system of business datum according to claim 1, it is characterized in that: the quantity of described client can dynamically increase.
3, the load balance process system of business datum according to claim 1, it is characterized in that: the quantity of described sub-services can dynamically increase.
CN 201120529003 2011-12-16 2011-12-16 Load balancing processing system of service data Expired - Lifetime CN202679416U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201120529003 CN202679416U (en) 2011-12-16 2011-12-16 Load balancing processing system of service data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201120529003 CN202679416U (en) 2011-12-16 2011-12-16 Load balancing processing system of service data

Publications (1)

Publication Number Publication Date
CN202679416U true CN202679416U (en) 2013-01-16

Family

ID=47500287

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201120529003 Expired - Lifetime CN202679416U (en) 2011-12-16 2011-12-16 Load balancing processing system of service data

Country Status (1)

Country Link
CN (1) CN202679416U (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106331600A (en) * 2015-07-09 2017-01-11 杭州海康威视数字技术股份有限公司 Board-inserting type device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106331600A (en) * 2015-07-09 2017-01-11 杭州海康威视数字技术股份有限公司 Board-inserting type device
CN106331600B (en) * 2015-07-09 2019-06-18 杭州海康威视数字技术股份有限公司 Board plug type equipment

Similar Documents

Publication Publication Date Title
CN102682117B (en) A kind of method of data-base cluster data quick copy
US20140149590A1 (en) Scaling computing clusters in a distributed computing system
EP2954424B1 (en) Method, device, and system for peer-to-peer data replication and method, device, and system for master node switching
CN103942098A (en) System and method for task processing
CN102271145A (en) Virtual computer cluster and enforcement method thereof
CN101197851A (en) Method and system for implementing control of plane centralized type data plane distribution
CN104008007A (en) Interoperability data processing system and method based on streaming calculation and batch processing calculation
CN102761528A (en) System and method for data management
CN102917052A (en) Method for distributing resources in cloud computing system
CN105577430A (en) Node management method of high-end fault-tolerant server
CN110083306A (en) A kind of distributed objects storage system and storage method
CN105554123A (en) High-capacity-aware cloud computing platform system
CN103473848A (en) Network invoice checking frame and method based on high concurrency
CN114663104A (en) PBFT based on block chain product supply chain tracing
CN109361777A (en) Synchronous method, synchronization system and the relevant apparatus of distributed type assemblies node state
CN106357430A (en) Method and system for service state monitoring of cloud computing cluster
CN104125293A (en) Cloud server and application method thereof
CN103533068A (en) Independent and balanced task distribution cluster system based on IP
CN202679416U (en) Load balancing processing system of service data
CN102938778A (en) Method for realizing multi-node disaster tolerance in cloud storage
CN104809026B (en) A kind of method that CPU computing resources are borrowed using remote node
CN107066205A (en) A kind of data-storage system
CN106855869A (en) A kind of methods, devices and systems for realizing database High Availabitity
CN103312808B (en) A kind of cloud operating system bus and communication means
CN109344059B (en) Server pressure testing method and device

Legal Events

Date Code Title Description
C14 Grant of patent or utility model
GR01 Patent grant
CX01 Expiry of patent term

Granted publication date: 20130116

CX01 Expiry of patent term