CN100341281C - Method for realizing task management for network system - Google Patents

Method for realizing task management for network system Download PDF

Info

Publication number
CN100341281C
CN100341281C CNB2004100021555A CN200410002155A CN100341281C CN 100341281 C CN100341281 C CN 100341281C CN B2004100021555 A CNB2004100021555 A CN B2004100021555A CN 200410002155 A CN200410002155 A CN 200410002155A CN 100341281 C CN100341281 C CN 100341281C
Authority
CN
China
Prior art keywords
task
type
management service
time
state
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
CNB2004100021555A
Other languages
Chinese (zh)
Other versions
CN1642105A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2004100021555A priority Critical patent/CN100341281C/en
Publication of CN1642105A publication Critical patent/CN1642105A/en
Application granted granted Critical
Publication of CN100341281C publication Critical patent/CN100341281C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

The present invention discloses a method for realizing task management in network systems. The method comprises the procedures: a tactical management client side obtains a registered task type from a tactical management service side, and the task type is provided for a user through an operation interface; the user selects the registered task type, the task of the type is established, and a scheduling parameter is set; the tactical management client side submits the associated information of the task containing the scheduling parameter to the tactical management service side, and the associated information is preserved by the tactical management service side; when the task is scheduled, the tactical management service side sends the associated information of the task to an application module; the application module analyzes and carries out the task.

Description

