WO2010130116A1 - 实现任务串行的系统和方法 - Google Patents

实现任务串行的系统和方法 Download PDF

Info

Publication number
WO2010130116A1
WO2010130116A1 PCT/CN2009/073732 CN2009073732W WO2010130116A1 WO 2010130116 A1 WO2010130116 A1 WO 2010130116A1 CN 2009073732 W CN2009073732 W CN 2009073732W WO 2010130116 A1 WO2010130116 A1 WO 2010130116A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
module
data result
management module
progress
Prior art date
Application number
PCT/CN2009/073732
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 WO2010130116A1 publication Critical patent/WO2010130116A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/0016Arrangements providing connection between exchanges
    • H04Q3/0062Provisions for network management
    • H04Q3/0087Network testing or monitoring arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q2213/00Indexing scheme relating to selecting arrangements in general and for multiplex systems
    • H04Q2213/13345Intelligent networks, SCP
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q2213/00Indexing scheme relating to selecting arrangements in general and for multiplex systems
    • H04Q2213/13349Network management

Definitions

  • the present invention relates to the field of communications, and in particular, to a system and method for implementing a serialization of a statistical server and a service control point (Service Control Point, called SCP).
  • SCP Service Control Point
  • SCP Service Control Point
  • a service product the amount of data of some services is large. For example, a large amount of data statistics on the SCP may have a great negative impact on the performance of the SCP. If you put these large amounts of data statistics on a different server than the SCP for statistics, you can avoid the impact on SCP performance.
  • This server is called a statistical server.
  • the statistical server and the SCP are independent of each other. Further data processing on the statistical server does not affect the operation of the SCP, thus reducing the burden on the SCP.
  • the data of the statistical server is directly extracted from the SCP. That is, the task run by the SCP does not need to process the data that can be directly exported, and the other part needs to be extracted from the data obtained after the SCP task is run, that is, some data cannot be obtained on the statistical server side.
  • preliminary calculations and statistical processing are required on the SCP.
  • the statistics server naturally cannot obtain the data, and thus cannot correctly calculate the data, thereby causing system failure. For example, the statistics server performs the operation of counting the monthly rent data of each service area, and must wait.
  • the statistics server can extract monthly rent data from the SCP. Otherwise, the monthly rent data of each business area may be wrong.
  • the technical problem to be solved by the present invention is that in the related art, since the task of the SCP has not been run or has not been completed yet, the statistical server causes a statistical error when reading data obtained by the SCP task and performing statistics. To this end, a system and method for implementing task serialization is proposed.
  • a system for implementing a task serialization comprising: a service control point and a statistics server,
  • the service control point includes a task processing module and a first task management module, where the task processing module is configured to process a task, and the first task management module is configured to export data results obtained when the task processing module is processed. And sending the data result to the statistics server; the statistics server includes a second task management module, where the second task management module is configured to read the data result and perform data statistics.
  • the service control point further includes a timer, where the timer is used to periodically scan the task processing progress of the task processing module, and when the task of the task processing module is scanned, the trigger is triggered. The first task management module.
  • the service control point further includes a task progress monitoring module, where the task progress monitoring module is configured to monitor and record a task processing progress of the task processing module for the timer to scan periodically.
  • the statistics server further includes a receiving and progress processing module, the receiving and progress processing module is configured to receive the data result sent by the first task management module, and the data result Imported into the database of the statistics server for reading by the second task management module.
  • the timer is further configured to send a message to the receiving and scheduling module, and the prompt may extract the data result to the service control point end; the receiving and scheduling module further uses Receiving the message sent by the timer, and replying to the message, indicating that the data result is ready to receive the data.
  • a method for implementing task serialization includes the following steps: a task processing module of a service control point processes a task, and when finished, obtains a data result, and the first task management module derives the data result, and sends the data result to a statistics server; the second task management module of the statistics server reads the data result and performs data statistics. Further, in the above method, the method further includes: the timer periodically scans the task processing progress of the task processing module, and when the scan to the task processing is completed, triggering the first task management module. Further, in the above method, when the service control point processes the task, the method further includes: the task progress monitoring module of the service control point monitors and records the task processing progress of the task processing module, for the timer Timed scan.
  • the method further includes: receiving, by the receiving and progress processing module of the statistics server, the data result sent by the first task management module, and importing the data result into the statistics In the database of the device, for reading by the second task management module.
  • the method before the receiving and scheduling module receives the data result sent by the first task management module, the method further includes: the timer sending a message to the receiving and progress processing module, prompting The data result may be extracted from the service control point end; the receiving and progress processing module receives the message sent by the timer, and replies to the message, prompting that the data result is ready to be received.
  • FIG. 1 is a schematic diagram of a system module for implementing a task serial according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a method for implementing a task serial according to an embodiment of the present invention
  • the embodiment of the present invention provides a solution for implementing a serial task, and the processing principle of the solution is as follows:
  • the task processing module of the processing point processes the task, and obtains the data result when finished, the first task management module exports the data result, and sends the data result to the statistics server; the second task management module of the statistics server reads the data result, and performs data statistics.
  • FIG. 1 is a schematic diagram of a system module for implementing a task serial according to an embodiment of the present invention.
  • the system includes an SCP 100 and a statistical server 200.
  • the SCP 100 includes a task processing module 101, a task progress monitoring module 102, a timer 103, and a first task management module 104.
  • the statistics server 200 includes a receiving and progress processing module 201 and a second task management module 202.
  • the task processing module 101 is configured to process each task set in the processing scheduled task, and obtain a data result when the task is processed.
  • the planned task is a scheduled task that comes with the operating system of SCP 100, which is implemented by the system command crontab.
  • the operating system of SCP 100 uses a UNIX or Linux system. Set each task to run a preset at a specific time in the scheduled task.
  • the task progress monitoring module 102 is configured to monitor and record the processing progress of the task processing module 101 for the timer 103 to periodically scan.
  • the timer 103 is used to periodically scan the progress of the processing recorded by the task progress monitoring module 102.
  • the first task management module 104 is triggered, and is also used to send a message to the receiving and progress processing module 201.
  • the first task management module 104 is configured to use the data result obtained when the task processing module 101 is processed, and send the data result to the statistics server 200.
  • the receiving and progress processing module 201 is configured to receive the message sent by the timer 103, and cancel the message The message prompts that the data result is ready to be received, and is also used to receive the data result sent by the first task management module 104, and import the data result into the database of the statistics server 200.
  • the second task management module 202 is configured to read data results from the database and perform data statistics.
  • FIG. 2 is a schematic flowchart of a method for implementing task serialization according to an embodiment of the present invention.
  • a method for implementing task serialization according to an embodiment of the present invention includes the following steps: Step S1: A task processing module of an SCP processes a task, and when obtained, obtains a data result, and the first task management module derives the data result, and the The data result is sent to the statistics server; Step S2, the second task management module of the statistics server reads the data result, and performs data statistics.
  • FIG. 3 is a schematic diagram of a specific method for implementing a task serial according to an embodiment of the present invention.
  • Step S11 The scheduled task of the SCP is started.
  • Step S12 The task processing module processes each task set in the scheduled task. And, when the task is processed, the data result is obtained.
  • the tasks handled by this module vary according to different value-added services on the SCP side.
  • Step S13 The task processing module calls the task progress monitoring module once each task is processed.
  • the task progress monitoring module records the current processing progress of the task processing module processing the scheduled task. There are two ways to record, namely: record as file mode, and record in the data table of the database.
  • Step S14 Running a timer, the timer scans the processing progress recorded by the task progress monitoring module, and obtains the processing progress of the task processing module. If it is recorded as a file, the timer scans the file, and if it is recorded in the data table of the database, the data table is scanned.
  • Step S15 When the timer scans the processing of the task, the first task management module is triggered, and the first task management module derives the data result.
  • the export of data results is related to the database type of SCP. Different database types take different data export methods, such as SYBASE database. Generally, it is exported by bcp out mode.
  • the ORACLE database is generally exported by the spool method.
  • Step S16 When the first task management module exports the data result, the task progress monitoring module is called to record the processing progress of the first task management module, that is, the data output result ends.
  • Step S17 The timer scans the processing progress recorded by the task progress monitoring module, and finds that the recording progress is the end of the exported data result, and sends a message to the statistics server, prompting the statistics server to extract the data result to the SCP end. The timer waits for the response message of the statistics server. When the response message is received, the task progress monitoring module is triggered again to record the end of the SCP end task processing. In fact, the task progress of the SCP end is placed in the initial state of the next day. Prepare for the next day's tasks, stop the timer work, and reduce system overhead.
  • the message and the response message are implemented in a manner of more than four.
  • an implementation manner of a common device is introduced.
  • the SCP and the statistics server predefine the format of the message, for example, adopt a certain format. And a certain number of bytes of short, text, and as a party receiving the message at a certain time interval, scan whether the message is received, if received, check whether the message is pre-defined by the two parties.
  • Step S21 The receiving and progress processing module of the statistics server receives the message sent by the timer, and returns a message to the timer of the SCP end, prompting the statistical server to prepare for receiving the data result, and the JU's statistics
  • the progress of the server can be taken to the state of the business SCP data.
  • the exported data result is a text file, so when receiving by FTP, the ASCII code transmission method is adopted.
  • the receiving and progress processing module 4 is counting the progress of the server until the data state can be imported.
  • Step S23 The second task management module imports the data result.
  • Step S24 The second task management module reads the data result from the database, analyzes and processes the data result, and obtains the correct statistical data.
  • the serial execution of the tasks of the SCP and the statistical server is performed by the embodiment of the present invention, and after the SCP completes the processing of the task, the processing is received from the SCP. The data results obtained, and then the statistics are carried out, thereby ensuring the correctness, stability and certainty of the statistical data of the statistics.
  • the embodiment of the present invention uses the statistics server to perform data statistics on the SCP, reduces power consumption on the SCP, improves call performance of the SCP, and increases the capacity of users of different services.
  • the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device, or they may be separately fabricated into individual integrated circuit modules, or they may be Multiple modules or steps are made into a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Debugging And Monitoring (AREA)

