CN101166108A - A distributed task dispatching soft bus method with dynamic scalability - Google Patents

A distributed task dispatching soft bus method with dynamic scalability Download PDF

Info

Publication number
CN101166108A
CN101166108A CNA2006100978151A CN200610097815A CN101166108A CN 101166108 A CN101166108 A CN 101166108A CN A2006100978151 A CNA2006100978151 A CN A2006100978151A CN 200610097815 A CN200610097815 A CN 200610097815A CN 101166108 A CN101166108 A CN 101166108A
Authority
CN
China
Prior art keywords
irb
frb
node
service
srb
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
CNA2006100978151A
Other languages
Chinese (zh)
Other versions
CN101166108B (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.)
Nanjing University
Original Assignee
Nanjing University
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 Nanjing University filed Critical Nanjing University
Priority to CN2006100978151A priority Critical patent/CN101166108B/en
Publication of CN101166108A publication Critical patent/CN101166108A/en
Application granted granted Critical
Publication of CN101166108B publication Critical patent/CN101166108B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Multi Processors (AREA)

Abstract

This invention relates to a method for dispatching soft bus with dynamic expansibility and distributed task including: setting up SRB, IRB and FRB in a distributed network, in which, SRB manages all IRB and FRB, and service nodes carry out data interaction with the network center by modes of service-request-response, state and event-trap, which can manage data and information of device nodes dynamically in a distributed network.

Description