A kind of method that in network system, realizes task management
Technical field
The present invention relates to network technology, relate in particular to a kind of method that in network system, realizes task management.
Background technology
Run, can safeguard that along with what operator more and more paid close attention to network network management system all develops towards unwatched direction.Usually by the good sequence of operations of user's configured in advance, then by webmaster certain the time automatically perform or repeat automatically at set intervals, as regularly carrying out DB Backup, periodic device data collection and synchronous etc.In addition can the better operation of configured in advance, under the situation that certain or some incidents take place, carry out then, as when network breaks down, need take certain recovery measure etc.
At present, task all realizes by functional organization's all operations in a lot of webmasters, does not distinguish whether to belong to regularly or periodic task.Comprise that such as system management module all system management function characteristic realizes, comprise that also various timings/periodic task realizes supporting, as the periodic data library backup etc.Adopt this method to have following shortcoming:
1, various tasks are dispersed in each functional module, are unfavorable for that the user carries out unified monitoring and maintenance;
2, owing to the implementation method difference of each module, operation interface also may be different, increased the burden of user learning;
3, because each task module all has a cover implementation, caused the development of a large amount of repetitions, the probability that has increased development workload and gone wrong.
Summary of the invention
The object of the present invention is to provide a kind of method that in network system, realizes task management, solve the problem that has monitoring in the prior art, safeguards inconvenience and overlapping development.
Realize technical scheme of the present invention: a kind of method that in network system, realizes task management, this method is:
From the tactical management service end, obtain registered task type by policy management client end, and offer the user by operation-interface; The user selects registered task type, and creates the task of the type and scheduling parameter is set; The task relevant information that policy management client end will comprise scheduling parameter is submitted to the tactical management service end, and is preserved by the tactical management service end; When the described task of scheduling, the tactical management service end sends to application module with the task relevant information; And resolve and execute the task by described application module.
According to said method:
During creation task, policy management client end is also obtained all incidents of registered triggering task type and is offered the user from the tactical management service end, and the user can choose one or more incidents and task binding.
When establishment need be provided with the complex task of task parameters, start the parameter setting of finishing the work of application module registration and integrated relative users operation-interface by policy management client end, and task parameters is combined into character string is submitted to the tactical management service end by policy management client end.
The type of scheduler task comprises time-based scheduling, based on the scheduling of incident with carry out immediately.
Dispatch time-based task and execute the task immediately and comprise step: from task list, search corresponding task according to the task identification in the dispatching command; Search corresponding task type according to the type identification of task correspondence; Corresponding information according to task type sends to application module with the message of executing the task; Time of implementation of logger task and the status modifier of task is operation, and the current state of task is broadcast to policy management client end.
Scheduling comprises step based on the task of incident:
(1) in task list, searches corresponding task list according to the event identifier in the event message;
(2) from tabulation, take out first task;
(3) search corresponding task type according to the type identification of task correspondence;
(4) corresponding information according to task type sends to application module with the message of executing the task;
(5) time of implementation of logger task and the status modifier of task is operation, and current state is broadcast to policy management client end;
(6) judge whether to have got all tasks, if, then finish this flow process, otherwise, take out next task, and carry out step (3).
Step (2) is first before judges that whether task list is empty, if be empty, then finishes this handling process carrying out; Otherwise continuation subsequent step.
Also send progress message to the tactical management service end when application module is executed the task, the tactical management service end is broadcast to policy management client end after receiving this progress message.
Application module comprises the task termination message whether execution successfully reaches details to the transmission of tactical management service end after executing task.
When receiving task termination message, the tactical management service end carries out following step:
A, according to the task identification in the message, search whether there is corresponding record in the task run record sheet; If have corresponding record, then carry out step c; Otherwise carry out step b;
B, in task log table a newly-built record, and time started of executing the task composed be current system time;
C, task action result and concluding time are write record and be saved in the task run record sheet;
D, according to the state of the term of validity updating task of system time and task, and this state is broadcast to policy management client end.
When described task was time-based task, this time-based task can be in active state, suspended state, running status, expired state or not yet due state, can transform automatically between the task status, or transform by manual mode.
When described task is task based on incident, should can be in active state, suspended state and running status based on task of incident, can transform automatically between the task status, or transform by manual mode.
The present invention has following beneficial effect:
1, provides a concentrated task management instrument and execution engine, can carry out unified management and scheduled for executing, simplified user's operation all various dissimilar tasks;
2, provide one group of general task type and event registration interface, made the application programmer, alleviated application programmer's burden, development efficiency is provided as long as be concerned about the realization of concrete function;
3, reduce duplicated code and the function in the network management system, simplified system;
4, provide the multiple-task trigger mechanism, made things convenient for the customized network management strategy of user flexibility.
Description of drawings
Fig. 1 is the policy management system schematic diagram;
Fig. 2 transforms schematic diagram for task status;
Fig. 3 is for stopping/the operation task process chart;
Process chart when Fig. 4 receives event message for the tactical management service end;
Fig. 5 receives the process chart of task termination message for the tactical management service end.
Embodiment
Consult shown in Figure 1, policy management system as one independently system module exist and operation, comprise policy management client end (client) and tactical management service end (server).After the system operation item (task type) that each specific product application will need tactical management to support is realized according to certain mode, define and be registered to the tactical management service end by configuration file.Realization for the task operating of complexity also needs the independently operation support of client-side, and then need product to use and realize corresponding client operation, and in tactical management service end registration (passing through configuration file), integrated by policy management client end.
In the present invention, simple task is meant task when carrying out, and only needs tactical management to send to application module and notifies the message of carrying out with regard to executable task.
Complex task is meant task when carrying out, and needs tactical management collateral function parameter in the message that application module transmission task is carried out, and application module is just known how carrying out of task.Because the parameter of each task has nothing in common with each other, so policy management system provides an abstract window class, realize that by application module this window class is to provide the interface that task parameters is set to the user, application module is write the name of this window class among the configuration file schedule_tasktype.xml that policy management system provides, this window class is called by reflex mechanism in the foreground of policy management system, the user is after configuring task parameters, this window class converts parameter to character string and returns to policy management client end, client is submitted to service end and is preserved, and service end is issued application module with it in scheduler task.To the compound mode of character string, and character string is defined by the window class of application module and the service end oneself of application module to the analysis mode of parameter for parameter.
Method of the present invention is: obtain registered task type by policy management client end from the tactical management service end, and offer the user by operation-interface; The user selects registered task type, and creates the task of the type and scheduling parameter is set; The task relevant information that policy management client end will comprise scheduling parameter is submitted to the tactical management service end, and is preserved by the tactical management service end; When the described task of scheduling, the tactical management service end sends to application module with the task relevant information; Resolve and execute the task by described application module.
Below the realization of said method is elaborated:
The user side of policy management system provides the standard set operation-interface, realizes:
(1) task type browses
(2) inquiry of creation task
(3) create new task
(4) deletion appointed task
(5) hang up appointed task
(6) activate appointed task
(7) revise appointed task (resetting scheduling parameter and task parameters)
(8) carry out appointed task immediately
(9) check the progress of carrying out of task
(10) force the task of stopping to carry out
(11) check the log of task
The simple task operation only need be selected task type and scheduling parameter is set at user side.Task operating for complexity also has operand, the regulatory requirement of operating data etc. (promptly needing to be provided with task parameters), at this moment parameter setting that policy management client end startup application module is registered and integrated relative users operation-interface is finished the work, afterwards task parameters is combined into character string according to certain rule (concrete rule is by application module oneself definition) and submits to policy management client end, policy management client end is submitted to the tactical management service end by the corresponding interface with it and preserves, when task is scheduled execution, send to application module, application module is resolved according to the rule that oneself defines again.
The policy management system service end realizes various back-stage management and scheduled for executing function, comprising:
(1) handles definition and the registration that the application module specific tasks are operated.
(2) the corresponding background process of the series of standards operation that provides of processing policy management system user side is such as the work of data management aspect.
(3) in the scheduling time of each task items definition, dispatch corresponding task operating and carry out.
(4) receive the incident that each other application module sends, dispatch corresponding task operating and carry out.
(5) receive task implementation progress and the task action result that application module sends.
(6) last state and the implementation progress with task is broadcast to policy management client end.
The task attribute item comprises: mission number, task names, task type sign, affiliated module, scheduling type (Event triggered scheduling, scheduling every day, scheduling in every month, scheduling, disposable scheduling, periodic scheduling) weekly, last modification time, the list of thing of creating user, current state (activity, hang-up, expired, not yet due, move), time started, term of validity time started, term of validity concluding time, binding, remarks, task parameters etc.Wherein, task parameters is primarily aimed at the complex task that needs operand, operating data to support, provides an additional data storage to support (with the character string forms storage), in scheduler task, issues concrete application module and resolves.
Scheduling mode can be divided into three major types:
(1) time-based scheduling
A, regularly promptly everyly in certain period just carries out once sometime, as:
XX divides XX second during every month+XX day XX
Weekly+XX divides XX second during XX day XX
The every day+XX divides XX second during XX
B, cycle, promptly in certain period, just carry out once every the set time;
C, disposable divides XX to carry out second as XX when the XXXX XX month XX day XX.
(2) based on the scheduling of incident
Execute the task by the triggering of allocate event type.
(3) carry out immediately
Be a kind of mode of manual dispatching, the user chooses a task from policy management client end, allows it carry out at once.Can not influence the original scheduling strategy of task after carrying out, as original when every month XX day XX XX divide XX the task that carry out second, then still can carry out.
Consult task status shown in Figure 2 and transform, task status has only and exists the ability of direct line directly to transform between the two states, if double-head arrow represents and can change mutually, if A->B form, then expression has only A can change into B.
A, active state
When task was in active state, if the incident of being bound corresponding to the incident task takes place, or the scheduling time that sets corresponding to the time task then, the execution that can be scheduled of this task.
B, suspended state
When task was in pending state, the expression task withdrawed from snoop queue.Work as the incident of being bound corresponding to the incident task and take place, or the scheduling time that sets corresponding to the time task then, the execution that also can not be scheduled of this task.
C, expired state
Expired state is only meaningful to the time task, for the time task term of validity is arranged, be later than the term of validity of task during the Close Date when system data, task is in expired attitude, what be in expired attitude can be by the automatic scheduled for executing of system, the scheduling time that promptly sets has arrived, and task can not be scheduled yet.
D, running status
Task is in run mode, and the expression task is carried out.
E, not yet due state
Only effective to the time task, when system data during early than Start Date of the term of validity, task is in not yet due state.
The task of only being in active state just can be suspended; The task of being in expired state, not yet due state, suspended state can make it operation in the mode by manual scheduling.
In the present invention, support certain task type if desired, need in policy management system, register this task type, and this task type is supported the scheduling mode of Event triggered if desired, also need to register all incidents that can trigger this task, the user can only select one or more incidents to be tied to this task in the incident that these have been registered when creating the incident task of the type; If a task type is not registered any corresponding with it incident, then the user can only create the time-based task of this type.
By being provided, two XML files (TaskType.xml and TaskTypeAndEventMap.xml) give the mapping relations of application programmer's registered task type and task type and incident.
File TaskType.xml is used for the registered task type; File TaskTypeAndEventMap.xml: the mapping relations that are used for registered task type and incident.
Task type comprises following attribute item:
Attribute-name Explanation
The task type sign Task type of unique identification
The sign of application module The sign of task type place application process is used to send message
The triggering type of supporting Task triggers type, and 0: support Time Triggered and Event triggered, 1: only support Time Triggered.If be 0: then need in TaskTypeAndeventMap.xml, register corresponding incident
Whether support progress reports Whether support reports progress, 0: do not support 1: support, for long task consuming time, should be made as 1, so that can see its progress in the process of implementation
Whether can force cancellation In running, whether can force cancellation, 0: cannot, 1: can
The java class name of Processing tasks parameter The Client end is used for being provided with the java class name of task parameters, if be empty, then the setting of task parameters is not supported in expression.
The java class name that shows details The Client end is used for showing the java class name of details, if be empty, then the demonstration of details is not supported in expression.
Describe Task type is described, and describes the function that this task type is finished.
Task type and incident mapping relations comprise following attribute item
Attribute-name Explanation
The sign of incident Incident of unique identification
The task type sign The task type that this incident need trigger
The description of incident The description of incident is as " history alarm writes down above 100,000 "
Wherein: an incident can trigger a plurality of tasks, and a task can be by a plurality of Event triggered.
Include in the tactical management service end:
Task list (TaskTable) is stored in the database, is used to preserve the task of establishment, and each attribute item of task is as the field of table.
Task type table (TaskTypeList) reads configuration file by system and generates when starting, be used to preserve the task type of the task of establishment, by each attribute item of task type field as table.
Task run record tabulation (RecordList) is stored in the internal memory, is used to write down the time started of current moving of task.
Task run record sheet (RecordTable) is stored in the database, is used to the log of the task of preserving.
The task scheduling flow process:
Corresponding to the scheduling type of three major types, i.e. time scheduling, event scheduling and scheduling immediately, the triggering of task has following three kinds:
A is for the time task, when set scheduling time then, corresponding timer can trigger, and sends the message carried out then to operation shown in Figure 3/stop task processing module.
As shown in Figure 3, handling process is as follows:
Step 10: task is searched corresponding task according to the task identification in the dispatching command from task list after triggering.
Step 20: judge whether to find task,, otherwise finish this flow process if then carry out step 30.
Step 30: in the task list of types, search corresponding task type according to the type identification of task correspondence.
Step 40: judge whether to find,, otherwise finish this flow process if then carry out step 50.
Step 50: according to the corresponding information in the task type tabulation message of executing the task is sent to application module, allow its execution/stop task.
Step 60: task identification and time of implementation are deposited among the RecordList.
Step 70: revise the state of task, and the current state of task is broadcast to policy management client end.
B, for the incident task, when system receives incident, can call the event message processing module of showing as Fig. 4 and search corresponding task list, then to each task in the task list, shipping row message is given operation shown in Figure 3/stop task processing module.
Consult Fig. 4, handling process is as follows:
Step 100: searching in TaskTable according to the event identifier in the event message can be by all task of this Event triggered.Can find all tasks that satisfy condition by whether comprising event identifier in the list of thing of searching the binding of task among the TaskTable.
Step 110: judge whether to find task,, otherwise finish this flow process if then carry out step 120.
Step 120: from tabulation, take out first task.
Step 130: call and stop/carrying out handling process and handle.
Step 140: judge whether the task of having got,, otherwise get next task and carry out step 130 if then finish this flow process.
After application module was executing task, the message (in have run succeeded/fail and detailed information) that can send a task termination was given the tactical management backstage, and handle after receiving task termination message accordingly on the tactical management backstage.Consult Fig. 5, its handling process is as follows:
Step 200: from RecordList, search corresponding record according to the task identification in the task termination message (ID).
Step 210: judge whether to find record, if do not find, then carry out step 220, otherwise carry out step 230.
Step 220: a newly-built record, it is current system time that its time started is composed.
Step 230: the information in the message (as error code, details) is composed to record, current system time is composed is the concluding time, then with recorded and stored in the RecordTable of database, then this Record is deleted from RecordList.
Step 240: according to the state of the term of validity updating task of system time and task.
Step 250: the new state of task is broadcast to policy management client end.
In the present invention, for long task of time of implementation, the interface that provides by policy management system when task is carried out sends progress message, after progress message is received on the tactical management backstage, be broadcast to policy management client end, allow the progress of this client updating task show, make the user can know the current progress of task easily.
As can be seen from above, the present invention has following characteristics:
1, based on client-side/server-side (C/S) framework, Client holds available Java to realize, Server holds available C++ to realize;
2, each product has a NE management process corresponding with it;
3, a process MDP who concentrate to be responsible for message distribution is arranged, MDP is as the hinge of Inter-Process Communication, can with from the message distribution of a process to another or a plurality of process. It is so that the netted connection of a plurality of client and server end process becomes star-like connection, thereby has reduced the complexity of system's connection management, just can intercom mutually so that each client end/server end process only need to connect with MDP;
4, the Development Framework of a background process is provided, and this framework provides with being connected of MDP and sets up and maintenance the reception of message and transmission. And the processing framework behind the receipt message. This framework needs message to be processed so that the application programmer only need to be concerned about application, and need not to pay close attention to reception and the transmission of message. In addition, this framework also provides the abundant miscellaneous functions such as timer for application development.

