WO2010130131A1 - 一种实现设备管理任务并行工作的系统和方法 - Google Patents

一种实现设备管理任务并行工作的系统和方法 Download PDF

Info

Publication number
WO2010130131A1
WO2010130131A1 PCT/CN2009/075487 CN2009075487W WO2010130131A1 WO 2010130131 A1 WO2010130131 A1 WO 2010130131A1 CN 2009075487 W CN2009075487 W CN 2009075487W WO 2010130131 A1 WO2010130131 A1 WO 2010130131A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
tasks
module
device management
management module
Prior art date
Application number
PCT/CN2009/075487
Other languages
English (en)
French (fr)
Inventor
鞠飞
谢鑫
袁磊
周韬
陈波
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2010130131A1 publication Critical patent/WO2010130131A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks

Definitions

  • the present invention relates to device management techniques in mobile terminals, and more particularly to a system and method for implementing device management tasks in parallel. Background technique
  • user terminals have increasingly become an indispensable part of communication for personal consumers and business users.
  • user terminals are constantly evolving to support and implement a variety of new data services. , including: email, photo information, internet access, interactive games, and corporate apps.
  • the user terminal includes various wired terminal devices and mobile terminal devices.
  • voice services become saturated, wireless operators must develop new services to ensure continued revenue growth.
  • mobile devices have become as complex as PCs, any improvement can pose potential problems unless existing And future applications and services are easy to implement and deliver, making customers feel convenient and reliable and truly worry-free, otherwise new business growth will always be at risk.
  • the existing mobile terminal device management service can implement the management task for the mobile terminal.
  • each device management task is a string.
  • the line is carried out.
  • the protocol module used for protocol processing is relatively independent, needs to interact with the session module, and can only perform one device management task at a time. Therefore, the next task must be Wait until the execution of the previous task is completed before the execution can be started.
  • the mobile terminal needs to buffer multiple device management tasks and execute them in sequence. This method causes device management tasks to be slow to execute and cannot handle device management tasks that require parallel execution. For example, it is required to process multiple data downloads at the same time. Since some mobile terminals do not have the function of buffering tasks, tasks are lost.
  • the main object of the present invention is to provide a system and method for implementing parallel operation of device management tasks, which can implement multi-task parallel work and can support interaction between parallel tasks.
  • the present invention provides a system for implementing device management tasks in parallel, comprising: a service control module, configured to detect a new task, and after the new task is received, establish the task, set corresponding parameters, and add the established new task to the task.
  • a service control module configured to detect a new task, and after the new task is received, establish the task, set corresponding parameters, and add the established new task to the task.
  • Task modules which are used to perform different tasks independently.
  • the service control module includes: a task management module and an event management module;
  • the task management module is configured to establish each task according to different task types, set corresponding parameters, establish a new device management task, and add each task created to the task control list;
  • the event management module Used to handle and distribute various types of events in a unified manner.
  • the task is a device management task;
  • the task module includes at least one device management task unit, configured to perform a device management task;
  • the device management task unit interacts with the task management module through an event management module, and each device management Task units interact with each other through event management modules.
  • the task further includes an extended function task; the task module further includes one or more extended function task units for performing an extended function task other than the device management task; the extended function task unit passes the event management module and the task The management module interacts, and the event management module interacts between the extended function task unit and the device management task unit and each extended function task unit.
  • the task is a device management task or an extended function task.
  • the corresponding parameters of the settings include a session identity code, a user, and a password.
  • the system and method for implementing device management tasks in parallel provided by the present invention, setting a service control module including a task management module and an event management module, and a task module including a plurality of task units in the device management system, each receiving a new one
  • the task management module establishes a task according to the type and information of the new task, sets corresponding parameters, and adds the new task to the task control list, so that multiple new tasks can be executed in parallel, thereby implementing multiple device management tasks.
  • Work in parallel Further, the present invention can improve the overall performance and efficiency of the software, improve resource utilization efficiency, and reduce task processing time.
  • each task unit has an event interface. If it does not affect the operation of other task units, the modularity and scalability of the software is better, which can be effective. Save terminal memory and increase system scalability. Moreover, because of software implementation, multi-tasking parallel execution is not limited by hardware capabilities.
  • each task unit since each task unit has an event interface, it is respectively connected to the event management module in the service control module. Therefore, each task unit can communicate with each other through the event management module, thereby realizing interaction between tasks.
  • FIG. 1 is a schematic structural diagram of a system for implementing parallel management of device management tasks according to the present invention
  • FIG. 2 is a schematic flowchart of a method for implementing parallel operation of device management tasks according to the present invention
  • FIG. 3 is a schematic diagram of task interaction relationships according to the present invention
  • FIG. 4 is a schematic structural diagram of a system for implementing two tasks taskl and task2 working in parallel according to an embodiment of the present invention
  • FIG. 5 is a schematic flowchart of a method for implementing parallel operation of device management tasks according to an embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The basic idea of the present invention is: when each new task is detected, the task is separately established, the corresponding parameters are set, and the new task is added to the task control list, and the different tasks are independently executed, so that multiple tasks can be realized. Parallel work of tasks.
  • task units that are independent of each other can be set for different tasks, and a task management module and an event management module are set in the service control module, so that each task unit can communicate through the event management module, so that each task can interact.
  • the service control module 11 further includes: a task management module 111 and an event management module 112; the task module 12 further includes at least one device management task unit 121; further, the task module 12 may further include one or more extended function tasks. Unit 122; wherein
  • the task management module 111 is configured to establish a corresponding task according to different task types, set corresponding parameters, and add each task created to the task control list.
  • the task management module 111 manages tasks through the event management module 112.
  • the event management module 112 is configured to uniformly process and distribute various types of events.
  • an event is a message that is passed between tasks.
  • Device Management Task Unit 121 and Business The interaction between the control modules 11 and the tasks is performed by the event management module 112.
  • the external systems also interact with each other through the event management module 112. All events are managed by the event management module 112.
  • the extended function task unit 122 is configured to perform extended function tasks other than device management tasks, such as: software upgrade tasks, data processing tasks, data download tasks, and the like; each extended function task unit 122 is configured to perform an extended function. task.
  • the event management module 112 interacts between each device management task unit, each extended function task unit, each device management task unit, and the extended function task unit, thereby Achieve interaction between tasks.
  • the device management task unit and the task management module 111 also interact with each other through the event management module 112; each of the extended function task units and the task management module 111 also interacts with the event management module 112.
  • FIG. 2 is a schematic flowchart of a method for establishing a device management task in parallel according to the present invention. As shown in FIG. 2, the method for implementing a device management task in parallel according to the present invention specifically includes the following steps:
  • the task is established to establish a task instance corresponding to the task.
  • step 201 is performed in parallel with step 202, which is a process of two parallel executions.
  • FIG. 3 is a schematic diagram of the task interaction relationship in the present invention.
  • the system shown in FIG. 3 includes: a task management module 301, an event management module 302, a task N1 unit 303, and a task N2 unit 304.
  • the task N1 in the task N1 unit 303 and the task N2 in the task N2 unit 304 may both be device management tasks, or may be a device management task and an extended function task.
  • the task management module 301 interacts with the task N1 in the task N1 unit 303, the task management module 301, and the task N2 in the task N2 unit 304 through the event module 302; the task N1 in the task N1 unit 303 Event interaction is also performed by event management module 302 between task N2 in task N2 unit 304. Interactivity events can be implemented in a variety of ways, depending on the system implementation, such as: using inter-process communication mechanisms, or in-process calls, etc., the interaction here is to call the system's event interface.
  • the event management module 302 uniformly processes and distributes various types of events. Since all events are uniformly processed and distributed, the degree of coupling between modules can be reduced, thereby improving the independence of each module.
  • FIG. 4 is a schematic structural diagram of a system for implementing an acquisition task task1 and a data download task task2 in parallel according to an embodiment of the present invention.
  • two tasks of the task task task1 and the data download task task2 are simultaneously executed, wherein the task task1 is a device management task, and the download task task2 is an extended function task.
  • the system includes: a service control module 41 and a task module 42.
  • the service control module 41 further includes: a task management module 411 and an event management module 412;
  • the task module 42 further includes: a collection task unit 421 and a data download task unit 422; wherein, the service control module 41 is configured to: after receiving the task task, the task management module 411 establishes a task instance of the task1, and the task management module 411 is in the task control Taskk is added to the list, and taskl starts executing.
  • the task management module 411 After receiving the data download task task2, the task management module 411 creates a task instance of task2, and the task management module 411 adds task2 to the task control list, and task2 starts execution; during execution, taskl and The task 2 performs task interaction through the event management task module 412, and the task management module 411 manages task1 and task2 through the event management module 412.
  • the task module 42 is configured to execute the collection task task1 and the data download task task2.
  • the task management module 411 is configured to manage the task task1 and the data download task task2, establish task1 and task2 task instances, set corresponding parameters, and add taskl and task2 to the task control list.
  • the task management module 411 manages taskl and task2 through the event management module 412.
  • the collection task unit 421 is configured to execute the task task1.
  • the data download task unit 422 is configured to execute the data download task task2.
  • FIG. 5 is a schematic flowchart of a method for establishing a device management task in parallel according to an embodiment of the present invention.
  • two tasks of the task task task1 and the data download task task2 are simultaneously executed, wherein the task task1 is a device management task, and the download task is Task2 is an extended function task.
  • the method for implementing the device management task in parallel in this embodiment includes the following steps: Steps 501 ⁇ 503: Receive the task task1, establish a task instance of task1, set corresponding parameters, and add in the task control list. Taskl, step 504;
  • Step 504 The acquisition task taskl begins execution, and proceeds to step 509;
  • Steps 505 ⁇ 507 Receive the data download task task2, create a task instance of task2, set the corresponding parameters; and add task2 in the task control list, step 508;
  • Step 508 The data download task task2 begins execution, and step 509 is performed;
  • Step 509 During the task execution, task1 and task2 perform task interaction through the event management task module, and the task management module manages task1 and task2 through the event management module.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Description