Description

实现任务串行的系统和方法
技术领域 本发明涉及通讯领域, 尤其涉及一种统计服务器与业务控制点(Service Control Point, 筒称为 SCP)的实现任务串行的系统和方法。 背景技术 在业务产品中, 有些业务的数据量艮大, 例如, 在 SCP上进行大量的 数据统计的业务, 会对 SCP的性能产生很大的负面影响。 如果将这些大量的 数据统计放到与 SCP不同的^^务器上进行统计, 就可以避免对 SCP性能的 影响。这个服务器我们称之为统计服务器,统计服务器与 SCP是相互独立的, 在统计服务器上进行进一步的数据处理, 不会影响 SCP的运行, 从而减轻了 SCP的负担。 统计服务器统计的数据一部分直接提取自 SCP, 即, SCP运行的任务无 需处理可直接导出的数据, 另一部分需要经过 SCP的任务运行之后得到的数 据中提取, 即, 有些数据由于在统计服务器端不能直接统计, 需要在 SCP上 进行初步计算统计处理。 然而, 这就存在一个问题, 如果 SCP的任务还没有 运行或还没有完成, 统计服务器自然不能取到数据, 也就不能进行正确地统 计数据, 从而造成系统故障。 例如, 统计服务器进行统计各个业务区的月租数据的操作, 必须等待
SCP上月租的任务运行完毕, 统计服务器才能从 SCP提取月租数据, 否则, 统计出来的各个业务区的月租数据很可能是错误的。 发明内容 本发明所要解决的技术问题是相关技术中由于 SCP的任务还没有运行 或还没有完成, 统计^ ^务器在读取 SCP任务运行得到的数据并进行统计时 , 导致统计错误的问题。 为此, 提出了一种实现任务串行的系统和方法。 本发明一种实现任务串行的系统, 包括: 业务控制点和统计服务器, 其 所述业务控制点包括任务处理模块和第一任务管理模块 ,所述任务处理 模块用于处理任务, 所述第一任务管理模块用于导出所述任务处理模块的任 务处理完毕时得到的数据结果, 并将所述数据结果发送到统计服务器; 所述统计服务器包括第二任务管理模块,所述第二任务管理模块用于读 取所述数据结果, 并进行数据统计。 进一步地, 在上述系统中, 所述业务控制点还包括定时器, 所述定时器 用于定时扫描所述任务处理模块的任务处理进度, 当扫描到所述任务处理模 块的任务处理完毕时, 触发所述第一任务管理模块。 进一步地, 在上述系统中, 所述业务控制点还包括任务进度监控模块, 所述任务进度监控模块用于监测并记录所述任务处理模块的任务处理进度, 以供所述定时器定时扫描。 进一步地,在上述系统中 ,所述统计服务器还包括接收和进度处理模块, 所述接收和进度处理模块用于接收所述第一任务管理模块发送的所述数据结 果, 并将所述数据结果导入到所述统计服务器的数据库中, 以供所述第二任 务管理模块读取。 进一步地, 在上述系统中, 所述定时器, 还用于向所述接收和进度处理 模块发送消息, 提示可向业务控制点端提取所述数据结果; 所述接收和进度处理模块 , 还用于接收所述定时器发送的消息, 并回复 消息, 提示已经做好接收所述数据结果的准备。 本发明一种实现任务串行的方法, 包括以下步骤: 业务控制点的任务处理模块处理任务, 完毕时得到数据结果, 第一任务 管理模块导出所述数据结果, 并将所述数据结果发送到统计服务器; 所述统计服务器的第二任务管理模块读取所述数据结果,并进行数据统 计。 进一步地, 在上述方法中, 还包括: 定时器定时扫描所述任务处理模块的任务处理进度,当扫描到任务处理 完毕时, 触发所述第一任务管理模块。 进一步地, 在上述方法中, 在所述业务控制点处理任务时, 还包括: 所述业务控制点的任务进度监控模块监测并记录所述任务处理模块的 任务处理进度, 以供所述定时器定时扫描。 进一步地, 在上述方法中, 还包括: 所述统计服务器的接收和进度处理模块接收所述第一任务管理模块发 送的所述数据结果, 并将所述数据结果导入到所述统计^^务器的数据库中, 以供所述第二任务管理模块读取。 进一步地, 在上述方法中, 所述接收和进度处理模块接收所述第一任务 管理模块发送的所述数据结果之前 , 还包括: 所述定时器向所述接收和进度处理模块发送消息 ,提示可向业务控制点 端提取所述数据结果; 所述接收和进度处理模块接收所述定时器发送的消息 , 并回复消息 , 提 示已经^故好接收所述数据结果的准备。 与现有技术相比较 , 采用本发明使得 SCP和统计服务器的任务的串行 执行, 在 SCP完成对任务的处理后, 从 SCP接收处理得到的数据结果, 再 进行数据统计 , 从而保证了统计^^务器统计数据的正确性和稳、定性。 附图说明 图 1是根据本发明实施例的一种实现任务串行的系统模块示意图; 图 2是才艮据本发明实施例的一种实现任务串行的方法流程示意图; 图 3是根据本发明实施例的一种实现任务串行的方法具体流程示意图。 具体实施方式 功能描述
统计服务器不能获取数据、 正确地统计数据, 而造成系统故障的问题, 本发 明实施例提供了一种实现任务串行的方案, 该方案的处理原则如下: 业务控 制点的任务处理模块处理任务, 完毕时得到数据结果, 第一任务管理模块导 出数据结果, 并将数据结果发送到统计服务器; 统计服务器的第二任务管理 模块读取数据结果, 并进行数据统计。 需要说明的是, 在不冲突的情况下, 本申请中的实施例及实施例中的特 征可以相互组合。 下面将参考附图并结合实施例来详细说明本发明。 在以下实施例中,在附图的流程图示出的步骤可以在诸如一组计算机可 执行指令的计算机系统中执行, 并且, 虽然在流程图中示出了逻辑顺序, 但 是在某些情况下 , 可以以不同于此处的顺序执行所示出或描述的步骤。 下面结合附图对本发明实施例的一种实现任务串行的系统和方法进行 说明。 请参阅图 1 , 图 1是才艮据本发明实施例的一种实现任务串行的系统模块 示意图。 本发明实施例的一种实现任务串行的系统,该系统包括 SCP 100与统计 月 务器 200。 其中, SCP 100包括任务处理模块 101、 任务进度监控模块 102、 定时器 103和第一任务管理模块 104。 统计^ ^务器 200包括接收和进度处理 模块 201和第二任务管理模块 202。 任务处理模块 101 , 用于处理处理计划任务中设置的各项任务, 在任务 处理完毕时, 得到数据结果。 该计划任务为 SCP 100的操作系统自带的计划 任务, 其通过系统命令 crontab来实现。 SCP 100的操作系统采用 UNIX或者 Linux系统。 在计划任务中设置特定时间运行预设的各项任务。 任务进度监控模块 102,用于监测并记录任务处理模块 101的处理进度, 以供定时器 103定时扫描。 定时器 103 , 用于定时扫描任务进度监控模块 102记录的处理进度, 在 扫描到任务处理完毕时, 触发第一任务管理模块 104, 而且还用于向接收和 进度处理模块 201发送消息, 提示可向 SCP 100端提取数据结果。 第一任务管理模块 104, 用于任务处理模块 101的任务处理完毕时得到 的数据结果, 并将所述数据结果发送到统计^ ^务器 200。 接收和进度处理模块 201 , 用于接收定时器 103发送的消息, 并回复消 息 , 提示已经做好接收数据结果的准备, 而且还用于接收第一任务管理模块 104发送的数据结果, 并将数据结果导入到统计^ ^务器 200的数据库中。 第二任务管理模块 202,用于从数据库中读取数据结果,进行数据统计。 请参阅图 2, 图 2是才艮据本发明实施例的一种实现任务串行的方法流程 示意图。 本发明实施例的一种实现任务串行的方法, 包括以下步骤: 步骤 Sl、 SCP的任务处理模块处理任务, 完毕时得到数据结果, 第一 任务管理模块导出所述数据结果, 并将所述数据结果发送到统计服务器; 步骤 S2、 所述统计服务器的第二任务管理模块读取所述数据结果, 并 进行数据统计。 请参阅图 3 , 图 3是才艮据本发明实施例的一种实现任务串行的方法具体 程示意图。 下面是本发明实施例的一种实现任务串行的方法, 具体包括以下步骤: 步骤 S 11、 SCP的计划任务启动。 步骤 S12、 任务处理模块处理计划任务中设置的各项任务。 并且, 在任 务处理完毕时, 得到数据结果。 该模块处理的任务的内 艮据 SCP端不同的 增值业务而不同。 步骤 S13、 任务处理模块每处理完一项任务, 就会调用一次任务进度监 控模块。 任务进度监控模块记录任务处理模块处理计划任务的当前的处理进 度。 记录的方式有两种方式, 分别是: 记录为文件方式, 和记录在数据库的 数据表中。 步骤 S14、 运行定时器, 该定时器扫描任务进度监控模块记录的处理进 度, 得到任务处理模块的处理进度。 如果是记录为文件方式, 则定时器扫描 该文件, 如果是记录在数据库的数据表中, 则扫描该数据表。 步骤 S15、 当定时器扫描到所述任务的处理完毕, 触发第一任务管理模 块, 该第一任务管理模块导出数据结果。 数据结果的导出, 与 SCP的数据库 类型相关, 不同的数据库类型采取的数据导出方法不同, 如 SYBASE数据库 一般采用 bcp out方式导出 , ORACLE数据库一般采用 spool方式导出。 步骤 S16、 当第一任务管理模块导出数据结果结束时, 调用任务进度监 控模块记录第一任务管理模块的处理进度, 即导出数据结果结束。 步骤 S17、 定时器扫描任务进度监控模块记录的处理进度, 发现记录进 度为导出数据结果结束,则向统计服务器发送消息,提示统计服务器可向 SCP 端提取数据结果。定时器等待统计^^务器的回应消息, 当接收到回应消息时, 再次触发任务进度监控模块记录今日 SCP端任务处理结束, 实际上是将 SCP 端的任务进度置于第二天的初始状态, 为下一天的任务做好准备, 并停止定 时器的工作, 减少系统开销。 进一步, 在上述步骤 S16中, 消息和回应消息的实现方式 4艮多, 此处介 绍一种常用筒单的实现方式, SCP和统计 ^^务器预先定义好消息的格式, 比 如采用一定的格式和一定字节数的短 、文本 , 而作为接收消息的一方以一定 的时间间隔, 扫描是否接收到消息, 若接收到, 检查消息是否双方预先定义 好消息的格式。 步骤 S21、 统计 ^^务器的接收和进度处理模块接收到来自定时器发送来 的消息, 向 SCP端的定时器回复消息 , 提示统计服务器已经做好接收数据结 果的准备, 并 JU'爹正统计^^务器的进度到可以取业务 SCP数据的状态。 步骤 S22、 触发统计服务器的第二任务管理模块, 第二任务管理模块以 FTP方式接收从 SCP导出的数据结果。 通常 , 导出的数据结果是文本文件 , 因此以 FTP方式接收时, 采用 ASCII码传输方式。 当接收完成时, 接收和进 度处理模块 4爹正统计 务器进度到可以导入数据状态。 步骤 S23、 第二任务管理模块导入数据结果。 不同的数据库类型导入的 方式不同, 对于文本文件导入, SYBASE数据库多采用 bcp in 方式导入, ORACLE数据库多采用 sqlldr方式导入。 当导入结束后, 接收和进度处理模 块 4爹正统计 务器进度到可执行任务统计状态。 步骤 S24、 第二任务管理模块从数据库中读取数据结果, 对数据结果进 行分析处理, 得到正确的统计数据。 综上所述, 与现有技术相比较, 采用本发明实施例使得 SCP和统计服 务器的任务的串行执行, 在 SCP完成对任务的处理后, 从 SCP接收处理得 到的数据结果, 再进行数据统计, 从而保证了统计 ^^务器统计数据的正确性 和稳、定性。 而且, 本发明实施例使用统计 ^^务器来对 SCP进行数据统计, 减 少 SCP上的功耗, 提高了 SCP的呼叫性能, 增加了不同业务的用户的承载 量。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 或 者将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制 作成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软 件结合。 以上仅为本发明的优选实施案例而已, 并不用于限制本发明, 对于本领 域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和原 则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范 围之内。

