CN1427342A - Internal storage management system and its distribution method - Google Patents

Internal storage management system and its distribution method Download PDF

Info

Publication number
CN1427342A
CN1427342A CN01139150A CN01139150A CN1427342A CN 1427342 A CN1427342 A CN 1427342A CN 01139150 A CN01139150 A CN 01139150A CN 01139150 A CN01139150 A CN 01139150A CN 1427342 A CN1427342 A CN 1427342A
Authority
CN
China
Prior art keywords
memory
memory block
management module
block
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.)
Granted
Application number
CN01139150A
Other languages
Chinese (zh)
Other versions
CN1183453C (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.)
Nokia Shanghai Bell Co Ltd
Original Assignee
Alcatel Lucent Shanghai Bell 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 Alcatel Lucent Shanghai Bell Co Ltd filed Critical Alcatel Lucent Shanghai Bell Co Ltd
Priority to CNB011391502A priority Critical patent/CN1183453C/en
Publication of CN1427342A publication Critical patent/CN1427342A/en
Application granted granted Critical
Publication of CN1183453C publication Critical patent/CN1183453C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Memory System (AREA)

Abstract

A memory management system is composed of memory management module interface consisting of a group of functions for the initialization of structure, memory request and memory release, several memory block managing modules as the basic unit for memory management, and each memory block managing unit for preserving the information on each memory block. Its allocation method features that the memory block managing array is combined with memory block lining table, and the pre-allocation and class management are used for eliminating fragments and improving system performance.

Description

