WO1999012096A1 - Verfahren zur ereignis- und zeitsteuerung - Google Patents

Verfahren zur ereignis- und zeitsteuerung Download PDF

Info

Publication number
WO1999012096A1
WO1999012096A1 PCT/DE1998/001801 DE9801801W WO9912096A1 WO 1999012096 A1 WO1999012096 A1 WO 1999012096A1 DE 9801801 W DE9801801 W DE 9801801W WO 9912096 A1 WO9912096 A1 WO 9912096A1
Authority
WO
WIPO (PCT)
Prior art keywords
specified
property
existence
column
conditions
Prior art date
Application number
PCT/DE1998/001801
Other languages
German (de)
English (en)
French (fr)
Inventor
Ralph Rinschen
Original Assignee
Siemens Nixdorf Informationssysteme Ag
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 Siemens Nixdorf Informationssysteme Ag filed Critical Siemens Nixdorf Informationssysteme Ag
Priority to EP98942463A priority Critical patent/EP1010073A1/de
Priority to JP2000509033A priority patent/JP2001515241A/ja
Priority to BR9812015-8A priority patent/BR9812015A/pt
Publication of WO1999012096A1 publication Critical patent/WO1999012096A1/de

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3017Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is implementing multitasking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring

Definitions

  • the invention relates to an operating method for a data processing system, in particular starting programs on the basis of system changes.
  • time-dependent monitoring and work processes that automatically process, e.g. perform a data backup at night.
  • Examples of this are the component 'cron', e.g. in the X / OPEN Portability Guide, Vol.l, Amsterdam 1987, ISBN 0-444- 70174-5.
  • a time can be specified here at which a command is to be started.
  • a query is usually activated by the time control, which in turn then analyzes whether the events have occurred. Since this process and the queries are relatively complex, an interval which is longer in relation to the temporal resolution of the cron timer, usually one second, is used. All the more so since the known 'cron' component only allows the enumeration of times. However, this is not a quick reaction to changes in the system.
  • the object of the invention is therefore to provide a method in which a specific one is also carried out at short time intervals Change in the overall system leads to a process that reacts to it.
  • a background process similar to the 'cron' process is provided, which, however, is now not or not primarily time-controlled, but rather monitors a list of names for resources.
  • these are preferably registry entries, the actual values of which are either read out and stored at the start or taken from a file or a section of the registry reserved for this purpose at the start.
  • a file is used according to the usual procedure.
  • the invention uses a process that is started when the system is started and is only ended when the system is switched off.
  • the setup and handling of such processes also referred to as 'daemon', is to be carried out specifically for the operating system, but is otherwise generally known (e.g. /etc/init.d in POSIX, AUTOEXEC.BAT in DOS, autostart program group in Windows).
  • This process uses a number of parameters that are stored in one or more files (POSIX) or in the registry (Windows), which is read in at the start of the process.
  • One of these parameters defines the cycle time with which the subsequent steps for the other parameters are carried out.
  • the first column shows the type of query, which can preferably be abbreviated by the first letter.
  • the resource is identified in the second column, the syntax of the description depending on the type of query.
  • the third column shows the process to be started; this specification corresponds to the usual in the respective operating system and can contain parameters.
  • the fourth column notes whether or which process has already started or when and how the previous process was ended. This column is important if the type contains an absolute query, for example for the existence of an entry in the registry. This entry is deleted by the called process. Until the end of the process, another be started, which can be achieved by an entry in this fourth column.
  • a comparison value is noted in the fifth column.
  • the current time is compared with the one given in the second column and the process is started in the third if they are identical. Further details can be found in the well-known 'cron' process in POSIX.
  • the existence of a file with a name given in the second column is checked and the process specified in the third column is executed if it exists.
  • the process number of a started process is noted in the fourth column; its use is described below.
  • a file attribute of the file specified in the second column is determined.
  • the triggering attribute here a read-only attribute ('read only', RO), is specified in the fifth column; if this attribute is set, the process is carried out in the third column.
  • an entry is searched for in a system database, which is specified in the second column.
  • a system database is provided in the Windows95 and WindowsNT operating systems.
  • the entry in the second column is only abbreviated because it is quite long. If the entry exists, the process is started in the third column. Here too, measures against a double start may be necessary, as described below.
  • the date of the last modification of a file is determined and with the date in the fifth Column compared. If there is a change, the new date is entered in the fifth column and the process specified in the third column is started.
  • the started process should delete the value in order not to be reactivated immediately. If the file is found during the existence check, the flag for starting the process is set to active. If it is determined in the next interval that the file no longer exists, the flag is automatically reset. The started process therefore does not require a function to reset the flag. Nevertheless, if the process is started asynchronously and not waited for completion as a dynamic subroutine, an entry such as the process number must be provided in the fourth column. If the condition according to the first two columns applies, a check is carried out to determine whether the process noted in the fourth column is still active. If so, nothing is done. If no, the process is started again and its process number is entered. This assumes that the normal termination of a started asynchronous process is reported and used to close the entry in the fourth column Clear. Alternatively, the process number can be deleted instead of a restart if the process can no longer be found.
  • the time interval for monitoring e.g. five seconds can be specified in the first line or as a parameter when starting the process.
  • the 'registry' is preferably also used for the parameters, which are always backed up by the operating system and kept up-to-date over system breaks. Changes can be made via the registry editor if the background process systematically writes changed values to the registry and monitors them regularly for changes.
  • a development of the invention addresses the problem that the query of the status of an item of equipment depends on means of moving very quickly and efficiently or very slowly. A quick query could be much more common than a slow one.
  • a first measure for this is to specify the query interval globally only as a standard value and to optionally provide an entry for the desired sampling interval for each entry in the list of the equipment to be monitored.
  • An improvement is achieved if the time for the determination of the equipment is determined each time and instead of a fixed interval, e.g. in seconds, a factor versus execution time is given. For example, if it is ten thousand and the execution time of a query is thirty milliseconds, the interval is set to three hundred seconds or five minutes. If the execution time increases due to the increased load on the system, the polling interval also increases, so that the system load is not increased by the polls.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Control By Computers (AREA)
  • Debugging And Monitoring (AREA)
