Data processing: database and file management or data structures – Database design – Data structure types
Reexamination Certificate
1998-09-21
2002-09-03
Lintz, Paul R. (Department: 2171)
Data processing: database and file management or data structures
Database design
Data structure types
C707S793000, C707S793000
Reexamination Certificate
active
06446077
ABSTRACT:
FIELD OF THE INVENTION
This invention relates generally to the field of information processing, and in particular to the efficient propagation of updated inherited information for objects.
COPYRIGHT NOTICE/PERMISSION
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever. The following notice applies to the software and data as described below and in the drawing hereto: Copyright®1998, Microsoft Corporation, All Rights Reserved.
BACKGROUND
Computer operating systems need a way to keep track of information which is stored in or describes objects. A directory service is a program that performs that function. It keeps a database of information relating to each object which is stored in a domain. The domain can be thought of as all the storage space available for objects on one computer or multiple networked computers. When the domain comprises multiple computers, there may be copies of the directory service database on each of the computers. When an object is changed, and the information in the database needs to change to reflect that change in the object, a replicator function is used to initiate the change in the object's database information. The replicator also sends a message to other computers in the network to make the same change to the directory database.
In WindowsNT®, the directory database contains information which is intrinsic, or actually within an object as well as information which is inherited from other objects, referred to as parent objects. The actual inherited information is duplicated in the database. It may be passed on to children of the objects and grandchildren, and so on. When a change to information, which may be inherited, is made, one way to update the information would be to replicate the change in each object to which it applied by sending messages to other systems on an object by object basis. For large object hierarchies, a change in a high level object may cause many such messages to be sent as the change propagates down to lower level objects. This may result in a large amount of network traffic, which could degrade the overall system performance.
There is a need to efficiently and reliably change directory information without generating a large amount of network traffic. There is a need to ensure that such changes are made correctly even when other objects are attempted to be modified during the changes.
SUMMARY OF THE INVENTION
Inherited information changes are propagated in a directory associated with objects independent of replication of such changes to other copies of the directory. By propagating such changes in each directory without generating a replication message for each object so changed, network traffic is greatly reduced.
The inherited information comprises security descriptors in one instance of the invention. The security descriptors are represented in a directory database and comprise permissions for accessing and modifying objects. The inherited information comprises parent lists that identify parents of each object in another instance of this invention. Each object in a hierarchy of objects is represented by a row in the database. Alternatively, a text file with one line per object, or files in a file system are used to represent objects. When a security descriptor is modified by a user, the directory service makes the change and a replicator sends a message to other copies of the directory database, which in one embodiment is represented in tree structure. Also, the directory service sends an event notification to a security descriptor propagator. The propagator traverses the directory tree in a breadth first manner, and modifies the security descriptors of all related objects. While breadth first provides some efficiencies, other traversal methods, such as depth first may also be used. Only when all the changes are committed, will the propagator complete the updating operation.
A gate is used to control some types of access to the directory so that only one type of operation may proceed at any given time. A thread must enter the gate before starting a database transaction that will add a new object, and before entering a transaction that modifies inherited information on behalf of the propagator. Threads leave the gate after closing the database transaction. The gate ensures accuracy of the database in a dynamic changing environment.
The propagation of changes is moved into the core of the directory service, relieving calling applications from having to replicate changes themselves, and avoiding large amounts of network traffic which would result from such replication.
REFERENCES:
patent: 5313630 (1994-05-01), Namioka et al.
patent: 5561803 (1996-10-01), Kilis
patent: 5652884 (1997-07-01), Palevich
patent: 5870742 (1999-02-01), Chang et al.
patent: 5907844 (1999-05-01), Guay et al.
patent: 5913037 (1999-06-01), Spofford et al.
patent: 6002867 (1999-12-01), Jazdzewski
patent: 6049805 (2000-04-01), Drucker et al.
patent: 6049807 (2000-04-01), Carroll et al.
patent: 6058396 (2000-05-01), Birze et al.
patent: 6083281 (2000-07-01), Diec et al.
patent: 6085198 (2000-07-01), Skinner et al.
patent: 6092079 (2000-07-01), Gerard et al.
patent: 6166732 (2000-12-01), Mitchell et al.
Finke et al., “Distribution and Inheritance in the HERON Approach to Heterogeneous Computing”, IEEE, 1993, pp. 399-408.*
Chen et al., “A Reflective Object-Oriented Distributed System for Heterogeneous Multimedia Environments”, IEEE, 1995, pp. 186-193.*
Braham, “Integrating of Inherit and Reference Links in the Building of an Object Distributed Database Management System”, IEEE, 1997, pp. 535-541.
Straube Dave
Williams Tim
Lee & Hayes PLLC
Lintz Paul R.
Microsoft Corporation
Pardo Thuy
LandOfFree
Inherited information propagator for objects does not yet have a rating. At this time, there are no reviews or comments for this patent.
If you have personal experience with Inherited information propagator for objects, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Inherited information propagator for objects will most certainly appreciate the feedback.
Profile ID: LFUS-PAI-O-2914129