Claims (12)

1, a kind of method that realizes task management in network system is characterized in that this method is:
From the tactical management service end, obtain registered task type by policy management client end, and offer the user by operation-interface;
The user selects registered task type, and creates the task of the type and scheduling parameter is set;
The task relevant information that policy management client end will comprise scheduling parameter is submitted to the tactical management service end, and is preserved by the tactical management service end;
When the described task of scheduling, the tactical management service end sends to application module with the task relevant information; And
Resolve and execute the task by described application module.
2, the method for claim 1, it is characterized in that, during creation task, policy management client end is also obtained all incidents of registered triggering task type and is offered the user from the tactical management service end, and the user can choose one or more incidents and task binding.
3, the method for claim 1, it is characterized in that, when establishment need be provided with the complex task of task parameters, start the parameter setting of finishing the work of application module registration and integrated relative users operation-interface by policy management client end, and task parameters is combined into character string is submitted to the tactical management service end by policy management client end.
4, the method for claim 1 is characterized in that, the type of scheduler task comprises time-based scheduling at least, based on the scheduling of incident with one of carry out immediately.
5, method as claimed in claim 4 is characterized in that, dispatches time-based task and comprises step:
A, from task list, search corresponding task according to the task identification in the dispatching command;
B, search corresponding task type according to the type identification of task correspondence;
C, the message of executing the task is sent to application module according to the corresponding information of task type;
Time of implementation of D, logger task and revise the state of task, and the current state of task is broadcast to policy management client end.
6, method as claimed in claim 5 is characterized in that, scheduling comprises step based on the task of incident:
(1) in task list, searches corresponding task list according to the event identifier in the event message;
(2) from tabulation, take out first task;
(3) search corresponding task type according to the type identification of task correspondence;
(4) corresponding information according to task type sends to application module with the message of executing the task;
(5) time of implementation of logger task and revise the state of task, and the current state of task is broadcast to policy management client end;
(6) judge whether to have got all tasks, if, then finish this flow process, otherwise, take out next task, and carry out step (3).
7, method as claimed in claim 6 is characterized in that, judges earlier that before whether task list is empty, if be sky, then finishes this handling process carrying out step (2); Otherwise continuation subsequent step.
8, the method for claim 1 is characterized in that, also sends progress message to the tactical management service end when application module is executed the task, and the tactical management service end is broadcast to policy management client end after receiving this progress message.
As the arbitrary described method of claim 1 to 8, it is characterized in that 9, application module comprises the task termination message whether execution successfully reaches details to the transmission of tactical management service end after executing task.
10, method as claimed in claim 9 is characterized in that, carries out following step when the tactical management service end receives task termination message:
A, according to the task identification in the message, search whether there is corresponding record in the task run record sheet; If have corresponding record, then carry out step c; Otherwise carry out step b;
B, in task log table a newly-built record, and time started of executing the task composed be current system time;
C, task action result and concluding time are write record and be saved in the task run record sheet;
D, according to the state of the term of validity updating task of system time and task, and this state is broadcast to policy management client end.
11, the method for claim 1, it is characterized in that, when described task is time-based task, this time-based task can be in active state, suspended state, running status, expired state or not yet due state, can transform automatically between the task status, or transform by manual mode.
12, the method for claim 1, it is characterized in that, when described task is task based on incident, should can be in active state, suspended state and running status based on task of incident, can transform automatically between the task status, or transform by manual mode.
CNB2004100021555A 2004-01-05 2004-01-05 Method for realizing task management for network system Expired - Fee Related CN100341281C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2004100021555A CN100341281C (en) 2004-01-05 2004-01-05 Method for realizing task management for network system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2004100021555A CN100341281C (en) 2004-01-05 2004-01-05 Method for realizing task management for network system

