Data processing method in customer/server frame
A data processing and server technology, applied in the field of computer networks, can solve problems such as difficult implementation, and achieve the effects of reducing maintenance costs, occupying less resources, and having a friendly network management interface.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0055] The implementation of the present invention will be described below by taking the deletion of the MAC address as an example.
[0056] Now there are 5001 MAC addresses on the device, delete 5000 of them. The picture below is just a demo, assuming the total number is 5001.
[0057] If you use the general method, submit all 5000 items to the device at a time, and use a loop to delete items one by one on the device. In this case, a large amount of CPU will be occupied on the device, affecting the normal operation of other services. This shortcoming can be avoided by using the present invention, with reference to the following implementations:
[0058] client:
[0059] Select 5000 MAC addresses, click the Remove button and execute the following code
[0060] var count=oMAutoList.GetSelCount(); / / oMAutoList is a multi-column selection box object
[0061] if(0==count)
[0062] {
[0063] / / Select the unselected rows in the box
[0064] return false;
[0065]} ...
Embodiment 2
[0102] Port configuration is taken as an example to illustrate the implementation of the present invention when multiple ports and multiple configuration items are implemented. When configuring port rate, duplex state, flow control, long frame forwarding and broadcast storm to all ports simultaneously on a 52-port switchboard, the method of using the present invention is as follows:
[0103] client:
[0104] / / The present invention can be implemented using an object, and the present invention can be implemented through the following functions
[0105] var oSendMsg = GetQueue(window);
[0106]oSendMsg.Reset(" / wcn / port / summary");
[0107] / / Block data according to one port and one configuration item
[0108] / / It may take up more CPU on the client, but because the burden on the device is reduced, and
[0109] client PC
[0110] / / The configuration is generally much higher than that of the device, so it does not affect the normal work.
[0111] var nPortCount = GetSelect...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com