CN102882697B - A kind of message receival method of the network management system multi-client based on callback mechanism - Google Patents

A kind of message receival method of the network management system multi-client based on callback mechanism Download PDF

Info

Publication number
CN102882697B
CN102882697B CN201110195797.1A CN201110195797A CN102882697B CN 102882697 B CN102882697 B CN 102882697B CN 201110195797 A CN201110195797 A CN 201110195797A CN 102882697 B CN102882697 B CN 102882697B
Authority
CN
China
Prior art keywords
message
service end
client
user subject
network management
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 - Fee Related
Application number
CN201110195797.1A
Other languages
Chinese (zh)
Other versions
CN102882697A (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 Jiaxun Feihong Electrical Co Ltd
Original Assignee
Beijing Jiaxun Feihong Electrical 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 Jiaxun Feihong Electrical Co Ltd filed Critical Beijing Jiaxun Feihong Electrical Co Ltd
Priority to CN201110195797.1A priority Critical patent/CN102882697B/en
Publication of CN102882697A publication Critical patent/CN102882697A/en
Application granted granted Critical
Publication of CN102882697B publication Critical patent/CN102882697B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

The invention discloses the message receival method of a kind of network management system multi-client based on callback mechanism of network apparatus management system technical field.It is divided into two parts: user subject registration and service end message send.Beneficial effect of the present invention is: 1) owing to not needing client to read server data, and the database resource also greatly reducing server end takies and performance impact, has achieved not only fast but also message obtains function accurately; 2) the exploitation complexity of client is reduced; 3) message that service end can be made to produce, is reflected to each client fast, delay is reduced to a minimum, and does not affect again the normal running of maintenance customer simultaneously.

Description

A kind of message receival method of the network management system multi-client based on callback mechanism
Technical field
The invention belongs to network apparatus management system technical field, particularly a kind of message receival method of the network management system multi-client based on callback mechanism.
Background technology
Network management system is the abbreviation of network apparatus management system, is mainly used in carrying out data configuration, monitoring, maintenance and test to whole network system.Can be sub server end and client, server end will support that multiple client is accessed simultaneously, and carries out bookkeeping to equipment.
When server side to monitor to equipment there being the message such as data configuration message, alarm, trigger event, need to transmit the message to each client in time, device configuration information can be understood timely to make each operation user, equipment state, alarm status etc., and carry out necessary process, to ensure the normal operation of equipment according to equipment state.
At present, based on C/S (Client/Server client/server) structure multi-client network management system when the message of reception server end, the method that major part adopts is: increase a time control in client, timing sends query messages by client, obtains the message that service end produces.
Existing multi-client network management system is initiated to obtain operation by client, and therefore having certain limitation in real time for the message produced, client can not obtain the message that service end produces timely; Meanwhile, for the network management system of multi-client, each message must be kept at service end by server, so that each client query uses, which adds the resource occupation of service end.If client is too much, the database of server end is read in each client timing, will affect the configuration operation that maintenance customer carries out other like this, also can the speed of service of influential system greatly.
Summary of the invention
The present invention is directed to the message receival method that above-mentioned defect discloses a kind of network management system multi-client based on callback mechanism.
It is divided into two parts: user subject registration and service end message send.
The flow process of user subject registration is as follows:
1) based on callback mechanism, at the client definition call back function of Network Management Equipment, namely increase a message sink service, when user is by accessing server by customer end, start this service;
2) call back function is registered to service end by client simultaneously, and registration rule is service end checking logon information, if the result is incorrect, user needs again to pass through accessing server by customer end; If the result is correct, service end generates a user subject object according to call back function, and by this object registration in the user subject queue of service end.
The flow process that service end message sends is as follows:
1) when Network Management Equipment has message to occur, triggers callback mechanism, service end can inquire user subject queue in turn, obtains the call back function of user subject object;
2) service end is by call back function, sends a message to client, and judges whether to continue to send message;
3) if judged result is yes, service end can inquire user subject queue again in turn, obtains user subject object, if judged result is no, then terminates service end message transmission flow.
Beneficial effect of the present invention is: the present invention is applied to network management system, be improved, be in particular in: 1) owing to not needing client to read server data, also the database resource greatly reducing server end takies and performance impact, has achieved not only fast but also message obtains function accurately; 2) the exploitation complexity of client is reduced; 3) message that service end can be made to produce, is reflected to each client fast, delay is reduced to a minimum, and does not affect again the normal running of maintenance customer simultaneously.
Accompanying drawing explanation
Fig. 1, user subject register flow path figure;
Fig. 2, service end message transmission flow figure.
Embodiment
Below in conjunction with accompanying drawing, the present invention is further described.
The present invention is divided into two parts: user subject registration and service end message send.
As shown in Figure 1, the flow process of user subject registration is as follows:
1) based on callback mechanism, at the client definition call back function of Network Management Equipment, namely increase a message sink service, when user is by accessing server by customer end, start this service;
2) call back function is registered to service end by client simultaneously, and registration rule is service end checking logon information, if the result is incorrect, user needs again to pass through accessing server by customer end; If the result is correct, service end generates a user subject object according to call back function, and by this object registration in the user subject queue of service end.
As shown in Figure 2, the flow process of service end message transmission is as follows:
1) when Network Management Equipment has message to occur, triggers callback mechanism, service end can inquire user subject queue in turn, obtains the call back function of user subject object;
2) service end is by call back function, sends a message to client, and judges whether to continue to send message;
3) if judged result is yes, service end can inquire user subject queue again in turn, obtains user subject object, if judged result is no, then terminates service end message transmission flow.

Claims (1)