一种实现设备管理任务并行工作的系统和方法 技术领域
本发明涉及移动终端中的设备管理技术, 特别是指一种实现设备管理 任务并行工作的系统和方法。 背景技术
随着网络通信的迅猛发展, 用户终端已经日益成为个人消费者和商务 用户生活中用于沟通不可缺少的一部分, 同时, 用户终端也在不断演化, 可支持和实现各种各样的新数据服务, 包括: 电子邮件、 图片信息、 互联 网访问、 互动游戏以及企业应用等。 这里, 所述用户终端包括各种有线终 端设备和移动终端设备。 随着语音业务的饱和, 无线运营商要保证收入持 续增长就必须开发新业务, 然而, 由于移动终端设备已经变得与 PC机一样 复杂, 任何改进都可能带来潜在的问题, 除非现有的和未来的应用和服务 易于实施及提供, 让客户感觉方便可靠且真正无忧, 否则新的业务增长将 始终面临风险。
开放移动联盟设备管理 (OMA DM , Open Mobile Alliance Device Management )业务是基于 OMA SyncML DM相关标准的移动数据增值业务, 其中, SyncML ( Synchronization Markup Language )是一种平台无关的信息 同步标准协议, 运行于移动终端中的 DM客户端通过与服务器进行协议规 定的交互来完成 SyncML DM功能,它使运营商实现了通过无线方式对移动 终端进行远程管理的能力。 也就是说, 移动终端设备管理是一种增值业务, 其通过超文本传输协议( HTTP, Hypertext Transfer Protocol ), 无线应用协 议 (WAP , Wireless Application Protocol ) 和对象交换 (OBEX , Object Exchange )协议等通讯方式, 利用设备管理命令和命令执行结果, 由设备 管理服务器实现对移动终端的控制和诊断、 参数采集和配置、 以及软件升 级和安全控制等功能及任务。
现有的移动终端设备管理业务, 可以实现对移动终端的管理任务, 但 由于移动终端内部硬件和软件能力的限制, 当有多个设备管理任务需要执 行时, 各个设备管理任务之间都是串行进行的。 具体来说, 在移动终端设 备管理系统中, 用于进行协议处理的协议模块独立性比较差, 需要与会话 模块交互在一起, 且每次只能执行一个设备管理任务, 因此, 下一个任务 必须等到上一个任务执行完成后, 才能开始执行, 这样, 如果有多个任务 同时需要执行的话, 移动终端就需要将多个设备管理任务进行緩沖, 依次 执行。 这种方法导致设备管理任务执行速度慢, 不能处理需要并行执行的 设备管理任务, 例如: 要求同时处理多个数据下载, 由于有些移动终端不 具备緩沖任务的功能, 就会丟失任务。
可以看出, 现有移动终端设备管理系统只支持单个设备管理任务的串 行执行; 而且, 系统的模块化和扩展性不是很好, 无法实现多个任务之间 有效的通信交互。 发明内容
有鉴于此, 本发明的主要目的在于提供一种实现设备管理任务并行工 作的系统和方法, 能实现多任务并行工作, 并能支持各并行任务之间的交 互。
为达到上述目的, 本发明的技术方案是这样实现的:
本发明提供了一种实现设备管理任务并行工作的系统, 包括: 业务控制模块, 用于检测新任务, 并在收到新任务后建立该任务、 设 置相应参数, 将建立的新任务加入到任务控制列表;
任务模块, 用于各自独立执行不同的任务。
上述方案中, 所述业务控制模块包括: 任务管理模块和事件管理模块; 其中, 所述任务管理模块, 用于根据不同的任务类型建立各任务、 设置相 应参数, 建立新的设备管理任务, 并将建立的每个任务加入到任务控制列 表中; 所述事件管理模块, 用于统一处理和分发各种类型的事件。
上述方案中, 所述任务为设备管理任务; 所述任务模块包括至少一个 设备管理任务单元, 用于执行设备管理任务; 所述设备管理任务单元通过 事件管理模块与任务管理模块交互, 各设备管理任务单元之间通过事件管 理模块交互。
所述任务还包括扩展功能任务; 所述任务模块进一步包括一个或一个 以上扩展功能任务单元, 用于执行除设备管理任务之外的扩展功能任务; 所述扩展功能任务单元通过事件管理模块与任务管理模块交互, 扩展功能 任务单元与设备管理任务单元之间、 各扩展功能任务单元之间通过事件管 理模块交互。
本发明还提供了一种实现设备管理任务并行工作的方法, 包括: 检测到每个新任务时, 分别建立对应各任务、 设置相应参数, 并将检 测到的各新任务分别加入到任务控制列表, 各任务各自独立执行。
上述方案中, 所述任务为设备管理任务、 或扩展功能任务。 所述设置 的相应参数包括会话身份标识码、 用户和密码。
本发明所提供的实现设备管理任务并行工作的系统和方法, 在设备管 理系统中设置包括任务管理模块和事件管理模块的业务控制模块和包括多 个任务单元的任务模块, 在每收到一个新任务时, 由任务管理模块根据新 任务的类型和信息建立任务, 设置相应的参数, 并将新任务加入到任务控 制列表中, 使多个新任务能够并行执行, 从而实现多个设备管理任务的并 行工作。 进一步的, 本发明可以提高软件的整体性能和效率, 提高资源利 用效率和减少任务处理时间。
并且, 与现有技术中所有任务放在一个处理单元中不同, 本发明将每 个任务放在一个独立的任务单元中, 每个任务单元都有事件接口, 如果任 理, 不会影响其他任务单元的运行, 如此, 使得软件的模块化程度和扩展 性更好, 进而可以有效节约终端内存和提高系统扩展能力。 而且, 由于是 软件实现, 多任务的并行执行也不会受到硬件能力的限制。
另外, 由于每个任务单元都有事件接口, 都分别与业务控制模块中的 事件管理模块相连, 因此, 各个任务单元之间可以通过事件管理模块进行 通信, 从而实现各个任务之间的交互。 附图说明
图 1为本发明中实现设备管理任务并行工作的系统结构示意图; 图 2为本发明中实现设备管理任务并行工作的方法流程示意图; 图 3为本发明中任务交互关系示意图;
图 4为本发明实施例实现两个任务 taskl和 task2并行工作的系统结构 示意图;
图 5为本发明实施例实现设备管理任务并行工作的方法流程示意图。 具体实施方式 本发明的基本思想是: 在检测到每个新任务时, 分别建立该任务、 设 置相应参数, 并将新任务加入到任务控制列表, 不同任务各自独立执行, 如此, 即可实现多任务的并行工作。
具体的, 对应不同任务可设置相互独立的任务单元, 且在业务控制模 块中设置任务管理模块和事件管理模块, 使各个任务单元可通过事件管理 模块进行通信, 从而使各个任务能实现交互。
图 1为本发明中实现设备管理任务并行工作的系统结构示意图,如图 1 所示, 本发明实现设备管理任务并行工作的系统包括: 业务控制模块 11和 任务模块 12; 其中,
业务控制模块 11 , 用于等待并检测是否收到新任务, 在没有收到新任 务时, 继续等待; 在收到新任务时, 根据所收到新任务的类型和信息建立 该任务、 设置相应的参数, 并将新任务加入到任务控制列表, 然后继续检 测是否收到新任务;还用于对新任务进行管理,实现与任务模块 12的交互; 通过业务控制模块 11可实现任务之间的交互, 以及外部系统之间的交 互。
任务模块 12, 用于各自独立执行不同的任务。 这里, 所述的任务可以 是设备管理任务, 也可以是扩展功能任务, 各个任务相互独立, 每个任务 分别对应一个任务单元, 每个任务单元分别执行建立的一个设备管理任务 或扩展功能任务。 其中, 扩展功能任务可以是已建立的数据下载任务、 或 软件升级任务、 或数据处理任务等。
图 1中, 业务控制模块 11还包括: 任务管理模块 111和事件管理模块 112; 任务模块 12还包括至少一个设备管理任务单元 121; 进一步的, 任务 模块 12还可以包括一个或一个以上扩展功能任务单元 122; 其中,
任务管理模块 111 , 用于根据不同的任务类型建立对应的任务, 设置相 应的参数, 并将建立的每个任务加入到任务控制列表中。
相应的, 通过对任务控制列表的操作, 即可实现任务查询、 任务状态 管理、 任务关闭和中断等等。 由于每个任务分别对应相互独立的任务, 每 个任务各自独立运行, 所以, 多个任务之间并行工作。
这里, 所述任务指进程建立、 或线程建立等等; 所设置的参数包括任 务会话身份标识码(ID, identity ), 用户和密码等信息。
任务管理模块 111通过事件管理模块 112对任务进行管理。
事件管理模块 112, 用于统一处理和分发各种类型的事件。
这里, 事件是指任务之间传递的消息。 设备管理任务单元 121 与业务 控制模块 11之间、 任务之间都是通过事件管理模块 112来进行交互, 外部 系统之间也通过事件管理模块 112进行交互, 所有的事件都由事件管理模 块 112来进行统一管理。
设备管理任务单元 121 , 用于执行设备管理任务,每个设备管理任务单 元 121用于执行一个设备管理任务。
扩展功能任务单元 122,用于执行除设备管理任务之外其他的扩展功能 任务, 比如: 软件升级任务、 数据处理任务、 数据下载任务等等; 每个扩 展功能任务单元 122用于执行一个扩展功能任务。
在任务模块 12中, 有多个任务时, 对应就有多个任务单元, 这里 支设 有一个设备管理任务和一个扩展功能任务, 那么, 对应就有一个设备管理 任务单元 121和一个扩展功能任务单元 122;设备管理任务单元 121与任务 管理模块 111之间通过事件管理模块 112进行交互;扩展功能任务单元 122 与任务管理模块 111之间也通过事件管理模块 112进行交互。设备管理任务 单元 121与扩展功能任务单元 122之间也通过事件管理模块 112进行交互, 进而实现设备管理任务与扩展功能任务之间的交互。
如果有两个或多个任务单元, 那么, 各设备管理任务单元之间、 各扩 展功能任务单元之间、 各设备管理任务单元与扩展功能任务单元之间均通 过事件管理模块 112进行交互, 从而实现各任务之间的交互。 各设备管理 任务单元与任务管理模块 111之间也通过事件管理模块 112进行交互;各扩 展功能任务单元与任务管理模块 111之间也通过事件管理模块 112进行交 互。
图 2是本发明中并行建立设备管理任务方法的流程示意图, 如图 2所 示, 本发明实现设备管理任务并行工作的方法具体包括如下步骤:
步骤 201 : 等待并检测是否收到新任务, 如果没有收到新任务, 则返回 步骤 201; 否则, 执行步骤 202; 步骤 202: 根据所收到的新任务的类型和信息建立该任务, 例如进程建 立或线程建立等, 设置相应的参数, 并在任务控制列表中增加当前收到的 新任务, 之后, 各任务各自独立执行, 同时本流程返回步骤 201。
需要说明的是, 建立任务即建立所述任务对应的任务实例。
任务控制列表一般在系统启动时建立, 所设置的参数包括任务会话身 份标识码( ID, identity )、 用户和密码等信息。
在实际应用中, 上述步骤 201与步骤 202并行执行, 是两个并行执行 的过程。
图 3是本发明中的任务交互关系示意图, 图 3所示该系统包括: 任务 管理模块 301、 事件管理模块 302、 任务 N1单元 303和任务 N2单元 304。 其中,任务 N1单元 303中的任务 N1和任务 N2单元 304中的任务 N2可以 都是设备管理任务, 也可以是一个设备管理任务和一个扩展功能任务。
如图 3所示, 任务管理模块 301与任务 N1单元 303中的任务 Nl、 任 务管理模块 301与任务 N2单元 304中的任务 N2之间通过事件模块 302进 行交互; 任务 N1单元 303中的任务 N1和任务 N2单元 304中的任务 N2 之间也通过事件管理模块 302进行事件交互。 交互事件可以通过多种方式 实现, 根据不同的系统实现方式可以不同, 比如: 采用进程间通讯机制、 或进程内调用等等, 这里的交互就是调用系统的事件接口。 事件管理模块 302统一处理和分发各种类型的事件, 由于所有事件统一处理和分发, 因此 可以降低模块间的耦合度, 从而提高各个模块的独立性。
图 4为本发明实施例实现采集任务 taskl和数据下载任务 task2并行工 作的系统结构示意图。本实施例中,有采集任务 taskl和数据下载任务 task2 两个任务同时执行, 其中, 采集任务 taskl是设备管理任务, 下载任务 task2 是扩展功能任务。 如图 4所示, 该系统包括: 业务控制模块 41和任务模块 42; 业务控制模块 41还包括: 任务管理模块 411和事件管理模块 412; 任 务模块 42还包括: 采集任务单元 421和数据下载任务单元 422; 其中, 业务控制模块 41 ,用于收到采集任务 taskl后,任务管理模块 411建立 taskl 的任务实例, 任务管理模块 411在任务控制列表中增加 taskl , taskl 开始执行; 收到数据下载任务 task2后, 任务管理模块 411建立 task2的任 务实例, 任务管理模块 411在任务控制列表中增加 task2, task2开始执行; 在执行过程中, taskl和 task2通过事件管理任务模块 412进行任务交互, 任务管理模块 411通过事件管理模块 412对 taskl和 task2进行管理。
任务模块 42, 用于执行采集任务 taskl和数据下载任务 task2。
任务管理模块 411 , 用于对采集任务 taskl和数据下载任务 task2进行 管理, 建立 taskl和 task2任务实例、 设置相应的参数, 并将 taskl和 task2 都加入到任务控制列表中。任务管理模块 411通过事件管理模块 412对 taskl 和 task2进行管理。
事件管理模块 412, 用于统一处理和分发各种类型的事件。任务管理模 块 411与采集任务单元之间, 任务管理模块 411与下载任务单元之间、 采 集任务单元与数据下载任务单元之间都是通过事件管理模块 412来进行交 互, 所有的事件都由事件管理模块 412来进行统一管理。
采集任务单元 421 , 用于执行采集任务 taskl。
数据下载任务单元 422, 用于执行数据下载任务 task2。
图 5 为本发明实施例实现并行建立设备管理任务的方法流程示意图, 本实施例中, 有采集任务 taskl和数据下载任务 task2两个任务同时执行, 其中, 采集任务 taskl是设备管理任务, 下载任务 task2是扩展功能任务。 如图 5所示, 本实施例实现并行建立设备管理任务的方法包括以下步骤: 步骤 501 ~ 503: 收到采集任务 taskl , 建立 taskl的任务实例、 设置相 应的参数; 并且在任务控制列表中增加 taskl , 执行步骤 504;
步骤 504: 采集任务 taskl开始执行, 转步骤 509; 步骤 505 ~ 507: 收到数据下载任务 task2, 建立 task2的任务实例、 设 置相应的参数; 并且在任务控制列表中增加 task2, 执行步骤 508;
步骤 508: 数据下载任务 task2开始执行, 执行步骤 509;
步骤 509: 在任务执行过程中, taskl和 task2通过事件管理任务模块进 行任务交互, 任务管理模块通过事件管理模块对 taskl和 task2进行管理。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。