A kind of distributed task dispatching flexible bus method that has dynamic scalability
Technical field
The present invention relates to service-oriented remote control field, this method for designing can increase equipment and dynamically increase and decrease ability.For possessing the system that network management is supported, the functional node that each device node of network is carried sometimes or each subset often require to possess certain allocative abilities on function, therefore for the increase and decrease of single equipment functional node, need accomplish the ability (or claiming hot-swap capabilities) of dynamically increase and decrease.Specifically, the present invention proposes the method for a kind of " flexible bus SoftSBus ", to overcome the above problems.
Background technology
The introducing of dynamic scalability certainly will bring two technological difficulties, and the one, the stability of entire system and equipment itself; The 2nd, the inconsistent region dynamic of bringing a certain function of each functions of the equipments, this has introduced again for possessing weak coupling between function service providers and the requestor.
In the in the industry cycle existing distributed middleware, processing modes such as SunRPC, Door need service providers and caller to interrelate with some similar mode usually, to realize calling of service, see Fig. 1.
Because more so intrinsic dependences, in case service itself by a certain node, is transferred to another node, its corresponding realization also must be made change, as Fig. 2.And a kind of like this demand of serving change is again quotidian in containing the distributed apparatus of network management.And more serious problem is, if in a distributed system that only has a small number of nodes, such change is not to stand (though change code or configuration remain inevitable situation), but in a system that has up to a hundred nodes, such change will make system be tending towards paralysis.
In the description of dynamic scalability, mentioned the introducing of dynamic, might cause influence to stability.Really, the proposition of flexible bus can not bring the basic lifting of stability on bottom, and still, it has improved the exploitation feasibility that stability is guaranteed greatly and has safeguarded unicity.
Flexible bus has been introduced uniformity at least aspect two, and improves the assurance to software quality:
1) the demand focus of concentrating stability to be proposed
2) unified other demand except that service-request pattern.
In the assurance for stability, because the flexible bus dependence that each module is mutual, transfer on the dependence of each module and flexible bus, for on arbitrary node, increasing and decreasing function, only need to file an application to flexible bus, and the request server, also only need flexible bus is filed a request, thus, if the operation that flexible bus can be stable, the operation of each module on whole distributed system, just do not have any influence, therefore the stability of a system also by being dispersed in the requirement of each service with request, is summed up in the point that the unitary request to flexible bus.
Summary of the invention
1. flexible bus, this is a kind of distributed task dispatching middleware that has dynamic scalability, in object-oriented design patterns, contain a pattern that is called mediator, its effect is the dependence that will have each other between the dependent object, shift the dependence for each object and mediator object, and contain the object of coupling originally, mutual dependence is removed thus.
The proposition of the distributed middleware of flexible bus, just in order to remove the dependence between each device node and way to manage originally, and take dependence mode as Fig. 3, in a kind of like this mode, ISP's geographical attribute is transparent for caller, and vice versa, therefore, any change of any one node for the requestor of whole system and various service (upload as software upgrading, state etc.), does not have and involves.
For network management system, remove outside the service request pattern of issuing an order such network equipment node and each nodal function, also need some extra demands, as the condition managing pattern---safeguard the quantity of state of each equipment subtree, the event response pattern---when a certain subset state point exceeds the appointment thresholding, its superior node must be circulated a notice of by the time, to make corresponding countermeasure.In the design, subset sends the Event incident to superior node, and superior node can be caught the Event incident by trap Trap, and the same unification of this data flow is finished by flexible bus, as Fig. 4.
Fig. 4 has provided following several quasi-modes that flexible bus is finished in the native system:
The Service-Request-Response pattern, propose to subtree IRB and FRB by upper level device node (containing its functional node), corresponding Response returns on the way, when being served by request, the path dynamically sets up route, masked the ability of subtree node, promptly under distributed way, added the sense of hierarchy to the superior node request.
The State pattern is sent to higher level IRB and SRB by subtree IRB, so that the upper management node is possessed the state information to subtree.
The Event-Trap pattern, subtree IRB or FRB send Event to superior node, at source node all nodes (containing FRB) to the path of SRB, all can the Trap mode tackle incident.
Simultaneously, uniformity can also avoid different management mode for the taking of bottom channel, thereby reduces the complexity that network etc. is safeguarded.
2. differentiated control
For big-and-middle-sized network management project, the classification type of management is quite necessary, and each subtree is by each minute station administration, and root node then can manage maintenance to the entire equipment tree, and therefore, the demand to differentiated control has also been considered in the design of native system.
In flexible bus, IRB need not be directly connected to the SRB node, and allows to be connected to the IRB node, and thus, the latter promptly becomes the former subtree root node, and the equipment with the SRB place is the same thus, can its subtree node of identical management.As Fig. 5, IRB1 contains two sub-tree nodes and self totally three nodes, and IRB4 only contains himself, and SRB then manages four sub-device nodes of FRB 1-4.
The subtree of IRB1 representative in system, can be single manage, its effect is identical with SRB management, and is only different on the interstitial content of management.
Description of drawings
Fig. 1 is the dependence that Door, SunRPC distributed are handled
Fig. 2 is that service A is transferred to after the node 2 by node 1, the schematic diagram that corresponding realization also must change thereupon
Fig. 3 software bus region transparency key diagram: provide after the node change of service, requesting node need not to do any change.
Each network management framework under Fig. 4 the inventive method and relevant flow graph
Fig. 5 SoftSBus hierarchical management mechanism
Embodiment
Each network management framework of Fig. 4 the inventive method and relevant flow graph.The following describes a specific implementation process of the present invention:
1. on central server, move SRB (server end runtime agency), but by each IRB of SRB unified management (equipment operation phase agency) and FRB (function runtime agency), when the geographical position of IRB and FRB changes, service end is acted on behalf of SRB and can be managed it automatically, does not need manual maintenance.
2. each branch center server moves IRB, and IRB initiates register requirement and obtains major device number from trend SRB, and can accept the register requirement of IRB of subordinate and FRB, makes that IRB can unified management all IRB of subordinate and FRB.When the physical location of server operation IRB changes, can re-register automatically to higher level IRB or SRB, IRB of subordinate and FRB also can register automatically from this IRB of trend.
3. the service on each equipment, also can re-register service and obtain new dynamic Service number to the registration service of whole piece software bus and automatically obtain dynamic Service number by FRB when the physical location of FRB changes.
When central server need be when node proposes service request, propose to subtree IRB and FRB, IRB at different levels propose to next stage subtree IRB and FRB, corresponding Response returns on the way, when being served by request, the path dynamically sets up route, masked the ability of subtree node, promptly under distributed way, added the sense of hierarchy to the superior node request.Service requester on each equipment also can be by FRB to software bus request service, and software bus returns corresponding Response.This pattern is called the Service-Request-Response pattern.
5. central server may need to obtain the running status of each node, and it is by the automatic maintenance state of IRB pond that realization side is sent out, and corresponding IRB is according to the IRB runtime parameter, and the timed sending state flow is given higher level IRB, and first order IRB sends to SRB.Central server just obtains the running status of each node like this, and this pattern is called the State pattern.
6. subtree IRB or FRB, send Event (flow of event) to superior node, at source node all nodes (containing FRB) to the path of SRB, all can Trap (trap) mode tackle incident, each FRB node can be submitted the incident trap to the higher level, in case corresponding event occurs, this FRB enters incident trap responder.This pattern is called the Event-Trap pattern.

Claims (4)