Claims

权 利 要 求 书
1. 一种实现任务串行的系统, 包括: 业务控制点和统计服务器, 其特征 在于,
所述业务控制点包括任务处理模块和第一任务管理模块, 所述任 务处理模块用于处理任务, 所述第一任务管理模块用于导出所述任务 处理模块的任务处理完毕时得到的数据结果, 并将所述数据结果发送 到统计^^务器;
所述统计服务器包括第二任务管理模块, 所述第二任务管理模块 用于读取所述数据结果, 并进行数据统计。
2. 根据权利要求 1所述的系统, 其特征在于, 所述业务控制点还包括定 时器, 所述定时器用于定时扫描所述任务处理模块的任务处理进度, 当扫描到所述任务处理模块的任务处理完毕时, 触发所述第一任务管 理模块。
3. 根据权利要求 2所述的系统, 其特征在于, 所述业务控制点还包括任 务进度监控模块 , 所述任务进度监控模块用于监测并记录所述任务处 理模块的任务处理进度 , 以供所述定时器定时扫描。
4. 根据权利要求 1所述的系统, 其特征在于, 所述统计服务器还包括接 收和进度处理模块, 所述接收和进度处理模块用于接收所述第一任务 管理模块发送的所述数据结果, 并将所述数据结果导入到所述统计服 务器的数据库中, 以供所述第二任务管理模块读取。
5. 根据权利要求 4所述的系统, 其特征在于,
所述定时器 , 还用于向所述接收和进度处理模块发送消息 , 提示 可向业务控制点端提取所述数据结果;
所述接收和进度处理模块 , 还用于接收所述定时器发送的消息 , 并回复消息, 提示已经做好接收所述数据结果的准备。
6. 一种实现任务串行的方法, 其特征在于, 包括以下步骤:
业务控制点的任务处理模块处理任务, 完毕时得到数据结果, 第 一任务管理模块导出所述数据结果, 并将所述数据结果发送到统计服 务器;
所述统计服务器的第二任务管理模块读取所述数据结果, 并进行 数据统计。
7. 根据权利要求 6所述的方法, 其特征在于, 还包括:
定时器定时扫描所述任务处理模块的任务处理进度, 当扫描到任 务处理完毕时, 触发所述第一任务管理模块。
8. 根据权利要求 7所述的方法, 其特征在于, 在所述业务控制点处理任 务时, 还包括:
所述业务控制点的任务进度监控模块监测并记录所述任务处理 模块的任务处理进度 , 以供所述定时器定时扫描。
9. 根据权利要求 6所述的方法, 其特征在于, 还包括:
所述统计服务器的接收和进度处理模块接收所述第一任务管理 模块发送的所述数据结果, 并将所述数据结果导入到所述统计服务器 的数据库中, 以供所述第二任务管理模块读取。
10. 根据权利要求 9所述的方法, 其特征在于, 所述接收和进度处理模块 接收所述第一任务管理模块发送的所述数据结果之前, 还包括:
所述定时器向所述接收和进度处理模块发送消息, 提示可向业务 控制点端提取所述数据结果;
所述接收和进度处理模块接收所述定时器发送的消息 , 并回复消 息, 提示已经 ^故好接收所述数据结果的准备。
PCT/CN2009/073732 2009-05-15 2009-09-03 实现任务串行的系统和方法 WO2010130116A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910107000.0 2009-05-15
CNA2009101070000A CN101557311A (zh) 2009-05-15 2009-05-15 一种实现任务串行的系统和方法