Claims

权利要求书
1、一种实现设备管理任务并行工作的系统, 其特征在于, 该系统包括: 业务控制模块, 用于检测新任务, 并在收到新任务后建立所述任务、 设置相应参数, 将建立的新任务加入到任务控制列表;
任务模块, 用于各自独立执行不同的任务。
2、根据权利要求 1所述的系统, 其特征在于,所述业务控制模块包括: 任务管理模块和事件管理模块; 其中,
所述任务管理模块, 用于根据不同的任务类型建立对应的任务、 设置 相应参数, 并将建立的每个任务加入到任务控制列表中;
所述事件管理模块, 用于统一处理和分发各种类型的事件。
3、 根据权利要求 2所述的系统, 其特征在于, 所述任务为设备管理任 务;
所述任务模块包括至少一个设备管理任务单元, 用于执行设备管理任 务; 所述设备管理任务单元通过事件管理模块与任务管理模块交互, 各设 备管理任务单元之间通过事件管理模块交互。
4、 根据权利要求 3所述的系统, 其特征在于, 所述任务还包括扩展功 能任务;
所述任务模块进一步包括一个或一个以上扩展功能任务单元, 用于执 行除设备管理任务之外的扩展功能任务; 所述扩展功能任务单元通过事件 管理模块与任务管理模块交互, 扩展功能任务单元与设备管理任务单元之 间、 各扩展功能任务单元之间通过事件管理模块交互。
5、一种实现设备管理任务并行工作的方法, 其特征在于, 该方法包括: 检测到每个新任务时, 建立所述任务、 设置相应参数, 并将检测到的 各新任务分别加入到任务控制列表, 各任务各自独立执行。
6、 根据权利要求 5所述的方法, 其特征在于, 所述任务为设备管理任 务、 或扩展功能任务。
7、 根据权利要求 5所述的方法, 其特征在于, 所述设置的相应参数包 括会话身份标识码、 用户和密码。
PCT/CN2009/075487 2009-05-13 2009-12-11 一种实现设备管理任务并行工作的系统和方法 WO2010130131A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910083957.6 2009-05-13
CN2009100839576A CN101551758B (zh) 2009-05-13 2009-05-13 一种实现设备管理任务并行工作的系统和方法