A kind of internal storage management system and distribution method thereof
(1) technical field
The present invention relates to a kind of internal storage management system and distribution method thereof.
(2) prior art
Usually, the management method of the dynamic use internal memory that operating system provides is the memory management of making according to generalized case, is the application and the release of internal memory, and in general this method can realize with chained list or storehouse.The chain table method is arranged free block with the chain sheet form, if there is the situation of application internal memory to occur, just the head from chained list begins to search for idle memory block, if this memory block is less than the required size of application internal memory, then prolonging chained list and continuing search,, and distributing and use up to the memory block that finds enough sizes; If have the situation of releasing memory to occur, just memory block be put into the afterbody of idle queues.Stacking method is similar with the formation method when the application internal memory, only takes out free memory block from stack top; During release memory block is put into stack top.All there is a common feature in these two kinds of methods, promptly tell the memory block of the required size of application during storage allocation from bigger memory block, and remainder is continued to be kept in the free memory chained list as a free memory block.
In a lot of application scenarios, operating system dynamically uses the frequency of internal memory very high, and the memory size of each application is unfixing again, and needs uninterrupted the execution for a long time.If the EMS memory management process of using this operating system to provide owing to apply for incessantly for a long time and releasing memory, to the end, will inevitably produce a large amount of very little free blocks.If at this moment by certain instrument internal memory situation, it is a lot of to find that total operable amount of ram also has, but will apply for a bigger memory block time, system is but answered does not have enough internal memories.
As Fig. 1, the memory management mode of using operating system to provide, when the application internal memory, at first the head from the free memory chained list begins to seek the enough memory blocks of size, the size of first free memory 1 and second free memory 2 is not enough, and the size of the 3rd free memory 3 surpasses the size of application request memory, so from free memory 3 behind the storage allocation (representing the internal memory of this internal memory application distribution), the remainder of the 3rd free memory 3 is very little memory blocks, becomes memory fragmentation 4.Behind the application system long-play, there is a large amount of memory fragmentation 4 in the internal memory, not only influence application internal memory required time also will finally cause internal memory to exhaust, and not have enough big free memory to be used for bigger Memory Allocation.
The settling mode of common above-mentioned situation is to realize that by certain program the internal memory free block merges, but when this program of execution, the performance of system can descend significantly.And application system is to move always, and therefore the decline of the system performance of bringing is unacceptable.Especially some application system that memory management, system performance are had higher requirements, as: the frequent signaling systems that require dynamically to use internal memory etc., this memory management way obviously can't satisfy system requirements.
(3) summary of the invention
The object of the present invention is to provide a kind of internal storage management system and distribution method thereof, need the frequent application system of dynamically using internal memory to be applicable to, thereby significantly reduce the memory fragmentation of system's generation in service, improve the efficient that internal memory uses, improve the performance of application system, the security when also having improved simultaneously the speed of memory management and internal memory and using.
A kind of internal storage management system provided by the present invention, comprise memory management module interface, several memory block management modules that link to each other with the memory management module interface and several memory block management unit that link to each other with each memory block management module, wherein: the memory management module interface, form by one group of function, finishing initialization, internal memory application, the internal memory release function of structure, is the interface of application access internal memory; The memory block management unit is the elementary cell of memory management, the memory block that each memory block management unit is managed corresponding to a quilt, the relevant information of preserving this memory block; The memory block management module, by linked list maintenance and one group of memory block management unit of management, this pairing memory block size in group memory block management unit is identical.
Above-mentioned internal storage management system, wherein, the handled information of memory block management module comprises: the size of memory block; The total block data of memory block; The piece number of free memory block; The use peak value of memory block; The label of first free block; The label of last free block; The pointer of first internal storage location; The pointer of first memory block management unit; And the signal lamp of memory block.
Above-mentioned internal storage management system, wherein, the handled information in memory block management unit comprises: memory block idle marker position; Next free block label; The actual use of memory block length; Memory block applicant sign; Memory block releaser sign.
A kind of memory allocation method provided by the present invention requires to enter the Memory Allocation process according to the internal memory application, comprises the following steps: 1) according to the memory size of being applied for, the optimal memory block management module of ascending selection; 2) judge whether there is idle memory block in this memory management module: (1) then extracts first free memory block if exist from this memory block management module, its step comprises: a) first free memory block in selected this group; B) this memory block is deleted from idle chained list; C) the free memory block chained list of this memory block management module is operated, and upgraded the information of pairing memory block management unit; D) this block address memory is returned this internal memory application success; (2) if do not exist, judge whether bigger memory block management module: a), then select next memory block management module, and be back to step 2) if exist; B) if do not exist, then this internal memory application failure.
The present invention has adopted above-mentioned technical solution, realize memory management with the memory block management array with the mode that the memory block chained list combines, and the mechanism of employing internal memory predistribution and Classification Management, reaching high real-time and to eliminate the purpose of memory fragmentation, thereby improved the performance of application system widely.The present invention is good replenishing with perfect to existing memory management mechanism.
(4) description of drawings
Fig. 1 is the memory management mode synoptic diagram that existing operating system provides
Fig. 2 is an internal storage management system structural representation of the present invention
Fig. 3 is the memory allocation method process flow diagram
(5) embodiment
As shown in Figure 2, the present invention, promptly a kind of internal storage management system comprises memory management module interface 5, several memory block management modules 6 that link to each other with memory management module interface 5 and several memory block management unit 7 that link to each other with each memory block management module 6.
Memory management module interface 5 is made up of one group of function, finishes initialization, internal memory application, the internal memory release function of structure, is the interface of application access internal memory.
Memory block management unit 7 is elementary cells of memory management, the memory block that each memory block management unit is managed corresponding to a quilt, the relevant information of preserving this memory block.Handled information comprises: memory block idle marker position; Next free block label; The actual use of memory block length; Memory block applicant sign; Memory block releaser sign.
Memory block management module 6, by linked list maintenance and one group of memory block management unit 7 of management, these group memory block management unit 7 pairing memory block sizes are identical.Handled information comprises: the size of memory block; The total block data of memory block; The piece number of free memory block; The use peak value of memory block; The label of first free block; The label of last free block; The pointer of first internal storage location; The pointer of first memory block management unit; And the signal lamp of memory block.
The present invention is applied in the memory management of communication system, suppose two memory block management modules are arranged, respectively management size be 16 byte quantity be 1000 one group of memory block and size be 32 byte quantity be 2000 another organize memory block, the memory block of each 16 byte or 32 bytes is all to there being the memory block management unit of oneself.The memory management module interface is the inlet of the public memory block of management.
Next free block sign in the sign of first free block in the memory block management module, the sign of last free block and the memory block management unit is respectively that two groups of internal memory free blocks of 16 and 32 link with size, becomes chained list.
As shown in Figure 3, memory allocation method of the present invention comprises the following steps:
1) according to the memory size of being applied for, the optimal memory block management module of ascending selection;
2) judge whether there is idle memory block in this memory management module:
(1) if exist, then from this memory block management module, extract first free memory block, its step comprises:
A) first free memory block in selected this group;
B) this memory block is deleted from idle chained list;
C) the free memory block chained list of this memory block management module is operated, and upgraded the information of pairing memory block management unit;
D) this block address memory is returned this internal memory application success;
(2) if do not exist, judge whether bigger memory block management module:
A) if exist, then select next memory block management module, and be back to step 2);
B) if do not exist, then this internal memory application failure.
When the application program internal memory, the internal memory application part in the memory management module interface is at first according to the size of applying for internal memory, the optimal memory block management module of ascending selection.Take out the free memory block administrative unit again in the free memory block administrative unit chained list from this memory block management module, the memory block of this memory block management unit correspondence is the internal memory of this internal memory application distribution.If do not have free memory block in this memory block management module, then apply for bigger memory block successively.If all do not have free memory block in the bigger memory block management module, then application failure.