1. distributed task dispatching flexible bus method that has dynamic scalability, its feature is contained in following steps:
1) on central server, move SRB (server end runtime agency), but by each IRB of SRB unified management (equipment operation phase agency) and FRB (function runtime agency).
2) each branch center server operation IRB, IRB initiates register requirement and obtains major device number from trend SRB, and can accept the register requirement of IRB of subordinate and FRB, makes that IRB can unified management all IRB of subordinate and FRB.
3) service on each equipment by FRB to the registration service of whole piece software bus and automatically obtain dynamic Service number.
4) when central server need be when node proposes service request, propose to subtree IRB and FRB, IRB at different levels propose to next stage subtree IRB and FRB, corresponding Response returns on the way, when being served by request, the path dynamically sets up route, masked the ability of subtree node, promptly under distributed way, added the sense of hierarchy to the superior node request.Service requester on each equipment also can be by FRB to software bus request service, and software bus returns corresponding Response.
5) central server may need to obtain the running status of each node, and it is by the automatic maintenance state of IRB pond that realization side is sent out, and corresponding IRB is according to the IRB runtime parameter, and the timed sending state flow is given higher level IRB, and first order IRB sends to SRB.Central server just obtains the running status of each node like this.
6) subtree IRB or FRB, send Event (flow of event) to superior node, at source node all nodes (containing FRB) to the path of SRB, all can Trap (trap) mode tackle incident, each FRB node can be submitted the incident trap to the higher level, in case corresponding event occurs, this FRB enters incident trap responder.
2. according to right 1 described a kind of distributed task dispatching flexible bus method that has dynamic scalability, it is characterized in that: when the physics region of IRB changes, can re-register and obtain major device number automatically in the step (2), not need manual intervention.
3. according to right 1 described a kind of distributed task dispatching flexible bus method that has dynamic scalability, it is characterized in that: when the physics region of FRB changes, can re-register and obtain major device number automatically in the step (3), not need manual intervention.
4. according to right 1 described a kind of distributed task dispatching flexible bus method that has dynamic scalability, it is characterized in that: can pass through the data interaction between each node and central server in Service-Request-Response pattern, State pattern and the Event-Trap pattern realization distributed network in the step (3), (4), (5).
CN2006100978151A 2006-11-15 2006-11-15 Method for a distributed task dispatching soft bus with dynamic scalability Expired - Fee Related CN101166108B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2006100978151A CN101166108B (en) 2006-11-15 2006-11-15 Method for a distributed task dispatching soft bus with dynamic scalability

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2006100978151A CN101166108B (en) 2006-11-15 2006-11-15 Method for a distributed task dispatching soft bus with dynamic scalability

Publications (2)

Publication Number Publication Date
CN101166108A true CN101166108A (en) 2008-04-23
CN101166108B CN101166108B (en) 2011-06-01

Family

ID=39334606

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2006100978151A Expired - Fee Related CN101166108B (en) 2006-11-15 2006-11-15 Method for a distributed task dispatching soft bus with dynamic scalability

Country Status (1)

Country Link
CN (1) CN101166108B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101588283B (en) * 2009-04-22 2013-04-10 北京四方继保自动化股份有限公司 Method for realizing wide-area distributed integrated flexible bus based on multi-agent technique
CN113971151A (en) * 2021-10-28 2022-01-25 上海兆芯集成电路有限公司 Serial transmission controller and data transmission method thereof

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100518079C (en) * 2004-09-30 2009-07-22 北京航空航天大学 Distributed performance data acquisition method
CN100362806C (en) * 2005-03-16 2008-01-16 华为技术有限公司 Method of realizing load sharing in distributing system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101588283B (en) * 2009-04-22 2013-04-10 北京四方继保自动化股份有限公司 Method for realizing wide-area distributed integrated flexible bus based on multi-agent technique
CN113971151A (en) * 2021-10-28 2022-01-25 上海兆芯集成电路有限公司 Serial transmission controller and data transmission method thereof

Also Published As

Publication number Publication date
CN101166108B (en) 2011-06-01

Similar Documents

Publication Publication Date Title
US20240179103A1 (en) Network slice configuration
CN104714828B (en) Using installation, operation method and device
CN107454092B (en) OPCUA and DDS protocol signal conversion device, communication system and communication method
US20070130192A1 (en) Method and system for configuring network devices through an operations support system interface
EP1551129B1 (en) Generic interface for subscription management
CN101834750B (en) Method for monitoring common service
US20010027470A1 (en) System, method and computer program product for providing a remote support service
CN1820514B (en) System architecture, method and computer program product for managing telecommunication networks
CN104021078A (en) Software monitoring device and method
CN111416731A (en) Alarm system and method based on cloud collaborative edge node self-adaptive configuration deployment
CN111526052A (en) Network element instruction management method, device, network equipment and storage medium
US11500690B2 (en) Dynamic load balancing in network centric process control systems
CN108234261A (en) For the service bus dispatching method of electric control system network supervision
EP2850761A1 (en) Object version management
CN106354507A (en) Enterprise-level application management system and method for operating same
CN109150583A (en) A kind of management method and device of northbound interface
CN101166108B (en) Method for a distributed task dispatching soft bus with dynamic scalability
CN100470426C (en) Foundation fieldbus server providing device information using dynamic directory
US8886186B2 (en) Verification of compatibility among telecommunication network features
CN101820354B (en) Collocation method based on TNDS (Total Network Data System) object, terminal equipment and server
CN107305497A (en) Version upgrading method and device
CN110493143A (en) Dynamic adjusts method, system, device and the medium of news release frequency
TW200828871A (en) A software deployment management system with adjustable process functionality
KR20210128096A (en) Apparatus and method for interworking among internet of things platforms
CN109116815A (en) One kind is based on MQTT injection molding machine management system, method and storage medium

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

Granted publication date: 20110601

Termination date: 20141115

EXPY Termination of patent right or utility model