Publications (1)

Publication Number Publication Date
WO2010130131A1 true WO2010130131A1 (zh) 2010-11-18

Family

ID=41156009

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075487 WO2010130131A1 (zh) 2009-05-13 2009-12-11 一种实现设备管理任务并行工作的系统和方法

Country Status (2)

Country Link
CN (1) CN101551758B (zh)
WO (1) WO2010130131A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101551758B (zh) * 2009-05-13 2013-06-05 中兴通讯股份有限公司 一种实现设备管理任务并行工作的系统和方法
CN102111508A (zh) * 2009-12-23 2011-06-29 中国移动通信集团设计院有限公司 一种故障处理方法、系统及故障调度设备
CN103955402B (zh) * 2014-05-04 2018-08-07 广东海格怡创科技有限公司 调度终端的方法及装置
CN108170526B (zh) * 2017-12-06 2021-04-20 北京像素软件科技股份有限公司 负载能力优化方法、装置、服务器及可读存储介质
CN112667159A (zh) * 2020-12-25 2021-04-16 深圳创新科技术有限公司 一种基于纠删码的数据并行重构方法及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1642105A (zh) * 2004-01-05 2005-07-20 华为技术有限公司 一种在网络系统中实现任务管理的方法
CN1889045A (zh) * 2005-06-30 2007-01-03 华为技术有限公司 多任务软件系统中并发事件的处理装置和方法
CN101086711A (zh) * 2006-06-11 2007-12-12 上海全成通信技术有限公司 一种多任务运行系统中的任务管理方法
CN101551758A (zh) * 2009-05-13 2009-10-07 中兴通讯股份有限公司 一种实现设备管理任务并行工作的系统和方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE9803901D0 (sv) * 1998-11-16 1998-11-16 Ericsson Telefon Ab L M a device for a service network
CN100485605C (zh) * 2001-09-24 2009-05-06 中兴通讯股份有限公司 一种多任务实时操作系统的实现方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1642105A (zh) * 2004-01-05 2005-07-20 华为技术有限公司 一种在网络系统中实现任务管理的方法
CN1889045A (zh) * 2005-06-30 2007-01-03 华为技术有限公司 多任务软件系统中并发事件的处理装置和方法
CN101086711A (zh) * 2006-06-11 2007-12-12 上海全成通信技术有限公司 一种多任务运行系统中的任务管理方法
CN101551758A (zh) * 2009-05-13 2009-10-07 中兴通讯股份有限公司 一种实现设备管理任务并行工作的系统和方法