1. based on a message receival method for the network management system multi-client of callback mechanism, it is characterized in that, it is divided into two parts: user subject registration and service end message send;
Wherein, the flow process of user subject registration is as follows:
1) based on callback mechanism, at the client definition call back function of Network Management Equipment, increase a message sink service, when user is by accessing server by customer end, start this service;
2) call back function is registered to service end by client simultaneously, and registration rule is service end checking log-on message, if the result is incorrect, user needs again to pass through accessing server by customer end; If the result is correct, service end generates a user subject object according to call back function, and by this object registration in the user subject queue of service end;
The flow process that service end message sends is as follows:
1) when Network Management Equipment has message to occur, triggers callback mechanism, service end can inquire user subject queue in turn, obtains the call back function of user subject object;
2) service end is by call back function, sends a message to client, and judges whether to continue to send message;
3) if judged result is yes, service end can inquire user subject queue again in turn, obtains user subject object, if judged result is no, then terminates service end message transmission flow.
CN201110195797.1A 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism Expired - Fee Related CN102882697B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110195797.1A CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110195797.1A CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Publications (2)

Publication Number Publication Date
CN102882697A CN102882697A (en) 2013-01-16
CN102882697B true CN102882697B (en) 2015-08-26

Family

ID=47483852

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110195797.1A Expired - Fee Related CN102882697B (en) 2011-07-13 2011-07-13 A kind of message receival method of the network management system multi-client based on callback mechanism

Country Status (1)

Country Link
CN (1) CN102882697B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105141603B (en) * 2015-08-18 2018-10-19 北京百度网讯科技有限公司 Communication data transmission method and system
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN114827118A (en) * 2022-04-18 2022-07-29 恩平市帝赛斯音响器材厂 Internet-based network power supply remote management system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055639A (en) * 1997-10-10 2000-04-25 Unisys Corporation Synchronous message control system in a Kerberos domain
CN1453956A (en) * 2002-04-25 2003-11-05 艾利森电话股份有限公司 Method and structure of telecommunication network
CN1543251A (en) * 2003-05-02 2004-11-03 ��˹��ŵ�� Device management
CN1976325A (en) * 2006-12-13 2007-06-06 Ut斯达康通讯有限公司 Network system capable of realizing immediate message communication and communicating method
CN1997033A (en) * 2006-12-28 2007-07-11 华中科技大学 A protocol for network storage and its system
CN101056194A (en) * 2006-06-30 2007-10-17 华为技术有限公司 A SNMP message transfer method and device
CN101184082A (en) * 2006-11-17 2008-05-21 华为技术有限公司 Cluster user login method, state updating method, processing equipment, IMS network entity and communication system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981041B2 (en) * 2000-04-13 2005-12-27 Aep Networks, Inc. Apparatus and accompanying methods for providing, through a centralized server site, an integrated virtual office environment, remotely accessible via a network-connected web browser, with remote network monitoring and management capabilities
CN100543675C (en) * 2007-12-26 2009-09-23 上海科泰世纪科技有限公司 The method of adjusting back based on the component interface realization event in the computer software

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055639A (en) * 1997-10-10 2000-04-25 Unisys Corporation Synchronous message control system in a Kerberos domain
CN1453956A (en) * 2002-04-25 2003-11-05 艾利森电话股份有限公司 Method and structure of telecommunication network
CN1543251A (en) * 2003-05-02 2004-11-03 ��˹��ŵ�� Device management
CN101056194A (en) * 2006-06-30 2007-10-17 华为技术有限公司 A SNMP message transfer method and device
CN101184082A (en) * 2006-11-17 2008-05-21 华为技术有限公司 Cluster user login method, state updating method, processing equipment, IMS network entity and communication system
CN1976325A (en) * 2006-12-13 2007-06-06 Ut斯达康通讯有限公司 Network system capable of realizing immediate message communication and communicating method
CN1997033A (en) * 2006-12-28 2007-07-11 华中科技大学 A protocol for network storage and its system

Also Published As

Publication number Publication date
CN102882697A (en) 2013-01-16

Similar Documents

Publication Publication Date Title
US20140244721A1 (en) Real-time communications using a restlike api
CN106034051B (en) Network monitoring data processing method and network monitoring data processing unit
CN102821084B (en) Method for identifying open platform, open platform and open system
US10963458B2 (en) Federated chatbots
CN109819048B (en) Data synchronization method, device, terminal and storage medium
WO2008022118A3 (en) Instant messaging applications in security systems
CN103152378A (en) Network data transmission method and system and client
CN102882697B (en) A kind of message receival method of the network management system multi-client based on callback mechanism
CN110457176A (en) For the monitoring method of distributed system, device, storage medium and electronic equipment
Meng et al. Monitoring continuous state violation in datacenters: Exploring the time dimension
CN104917731A (en) Method and system for improving data display speed, server and browser
CN110362435A (en) PCIE Fault Locating Method, device, equipment and the medium of Purley Platform Server
CN104113579A (en) Service system data acquisition based on UDP and realization thereof
CN105808441A (en) Multidimensional performance diagnosis and analysis method
CN111464637B (en) Unmanned vehicle data processing method, device, equipment and medium
CN103078905B (en) A kind of communication management method of GPS terminal
CN102355376B (en) Traffic monitoring method and device
CN102868723A (en) Control console and management method of management zero terminal machine and desktop virtual machine
Tanganelli et al. A distributed architecture for discovery and access in the internet of things
CN103067375A (en) Method and device of connection session among network nodes
CN104010008A (en) Method for controlling mass invalid access to server
US20160014010A1 (en) Performance Monitoring with Reduced Transmission of Information
CN102932196B (en) A kind of detection method of hosting system status and device
CN111865935A (en) Data transmission system
CN103731804A (en) Implementation method for providing short message sending service for software system

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: 20150826

Termination date: 20200713