PCT/DE1998/001801 1997-08-29 1998-06-30 Verfahren zur ereignis- und zeitsteuerung WO1999012096A1 (de)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP98942463A EP1010073A1 (de) 1997-08-29 1998-06-30 Verfahren zur ereignis- und zeitsteuerung
JP2000509033A JP2001515241A (ja) 1997-08-29 1998-06-30 イベントおよび時間制御方法
BR9812015-8A BR9812015A (pt) 1997-08-29 1998-06-30 Processo para o comando de eventos e para o comando temporizador

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE19737812 1997-08-29
DE19737812.9 1997-08-29

Publications (1)

Publication Number Publication Date
WO1999012096A1 true WO1999012096A1 (de) 1999-03-11

Family

ID=7840637

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/DE1998/001801 WO1999012096A1 (de) 1997-08-29 1998-06-30 Verfahren zur ereignis- und zeitsteuerung

Country Status (5)

Country Link
EP (1) EP1010073A1 (pt)
JP (1) JP2001515241A (pt)
CN (1) CN1269029A (pt)
BR (1) BR9812015A (pt)
WO (1) WO1999012096A1 (pt)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0454607A2 (en) * 1990-04-24 1991-10-30 International Business Machines Corporation Method for automated event activation of data processing procedures
EP0528221A2 (en) * 1991-08-12 1993-02-24 International Business Machines Corporation Asynchronous or synchronous operation of event signaller by event management services in a computer system
EP0537098A2 (en) * 1991-10-11 1993-04-14 International Business Machines Corporation Event handling mechanism having a filtering process and an action association process

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0454607A2 (en) * 1990-04-24 1991-10-30 International Business Machines Corporation Method for automated event activation of data processing procedures
EP0528221A2 (en) * 1991-08-12 1993-02-24 International Business Machines Corporation Asynchronous or synchronous operation of event signaller by event management services in a computer system
EP0537098A2 (en) * 1991-10-11 1993-04-14 International Business Machines Corporation Event handling mechanism having a filtering process and an action association process

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YAGER T: "The deep, dark registry. I Windows NT", UNIX REVIEW, MAY 1997, MILLER FREEMAN, USA, vol. 15, no. 5, ISSN 0742-3136, XP002087242 *