Publications (1)

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

Family

ID=41175265

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073732 WO2010130116A1 (zh) 2009-05-15 2009-09-03 实现任务串行的系统和方法

Country Status (2)

Country Link
CN (1) CN101557311A (zh)
WO (1) WO2010130116A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819869A (zh) * 2017-11-21 2018-03-20 深圳竹云科技有限公司 一种linux‑unix文件传输互信的方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094428A (zh) * 2007-07-04 2007-12-26 中兴通讯股份有限公司 一种智能网业务数据库查询统计系统及其方法
CN101098495A (zh) * 2007-06-14 2008-01-02 中兴通讯股份有限公司 一种提高智能业务在线统计任务性能的系统及方法
KR20080099042A (ko) * 2007-05-08 2008-11-12 에스케이 텔레콤주식회사 무선 인터넷 데이터 서비스의 데이터 트래픽 패턴을수집하는 방법 및 서버

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080099042A (ko) * 2007-05-08 2008-11-12 에스케이 텔레콤주식회사 무선 인터넷 데이터 서비스의 데이터 트래픽 패턴을수집하는 방법 및 서버
CN101098495A (zh) * 2007-06-14 2008-01-02 中兴通讯股份有限公司 一种提高智能业务在线统计任务性能的系统及方法
CN101094428A (zh) * 2007-07-04 2007-12-26 中兴通讯股份有限公司 一种智能网业务数据库查询统计系统及其方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819869A (zh) * 2017-11-21 2018-03-20 深圳竹云科技有限公司 一种linux‑unix文件传输互信的方法