Publications (2)

Publication Number Publication Date
CN1642105A CN1642105A (en) 2005-07-20
CN100341281C true CN100341281C (en) 2007-10-03

Family

ID=34867305

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2004100021555A Expired - Fee Related CN100341281C (en) 2004-01-05 2004-01-05 Method for realizing task management for network system

Country Status (1)

Country Link
CN (1) CN100341281C (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101193452B (en) * 2007-03-15 2011-03-16 中兴通讯股份有限公司 Method for control module registration in automatic switching optical network and its application method
CN101201753B (en) * 2007-12-13 2012-12-26 浪潮通信信息系统有限公司 Method for configuring and managing multimode machine supervising engine
CN101551758B (en) * 2009-05-13 2013-06-05 中兴通讯股份有限公司 System and method for implementing paralleling work of device management and tasks
WO2013007190A1 (en) * 2011-07-11 2013-01-17 Shao Kaiyi Task execution system, data processing device, and task issuing device and method
CN103514036B (en) * 2012-06-20 2017-07-25 中国银联股份有限公司 A kind of scheduling system and method triggered for event with batch processing
CN102982415A (en) * 2012-11-22 2013-03-20 用友软件股份有限公司 Task processing system and task processing method
CN104077403B (en) * 2014-07-04 2017-06-30 用友网络科技股份有限公司 For the processing method and processing unit of the plan target of Alcedo databases
CN104216785B (en) * 2014-08-26 2017-10-10 烽火通信科技股份有限公司 General policies task system and its implementation
CN104463409A (en) * 2014-10-28 2015-03-25 用友软件股份有限公司 Task operating method and task operating device
CN104572896A (en) * 2014-12-25 2015-04-29 福建亿榕信息技术有限公司 Method and system for automatically governing data of relational database
CN105808588B (en) * 2014-12-31 2019-06-18 北京瑞狮天智信息技术有限公司 Distributed orientation vertical information search system and method based on crowdsourcing model
CN105446812A (en) * 2016-01-04 2016-03-30 中国南方电网有限责任公司 Multitask scheduling configuration method
US10341465B2 (en) * 2016-04-03 2019-07-02 Microsoft Technology Licensing, Llc Policy driven flight management
CN106100779B (en) * 2016-07-21 2018-12-04 四川九州电子科技股份有限公司 Regulate and control method and system based on the emergent broadcast task of automatic regular polling and Real-Time Scheduling
CN108932157B (en) * 2017-05-22 2021-04-30 北京京东尚科信息技术有限公司 Method, system, electronic device and readable medium for distributed processing of tasks
CN107977260B (en) * 2017-11-23 2020-08-28 鼎富智能科技有限公司 Task submitting method and device
CN108762949B (en) * 2018-05-21 2021-07-09 招银云创信息技术有限公司 Centralized scheduling method, system, computer equipment and storage medium
CN110895488B (en) * 2018-09-12 2023-10-20 三六零科技集团有限公司 Task scheduling method and device
CN109597678B (en) * 2018-10-09 2023-07-21 创新先进技术有限公司 Task processing method and device
CN109471707A (en) * 2018-10-12 2019-03-15 传化智联股份有限公司 The dispositions method and device of scheduler task
CN111625269A (en) * 2020-05-14 2020-09-04 中电工业互联网有限公司 Web-based universal Spark task submission system and method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020059559A1 (en) * 2000-03-16 2002-05-16 Kirthiga Reddy Common user interface development toolkit
CN1441349A (en) * 2002-02-26 2003-09-10 加林克半导体V.N.有限公司 Hardware system structure based task for intellectual property reutilizing maximum
CN1450469A (en) * 2002-04-11 2003-10-22 佳能株式会社 Data process device, method and program
CN1459063A (en) * 2001-03-09 2003-11-26 文智焕 System and method for realtime-controlling web browser of user
US20030229688A1 (en) * 2002-06-05 2003-12-11 Trend Micro Incorporated Network automatic management system and method for performing the same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020059559A1 (en) * 2000-03-16 2002-05-16 Kirthiga Reddy Common user interface development toolkit
CN1459063A (en) * 2001-03-09 2003-11-26 文智焕 System and method for realtime-controlling web browser of user
CN1441349A (en) * 2002-02-26 2003-09-10 加林克半导体V.N.有限公司 Hardware system structure based task for intellectual property reutilizing maximum
CN1450469A (en) * 2002-04-11 2003-10-22 佳能株式会社 Data process device, method and program
US20030229688A1 (en) * 2002-06-05 2003-12-11 Trend Micro Incorporated Network automatic management system and method for performing the same

Also Published As

Publication number Publication date
CN1642105A (en) 2005-07-20

Similar Documents

Publication Publication Date Title
CN100341281C (en) Method for realizing task management for network system
CN1171145C (en) Request dispatch sequence for automatic software configuration
CN107562472B (en) Micro-service system and method based on docker container
CN1262915C (en) System and method for rapid completion of data processing tasks distributed on a network
CN1291313C (en) System and method for the automatic installation and configuration of an operating system
CN1130674C (en) Communication device and method controlled by appointment data
CN101038559A (en) Batch task scheduling engine and dispatching method
CN103645909A (en) Handling method and device for timed task
CN100337235C (en) Method and apparatus for accessing database
CN1906585A (en) Method, system and product for identifying, reserving, and logically provisioning resources in provisioning data processing systems
CN1645330A (en) Method and system for grid-enabled virtual machines with distributed management of applications
CN1836213A (en) Automatic and dynamic provisioning of databases
CN1906580A (en) Method and system for a grid-enabled virtual machine with movable objects
CN1798170A (en) Apparatus and method for processing schedule-related event in wireless terminal
CN1866283A (en) System and method for implementing regular system triggering
CN1828541A (en) Implementation method for timing task in Java operating system
CN1207847A (en) System platform for communication system
CN1852101A (en) Parallel downloading method and terminal
CN1855934A (en) Web service processing apparatus and method
CN1942860A (en) A system and method for modeling and dynamically deploying services into a distributed networking architecture
CN1684487A (en) Communication system, device ,apparatus and method for coping with multi-language management
CN1787000A (en) System and method for centralized managing and dispatching of batch work
CN1298503A (en) Dynamic lookup service in a distributed system
CN1924803A (en) Apparatus and method for processing data in different modalities
CN1913692A (en) Method for loading equipment software according to allocation

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

Granted publication date: 20071003

Termination date: 20160105

EXPY Termination of patent right or utility model