Claims (4)

1. an internal storage management system comprises memory management module interface, several memory block management modules that link to each other with the memory management module interface and several memory block management unit that link to each other with each memory block management module, wherein:
The memory management module interface is made up of one group of function, finishes initialization, internal memory application, the internal memory release function of structure, is the interface of application access internal memory;
The memory block management unit is the elementary cell of memory management, the memory block that each memory block management unit is managed corresponding to a quilt, the relevant information of preserving this memory block;
The memory block management module, by linked list maintenance and one group of memory block management unit of management, this pairing memory block size in group memory block management unit is identical.
2. internal storage management system according to claim 1 is characterized in that, the handled information of described memory block management module comprises: the size of memory block; The total block data of memory block; The piece number of free memory block; The use peak value of memory block; The label of first free block; The label of last free block; The pointer of first internal storage location; The pointer of first memory block management unit; And the signal lamp of memory block.
3. internal storage management system according to claim 1 is characterized in that, the handled information in described memory block management unit comprises: memory block idle marker position; Next free block label; The actual use of memory block length; Memory block applicant sign; Memory block releaser sign.
4. a memory allocation method requires to enter the Memory Allocation process according to the internal memory application, comprises the following steps:
1) according to the memory size of being applied for, the optimal memory block management module of ascending selection;
2) judge whether there is idle memory block in this memory management module:
(1) if exist, then from this memory block management module, extract first free memory block, its step comprises:
A) first free memory block in selected this group;
B) this memory block is deleted from idle chained list;
C) the free memory block chained list of this memory block management module is operated, and upgraded the information of pairing memory block management unit;
D) this block address memory is returned this internal memory application success;
(2) if do not exist, judge whether bigger memory block management module:
A) if exist, then select next memory block management module, and be back to step 2);
B) if do not exist, then this internal memory application failure.
CNB011391502A 2001-12-21 2001-12-21 Internal storage management system and its distribution method Expired - Lifetime CN1183453C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB011391502A CN1183453C (en) 2001-12-21 2001-12-21 Internal storage management system and its distribution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB011391502A CN1183453C (en) 2001-12-21 2001-12-21 Internal storage management system and its distribution method

Publications (2)

Publication Number Publication Date
CN1427342A true CN1427342A (en) 2003-07-02
CN1183453C CN1183453C (en) 2005-01-05

Family

ID=4675076

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB011391502A Expired - Lifetime CN1183453C (en) 2001-12-21 2001-12-21 Internal storage management system and its distribution method

Country Status (1)