Also Published As

Publication number Publication date
CN101557311A (zh) 2009-10-14

Similar Documents

Publication Publication Date Title
CN107087033B (zh) 消息推送方法、装置、存储介质及计算机设备
CN112788128B (zh) 业务信息的推送方法、装置、存储介质及电子装置
US8103245B2 (en) Systems and methods for session records correlation
US20090060009A1 (en) Aggregate data frame generation
CN111045806A (zh) 延迟消息队列实现方法以及系统
EP2567530A1 (en) Social network connections
JP2005520405A5 (zh)
CN107395559A (zh) 基于redis的数据处理方法及设备
CN109348434A (zh) 一种场景信息的发送方法、发送装置及终端设备
CN113485952A (zh) 数据批量传输方法及装置
WO2010130116A1 (zh) 实现任务串行的系统和方法
WO2012174838A1 (zh) 一种网元消息并发处理方法及系统
CN106933932B (zh) 数据处理方法、装置及应用服务器
CN108882230B (zh) 通话记录管理方法、装置及系统
EP4287102A1 (en) Cross-chain transaction processing method and apparatus, electronic device, and storage medium
CN113360558B (zh) 数据处理方法、数据处理装置、电子设备及存储介质
CN103077078A (zh) 定义在软件及应用控制管理对象中状态转换的方法
CN114328638A (zh) 一种基于数据库轮询的业务消息推送系统
WO2012155588A1 (zh) 一种自动识别pin码的方法和装置
CN110378680A (zh) 一种数据处理方法、装置、存储介质和服务器
CN107979580B (zh) 一种访问控制方法、装置及服务器
CN115333942A (zh) 事件重试方法及装置、存储介质及电子设备
CN114221925A (zh) 消息推送方法、装置、电子设备及存储介质
CN110876852B (zh) 微服务的网络游戏数据处理方法及系统
CN111182119A (zh) 基于ec客户关系管理系统的多卡通信方法、装置及设备

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

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

Country of ref document: EP

Kind code of ref document: A1