Also Published As

Publication number Publication date
JP2001515241A (ja) 2001-09-18
BR9812015A (pt) 2000-09-26
EP1010073A1 (de) 2000-06-21
CN1269029A (zh) 2000-10-04

Similar Documents

Publication Publication Date Title
DE69031538T2 (de) System und Verfahren zur Sammlung von Softwareanwendungsereignissen
DE3786956T2 (de) Verwaltung von registrierungsdaten in einem transaktionsorientierten System.
DE69317982T2 (de) Verfahren und Anlage zur Realzeitdatensammlung und Anzeigevorrichtung
DE69119222T2 (de) Datensicherung und Beseitigung in einem Datenverarbeitungssystem
DE69703181T2 (de) Registrierdateioptimierung in einem Client/Server-Rechnersystem
DE68927705T2 (de) Verfahren zum Entfernen unbestätigter Änderungen an gespeicherten Daten durch ein Datenbankverwaltungssystem
DE102005008520B4 (de) Verfahren, Computerprogramm-Produkt und Drucksystem zum Sortieren von Druckjobs in eienm solchen Drucksystem
EP1097428A2 (de) System und verfahren zum prüfen von netzwerk-anwendungen
EP1430369B1 (de) Dynamischer zugriff auf automatisierungsressourcen
EP1731999B1 (de) Mechanismus zum dynamischen Registrieren von Dateien in einer stapelverarbeitungsorientierten Umgebung
EP1027646A1 (de) Konfigurierungsverfahren für datenverarbeitungsanlagen
WO1999012096A1 (de) Verfahren zur ereignis- und zeitsteuerung
WO2003094093A2 (de) Vergleich von verarbeitungsprotokollen
DE102005008519B4 (de) Verfahren zum Überwachen eines Verzeichnisses in einem Drucksystem, Computerprogramm-Produkt und Drucksystem zum Ausführen dieses Verfahrens
WO2010034548A1 (de) Testmodul und verfahren zum testen einer o/r-abbildungs-middleware
DE112016006217T5 (de) Programmierbare Anzeigevorrichtung
EP3872661A1 (de) Analyse einer container-instanz eines betriebssystems
EP1179428B1 (de) Verfahren und Vorrichtung zum Abarbeiten von Verfahrensschritten
DE102017005944B4 (de) Vorrichtung und Verfahren zur gerätetechnischen Erkennung von Verletzungen von zyklischen Echtzeitbedingungen in Datenverarbeitungseinheiten und -systemen
DE10108564A1 (de) Verfahren zur Suche nach in einem verteilten System aktuell oder früher gespeicherten Daten oder Daten enthaltenden Ressourcen unter Berücksichtigung des Zeitpunkts ihrer Verfügbarkeit
EP1461701B1 (de) Programmgesteuerte einheit mit überwachungseinrichtung
DE102004021031A1 (de) Verfahren zum Generieren und Verwalten von Vorlagen für das Event Management
WO2000017754A1 (de) Verfahren zur erfassung des datenzustandes
DE10203409B4 (de) Computersystem mit einem Anwendungsserver, einer Gerätesteuerung mit angeschlossenen Peripheriegeräten und einem Verzeichnisserver
WO2002003193A2 (de) Elektronisches system zur entwicklung von software und ein verfahren zum zugriff auf interne daten der software

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 98808708.1

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): BR CN JP MX US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1998942463

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 09486009

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: PA/a/2000/002042

Country of ref document: MX

WWP Wipo information: published in national office

Ref document number: 1998942463

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1998942463

Country of ref document: EP