Country Link
CN (1) CN1183453C (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1317911C (en) * 2004-03-03 2007-05-23 乐金电子(中国)研究开发中心有限公司 Device and method of managing the mobile terminal dynamic memory
CN100359489C (en) * 2004-07-13 2008-01-02 中兴通讯股份有限公司 Method for internal memory allocation in the embedded real-time operation system
CN100377104C (en) * 2005-02-28 2008-03-26 中国科学院计算技术研究所 RAM accessing information real-time capturing device and method
CN100382048C (en) * 2005-11-08 2008-04-16 中兴通讯股份有限公司 A managing method for EMS memory
CN100395712C (en) * 2005-12-22 2008-06-18 华为技术有限公司 Source management method for software system
CN100452761C (en) * 2004-04-27 2009-01-14 华为技术有限公司 Method of data packet storage in communication equipment
CN100462940C (en) * 2007-01-30 2009-02-18 金蝶软件(中国)有限公司 Method and apparatus for cache data in memory
CN100466602C (en) * 2005-04-28 2009-03-04 华为技术有限公司 Method for dynamically sharing space of memory
CN100478916C (en) * 2004-09-24 2009-04-15 上海贝尔阿尔卡特股份有限公司 Internal storage management system and method
US7603544B2 (en) 2004-12-23 2009-10-13 Intel Corporation Dynamic allocation of a buffer across multiple clients in multi-threaded processor without performing a complete flush of data associated with allocation
CN1652616B (en) * 2004-02-07 2010-04-14 华为技术有限公司 Adaptive system managing method
CN101122886B (en) * 2007-09-03 2010-06-09 杭州华三通信技术有限公司 Method and device for dispensing cache room and cache controller
CN101221536B (en) * 2008-01-25 2010-06-16 中兴通讯股份有限公司 Internal memory managing method and device of embedded system
CN101826055A (en) * 2010-04-06 2010-09-08 山东高效能服务器和存储研究院 Management method for data cache distribution in Linux system
US7802066B2 (en) 2003-08-07 2010-09-21 Siemens Medical Solutions Usa, Inc. Advanced memory management architecture for large data volumes
CN101470665B (en) * 2007-12-27 2011-05-11 Tcl集团股份有限公司 Method and system for internal memory management of application system without MMU platform
CN102103541A (en) * 2011-02-28 2011-06-22 中国人民解放军国防科学技术大学 Kernel-module memory management method for preventing memory leaks and multiple memory releases
CN102279810A (en) * 2011-08-11 2011-12-14 浪潮(北京)电子信息产业有限公司 Network storage server and method for caching data
CN102331973A (en) * 2011-03-18 2012-01-25 北京神州数码思特奇信息技术股份有限公司 Internal memory data storage system and internal memory data insertion and deletion method
CN102455976A (en) * 2010-11-02 2012-05-16 上海宝信软件股份有限公司 Middleware memory management scheme
CN102760080A (en) * 2011-04-26 2012-10-31 腾讯科技(深圳)有限公司 Memory management method and device
CN1670702B (en) * 2004-03-15 2013-01-02 致伸科技股份有限公司 Memory management method for all-in-one multifunctional machine
CN103049328A (en) * 2012-11-06 2013-04-17 苏州懿源宏达知识产权代理有限公司 Distribution method of internal memory resources in computer system
CN103226520A (en) * 2013-04-02 2013-07-31 中国科学院信息工程研究所 Self-adaptive cluster memory management method and server clustering system
CN103389947A (en) * 2013-08-06 2013-11-13 哈尔滨工业大学 Memory manager and management method for VxWorks-based photo-etching machine double workpiece table control system
US8615760B2 (en) 2009-09-29 2013-12-24 International Business Machines Corporation Facilitating memory analysis
CN103593485A (en) * 2013-12-04 2014-02-19 网易传媒科技(北京)有限公司 Method and device for achieving real-time operation on data base
CN103914356A (en) * 2014-03-12 2014-07-09 汉柏科技有限公司 Memory rewriting location method
CN103942155A (en) * 2014-04-29 2014-07-23 中国科学院微电子研究所 Memory block control method and device
CN104978627A (en) * 2015-06-13 2015-10-14 烟台东方威思顿电气股份有限公司 Inner energy meter file updating method of electric force acquisition terminal
CN106201727A (en) * 2016-07-27 2016-12-07 浪潮(北京)电子信息产业有限公司 The EMS memory management process of a kind of operating system and device
CN110502335A (en) * 2019-06-12 2019-11-26 成都虚谷伟业科技有限公司 Distributed data base multilevel memory managing device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1327348C (en) * 2005-09-16 2007-07-18 浙江大学 Method for resolving frequently distributing and releasing equal size internal memory

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7802066B2 (en) 2003-08-07 2010-09-21 Siemens Medical Solutions Usa, Inc. Advanced memory management architecture for large data volumes
CN1652616B (en) * 2004-02-07 2010-04-14 华为技术有限公司 Adaptive system managing method
CN1317911C (en) * 2004-03-03 2007-05-23 乐金电子(中国)研究开发中心有限公司 Device and method of managing the mobile terminal dynamic memory
CN1670702B (en) * 2004-03-15 2013-01-02 致伸科技股份有限公司 Memory management method for all-in-one multifunctional machine
CN100452761C (en) * 2004-04-27 2009-01-14 华为技术有限公司 Method of data packet storage in communication equipment
CN100359489C (en) * 2004-07-13 2008-01-02 中兴通讯股份有限公司 Method for internal memory allocation in the embedded real-time operation system
CN100478916C (en) * 2004-09-24 2009-04-15 上海贝尔阿尔卡特股份有限公司 Internal storage management system and method
US8601177B2 (en) 2004-12-23 2013-12-03 Intel Corporation Dynamic allocation of a buffer across multiple clients in a threaded processor
US7603544B2 (en) 2004-12-23 2009-10-13 Intel Corporation Dynamic allocation of a buffer across multiple clients in multi-threaded processor without performing a complete flush of data associated with allocation
CN1831778B (en) * 2004-12-23 2012-11-14 英特尔公司 Dynamic allocation of a buffer across multiple clients in a threaded processor
CN100377104C (en) * 2005-02-28 2008-03-26 中国科学院计算技术研究所 RAM accessing information real-time capturing device and method
CN100466602C (en) * 2005-04-28 2009-03-04 华为技术有限公司 Method for dynamically sharing space of memory
CN100382048C (en) * 2005-11-08 2008-04-16 中兴通讯股份有限公司 A managing method for EMS memory
CN100395712C (en) * 2005-12-22 2008-06-18 华为技术有限公司 Source management method for software system
CN100462940C (en) * 2007-01-30 2009-02-18 金蝶软件(中国)有限公司 Method and apparatus for cache data in memory
CN101122886B (en) * 2007-09-03 2010-06-09 杭州华三通信技术有限公司 Method and device for dispensing cache room and cache controller
CN101470665B (en) * 2007-12-27 2011-05-11 Tcl集团股份有限公司 Method and system for internal memory management of application system without MMU platform
CN101221536B (en) * 2008-01-25 2010-06-16 中兴通讯股份有限公司 Internal memory managing method and device of embedded system
US8615760B2 (en) 2009-09-29 2013-12-24 International Business Machines Corporation Facilitating memory analysis
CN101826055A (en) * 2010-04-06 2010-09-08 山东高效能服务器和存储研究院 Management method for data cache distribution in Linux system
CN101826055B (en) * 2010-04-06 2015-04-01 浪潮电子信息产业股份有限公司 Management method for data cache distribution in Linux system
CN102455976A (en) * 2010-11-02 2012-05-16 上海宝信软件股份有限公司 Middleware memory management scheme
CN102455976B (en) * 2010-11-02 2015-09-23 上海宝信软件股份有限公司 A kind of method of middleware memory management
CN102103541B (en) * 2011-02-28 2012-11-14 中国人民解放军国防科学技术大学 Kernel-module memory management method for preventing memory leaks and multiple memory releases
CN102103541A (en) * 2011-02-28 2011-06-22 中国人民解放军国防科学技术大学 Kernel-module memory management method for preventing memory leaks and multiple memory releases
CN102331973A (en) * 2011-03-18 2012-01-25 北京神州数码思特奇信息技术股份有限公司 Internal memory data storage system and internal memory data insertion and deletion method
CN102760080A (en) * 2011-04-26 2012-10-31 腾讯科技(深圳)有限公司 Memory management method and device
CN102760080B (en) * 2011-04-26 2016-08-03 腾讯科技(深圳)有限公司 A kind of method and apparatus of memory management
CN102279810A (en) * 2011-08-11 2011-12-14 浪潮(北京)电子信息产业有限公司 Network storage server and method for caching data
CN103049328A (en) * 2012-11-06 2013-04-17 苏州懿源宏达知识产权代理有限公司 Distribution method of internal memory resources in computer system
CN103226520B (en) * 2013-04-02 2016-09-07 中国科学院信息工程研究所 Self-adaptive cluster memory management method, server cluster system
CN103226520A (en) * 2013-04-02 2013-07-31 中国科学院信息工程研究所 Self-adaptive cluster memory management method and server clustering system
CN103389947A (en) * 2013-08-06 2013-11-13 哈尔滨工业大学 Memory manager and management method for VxWorks-based photo-etching machine double workpiece table control system
CN103389947B (en) * 2013-08-06 2016-01-20 哈尔滨工业大学 Based on memory manager and the management method of the litho machine double-workpiece-table control system of VxWorks
CN103593485A (en) * 2013-12-04 2014-02-19 网易传媒科技(北京)有限公司 Method and device for achieving real-time operation on data base
CN103593485B (en) * 2013-12-04 2017-06-16 网易传媒科技(北京)有限公司 The method and apparatus for realizing database real-time operation
CN103914356A (en) * 2014-03-12 2014-07-09 汉柏科技有限公司 Memory rewriting location method
CN103942155A (en) * 2014-04-29 2014-07-23 中国科学院微电子研究所 Memory block control method and device
CN103942155B (en) * 2014-04-29 2017-01-11 中国科学院微电子研究所 Memory block control method and device
CN104978627A (en) * 2015-06-13 2015-10-14 烟台东方威思顿电气股份有限公司 Inner energy meter file updating method of electric force acquisition terminal
CN104978627B (en) * 2015-06-13 2018-05-29 烟台东方威思顿电气有限公司 A kind of method of electric power acquisition terminal update internal electric energy table archives
CN106201727A (en) * 2016-07-27 2016-12-07 浪潮(北京)电子信息产业有限公司 The EMS memory management process of a kind of operating system and device
CN110502335A (en) * 2019-06-12 2019-11-26 成都虚谷伟业科技有限公司 Distributed data base multilevel memory managing device

Also Published As

Publication number Publication date
CN1183453C (en) 2005-01-05

Similar Documents

Publication Publication Date Title
CN1183453C (en) Internal storage management system and its distribution method
CN1079552C (en) Real time data migration system and method employing sparse files
CN104731799B (en) Main memory DBM device
CN1283063C (en) Method and apparatus for layout data in communication equipment
CN1928873A (en) System and method for database access for implementing load sharing
CN101226553A (en) Method and device for storing length-various field of embedded database
CN100347705C (en) Method for file merge
CN1851676A (en) Embedded system buffer internal memory distribution method
CN1908937A (en) FLASH document management method and system in FLASH memory
CN1489334A (en) Method for storage area management with static and dynamic joint
CN100342374C (en) A data storage method and apparatus
CN1351299A (en) Method and device for accessing database
CN1627272A (en) Method for managing files in flash memory of mobile terminal
CN101038542A (en) Management method of stack buffer area
CN1955990A (en) Flow executing method and system of integral telecommunication platform
CN1177288C (en) Method and system for converting content format of file archives
CN101059774A (en) Dynamic storage management device and method
CN1099792C (en) Single chip and large capacity digital time division switching network
CN110569221B (en) File system management method, device, equipment and storage medium with version function
CN1228946C (en) Dynamic storage management method for cell header conversion table
CN1960285A (en) Method of increment synchronization for multipoint restoring software environment of computer room
CN1561059A (en) Coading method of voice data in communication system
CN1507224A (en) Virtual channel identifier managing method for asynchronous transmission mode equipment
CN110334032A (en) Flash disk operation method and system based on mixed size unit
CN1472966A (en) Method for dynamic load share of command points and subsystems

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
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
C56 Change in the name or address of the patentee

Owner name: BEIER AERKATE CO., LTD., SHANGHAI

Free format text: FORMER NAME: BELL CO.,LTD., SHANGHAI

Owner name: SHANGHAI ALCATEL-LUCENT CO., LTD.

Free format text: FORMER NAME: BEIER AERKATE CO., LTD., SHANGHAI

CP01 Change in the name or title of a patent holder

Address after: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee after: ALCATEL-LUCENT SHANGHAI BELL Co.,Ltd.

Address before: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee before: Shanghai Bell Alcatel Co.,Ltd.

Address after: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee after: Shanghai Bell Alcatel Co.,Ltd.

Address before: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee before: Shanghai Bell Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee after: NOKIA SHANGHAI BELL Co.,Ltd.

Address before: 201206 Pudong New Area Jinqiao Export Processing Zone, Nanjing Road, No. 388, Shanghai

Patentee before: ALCATEL-LUCENT SHANGHAI BELL Co.,Ltd.

CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20050105