Also Published As

Publication number Publication date
CN101551758B (zh) 2013-06-05
CN101551758A (zh) 2009-10-07

Similar Documents

Publication Publication Date Title
WO2019024604A1 (zh) 一种应用与网络切片的关联方法、装置和通信系统
EP2645636B1 (en) Home gateway, cloud server, and method for communication therebetween
EP3961381A1 (en) Method and apparatus for node selection
CN102752369B (zh) 电视应用服务的提供方法及虚拟化内容服务平台
WO2012151832A1 (zh) 一种物联网设备远程监控方法、设备及系统
JP2013538382A (ja) データカード、及びデータカードのネットワーキング方法
WO2010130131A1 (zh) 一种实现设备管理任务并行工作的系统和方法
CN101808051B (zh) 应用整合网关及其控制方法
WO2012122767A1 (zh) 一种云计算的实现方法、系统及终端
CN111064771B (zh) 一种网络请求处理方法及系统
WO2010148914A1 (zh) 一种拨号服务创建的方法和装置
WO2015100646A1 (zh) 软件架构的实现方法和实现平台
CN103138985A (zh) 一种支撑网业务主机进程控制方法和系统
CN103164207A (zh) 基于安卓系统的跨硬件平台的应用程序开发方法和系统
CN106558126B (zh) 一种门禁钥匙码管理方法和系统
CN203135901U (zh) 加密机管理装置
JP2010182260A (ja) シンクライアントシステム、管理サーバ、シンクライアント端末およびシンクライアントサーバ
CN109788036B (zh) 基于云网络的分布式计算方法、装置及具有其的云服务器
JP4353036B2 (ja) リモート接続システム、サーバコンピュータ、リモート接続方法及びプログラム
WO2024103943A1 (zh) 一种业务处理方法、装置、存储介质及设备
CN202798801U (zh) 一种用于实现分布式数据交互的通用性通讯系统
CN110113430B (zh) 一种基于云数据库的手机与树莓派之间的通信方法
CN102014433B (zh) 多制式移动接入集成网关设备
WO2012065452A1 (zh) 一种家庭自动化系统、控制方法及信息处理中心设备
WO2013123688A1 (zh) 数据访问方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09844542

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09844542

Country of ref document: EP

Kind code of ref document: A1