CA2099911A1 - Method and system for transactioning of modifications to a tree structured file - Google Patents

Method and system for transactioning of modifications to a tree structured file

Info

Publication number
CA2099911A1
CA2099911A1 CA002099911A CA2099911A CA2099911A1 CA 2099911 A1 CA2099911 A1 CA 2099911A1 CA 002099911 A CA002099911 A CA 002099911A CA 2099911 A CA2099911 A CA 2099911A CA 2099911 A1 CA2099911 A1 CA 2099911A1
Authority
CA
Canada
Prior art keywords
transacted
node
modification
request
file
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.)
Granted
Application number
CA002099911A
Other languages
French (fr)
Other versions
CA2099911C (en
Inventor
Robert G. Atkinson
Andrew L. Bliss
Philip J. Lafornara
Philip Ljubicich
Alexander G. Tilles
Antony S. Williams
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.)
Microsoft Corp
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to CA002320675A priority Critical patent/CA2320675C/en
Priority to CA002320674A priority patent/CA2320674C/en
Publication of CA2099911A1 publication Critical patent/CA2099911A1/en
Application granted granted Critical
Publication of CA2099911C publication Critical patent/CA2099911C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/24Loading of the microprogram
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0674Disk device
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9017Indexing; Data structures therefor; Storage structures using directory or table look-up
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • G06F3/0605Improving or facilitating administration, e.g. storage management by facilitating the interaction with a user or administrator
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/0643Management of files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/956Hierarchical
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing

Abstract

A method and system facilitate transactioning of modifica-tions to data. A hierarchical structure organizes data as nodes that contain the data. Each node is designated as transacted or direct. In response to receiving a request to modify data in a transacted node, the modification is associated with the transacted node. In response to receiving a request to commit the modification to file, the modification is dissociated from the transacted node. When the transacted node has an ancestor node that is transacted, the modification is associated with an ancestor node that is transacted. When the transacted node has no transacted ancestor node, the modification is stored directly in the file.
Before receiving the request to commit, a request to revert can cause disassociation of the modification from the transacted node. Depending on storage mode, a modification can be stored in a new or in an old portion of the file.
CA002099911A 1992-07-06 1993-07-06 Method and system for transactioning of modifications to a tree structured file Expired - Lifetime CA2099911C (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA002320675A CA2320675C (en) 1992-07-06 1993-07-06 Method and system for storing and accessing data in a compound document using object linking
CA002320674A CA2320674C (en) 1992-07-06 1993-07-06 Method and system for storing data objects using a small object data stream

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/909,533 1992-07-06
US07/909,533 US5506983A (en) 1992-07-06 1992-07-06 Method and system for transactioning of modifications to a tree structured file

Related Child Applications (2)

Application Number Title Priority Date Filing Date
CA002320675A Division CA2320675C (en) 1992-07-06 1993-07-06 Method and system for storing and accessing data in a compound document using object linking
CA002320674A Division CA2320674C (en) 1992-07-06 1993-07-06 Method and system for storing data objects using a small object data stream

Publications (2)

Publication Number Publication Date
CA2099911A1 true CA2099911A1 (en) 1994-01-07
CA2099911C CA2099911C (en) 2001-11-27

Family

ID=25427396

Family Applications (3)

Application Number Title Priority Date Filing Date
CA002320674A Expired - Lifetime CA2320674C (en) 1992-07-06 1993-07-06 Method and system for storing data objects using a small object data stream
CA002099911A Expired - Lifetime CA2099911C (en) 1992-07-06 1993-07-06 Method and system for transactioning of modifications to a tree structured file
CA002320675A Expired - Lifetime CA2320675C (en) 1992-07-06 1993-07-06 Method and system for storing and accessing data in a compound document using object linking

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CA002320674A Expired - Lifetime CA2320674C (en) 1992-07-06 1993-07-06 Method and system for storing data objects using a small object data stream

Family Applications After (1)

Application Number Title Priority Date Filing Date
CA002320675A Expired - Lifetime CA2320675C (en) 1992-07-06 1993-07-06 Method and system for storing and accessing data in a compound document using object linking

Country Status (7)

Country Link
US (3) US5506983A (en)
EP (4) EP1006456A3 (en)
JP (3) JP3672582B2 (en)
KR (1) KR100287046B1 (en)
AT (2) ATE179003T1 (en)
CA (3) CA2320674C (en)
DE (2) DE69332672T2 (en)

Families Citing this family (109)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5506983A (en) * 1992-07-06 1996-04-09 Microsoft Corporation Method and system for transactioning of modifications to a tree structured file
WO1994027229A1 (en) * 1993-05-10 1994-11-24 Apple Computer, Inc. Computer-human interface system which manipulates parts between a desktop and a document
US5812862A (en) * 1993-05-10 1998-09-22 Apple Computer, Inc. Computer-human interface system for compound documents
WO1994027228A1 (en) * 1993-05-10 1994-11-24 Apple Computer, Inc. System for automatically determining the status of contents added to a document
US5652879A (en) * 1993-05-12 1997-07-29 Apple Computer, Inc. Dynamic value mechanism for computer storage container manager enabling access of objects by multiple application programs
US5870764A (en) * 1993-05-12 1999-02-09 Apple Computer, Inc. Method of managing a data structure for concurrent serial and parallel revision of a work
US5873097A (en) * 1993-05-12 1999-02-16 Apple Computer, Inc. Update mechanism for computer storage container manager
CA2124752C (en) * 1993-06-30 2005-04-12 Mark Zbikowski Meta-data structure and handling
CA2124754C (en) * 1993-06-30 2005-06-28 Mark Zbikowski Storage of file data on disk in multiple representations
US5922054A (en) * 1994-08-19 1999-07-13 Canon Kabushiki Kaisha System for managing external applications and files
EP0769169B1 (en) 1995-05-05 2004-09-22 Apple Computer, Inc. A network component system
US5740455A (en) * 1995-05-16 1998-04-14 Apple Computer, Inc. Enhanced compound document processing architectures and methods therefor
US5664208A (en) * 1995-05-16 1997-09-02 Apple Computer, Inc. Methods and apparatuses for seamless compound document processing
JP3635765B2 (en) * 1996-02-23 2005-04-06 ブラザー工業株式会社 Printing characteristic display device
US5842219A (en) * 1996-03-14 1998-11-24 International Business Machines Corporation Method and system for providing a multiple property searching capability within an object-oriented distributed computing network
US6119130A (en) * 1996-03-28 2000-09-12 Oracle Corporation Method and apparatus for providing schema evolution without recompilation
US6304893B1 (en) 1996-07-01 2001-10-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server event driven message framework in an interprise computing framework system
US6038590A (en) 1996-07-01 2000-03-14 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server state machine in an interprise computing framework system
US6424991B1 (en) 1996-07-01 2002-07-23 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server communication framework
US6272555B1 (en) 1996-07-01 2001-08-07 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server-centric interprise computing framework system
US5848246A (en) 1996-07-01 1998-12-08 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server session manager in an interprise computing framework system
US6266709B1 (en) 1996-07-01 2001-07-24 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server failure reporting process
US5999972A (en) 1996-07-01 1999-12-07 Sun Microsystems, Inc. System, method and article of manufacture for a distributed computer system framework
US6434598B1 (en) 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US5987245A (en) 1996-07-01 1999-11-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture (#12) for a client-server state machine framework
US6049832A (en) * 1996-11-15 2000-04-11 Wall Data Incorporated Method for accessing information on a host computer from a client computer through an intelligent virtual host component
US5878206A (en) * 1997-03-25 1999-03-02 Hewlett-Packard Company Commit scope control in hierarchical information processes
US6061696A (en) * 1997-04-28 2000-05-09 Computer Associates Think, Inc. Generating multimedia documents
US6670196B1 (en) * 1997-05-14 2003-12-30 Biosite, Inc. Rapid evaluation of the ratio of biological molecules
US7284187B1 (en) 1997-05-30 2007-10-16 Aol Llc, A Delaware Limited Liability Company Encapsulated document and format system
US5970252A (en) * 1997-08-12 1999-10-19 International Business Machines Corporation Method and apparatus for loading components in a component system
US6093215A (en) * 1997-08-12 2000-07-25 International Business Machines Corporation Method and apparatus for building templates in a component system
US5978579A (en) * 1997-08-12 1999-11-02 International Business Machines Corporation Architecture for customizable component system
US6182279B1 (en) * 1997-08-12 2001-01-30 International Business Machines Corporation Method and apparatus for storing templates in a component system
US6195794B1 (en) 1997-08-12 2001-02-27 International Business Machines Corporation Method and apparatus for distributing templates in a component system
US6067541A (en) * 1997-09-17 2000-05-23 Microsoft Corporation Monitoring document changes in a file system of documents with the document change information stored in a persistent log
US6240414B1 (en) 1997-09-28 2001-05-29 Eisolutions, Inc. Method of resolving data conflicts in a shared data environment
US7447712B2 (en) 1997-09-28 2008-11-04 Global 360, Inc. Structured workfolder
US6237011B1 (en) * 1997-10-08 2001-05-22 Caere Corporation Computer-based document management system
US6070254A (en) * 1997-10-17 2000-05-30 International Business Machines Corporation Advanced method for checking the integrity of node-based file systems
US6018789A (en) * 1997-11-24 2000-01-25 Western Digital Corporation Disk drive with cache segment providing adaptively managed chunks
US6269362B1 (en) * 1997-12-19 2001-07-31 Alta Vista Company System and method for monitoring web pages by comparing generated abstracts
US6163776A (en) * 1998-03-23 2000-12-19 Software Tree, Inc. System and method for exchanging data and commands between an object oriented system and relational system
US6614433B1 (en) * 1998-06-05 2003-09-02 Unisys Corporation Method and system for distributed, dynamic generation of graphics files
US6272607B1 (en) * 1998-08-28 2001-08-07 International Business Machines Corporation Method and apparatus for transactional writing of data into a persistent memory
US6562076B2 (en) 1998-08-31 2003-05-13 Xerox Corporation Extending application behavior through active properties attached to a document in a document management system
US6266682B1 (en) 1998-08-31 2001-07-24 Xerox Corporation Tagging related files in a document management system
US6549918B1 (en) 1998-09-21 2003-04-15 Microsoft Corporation Dynamic information format conversion
US6192376B1 (en) 1998-11-13 2001-02-20 International Business Machines Corporation Method and apparatus for shadowing a hierarchical file system index structure to enable error recovery
JP3756352B2 (en) * 1999-06-29 2006-03-15 富士通株式会社 Compiler device and computer-readable recording medium recording compiler
US20060031746A1 (en) * 1999-11-11 2006-02-09 Toepfer John R Publishing architecture system and method
US20020069214A1 (en) * 1999-12-02 2002-06-06 Smith John M. Document services architecture
US6856993B1 (en) * 2000-03-30 2005-02-15 Microsoft Corporation Transactional file system
US20020087579A1 (en) * 2000-06-23 2002-07-04 Alan Chasanoff Object universe
FR2811101B1 (en) * 2000-07-03 2002-09-20 Axicare METHOD FOR PROCESSING STRUCTURED DATA USING OBJECT ORIENTED COMPUTER LANGUAGE
DE60139632D1 (en) * 2000-11-29 2009-10-01 British Telecomm TRANSFERRING AND RECEIVING REAL-TIME DATA
US7386792B1 (en) * 2001-03-07 2008-06-10 Thomas Layne Bascom System and method for collecting, storing, managing and providing categorized information related to a document object
US6618736B1 (en) * 2001-03-09 2003-09-09 Ensim Corporation Template-based creation and archival of file systems
US7428548B2 (en) * 2001-08-15 2008-09-23 Bentley Systems, Inc. Computer readable medium for storing large data files
EP1417800B1 (en) * 2001-08-15 2017-10-04 Bentley Systems, Incorporated Method and system for storing large data files
KR20040041170A (en) * 2001-09-21 2004-05-14 브리티쉬 텔리커뮤니케이션즈 파블릭 리미티드 캄퍼니 Data communications method and system using receiving buffer size to calculate transmission rate for congestion control
EP1449331B1 (en) * 2001-11-30 2007-09-19 British Telecommunications Public Limited Company Data transmission
US7134020B2 (en) * 2002-01-31 2006-11-07 Peraogulne Corp. System and method for securely duplicating digital documents
EP1359722A1 (en) * 2002-03-27 2003-11-05 BRITISH TELECOMMUNICATIONS public limited company Data streaming system and method
CN100471266C (en) * 2002-03-27 2009-03-18 英国电讯有限公司 Data structure for data streaming system
KR100804945B1 (en) * 2002-04-29 2008-02-20 주식회사 포스코 An apparatus for maintaining the accuracy of a roll neck part
US7548935B2 (en) * 2002-05-09 2009-06-16 Robert Pecherer Method of recursive objects for representing hierarchies in relational database systems
US7234109B2 (en) * 2002-11-19 2007-06-19 Microsoft Corp. Equality of extensible markup language structures
GB0306296D0 (en) * 2003-03-19 2003-04-23 British Telecomm Data transmission
US20030191681A1 (en) * 2003-05-06 2003-10-09 Gallion Kirk P. Method for managing a business process related to a document publishing project
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
US7676481B2 (en) * 2005-02-24 2010-03-09 Microsoft Corporation Serialization of file system item(s) and associated entity(ies)
US8271541B2 (en) * 2004-03-31 2012-09-18 Fusionops Corporation Method and apparatus for developing composite applications
US8683318B1 (en) * 2004-07-14 2014-03-25 American Express Travel Related Services Company, Inc. Methods and apparatus for processing markup language documents
US7457826B2 (en) * 2004-12-20 2008-11-25 Microsoft Corporation Systems and methods for synchronization of items without snapshots
US8521752B2 (en) * 2005-06-03 2013-08-27 Osr Open Systems Resources, Inc. Systems and methods for arbitrary data transformations
US7630998B2 (en) * 2005-06-10 2009-12-08 Microsoft Corporation Performing a deletion of a node in a tree data storage structure
RU2005124030A (en) * 2005-07-28 2007-02-10 Александр Михайлович Юров (RU) METHOD OF VISUAL ADDRESSING TEAMS IN TREE
CN101000610B (en) * 2006-01-11 2010-09-29 鸿富锦精密工业(深圳)有限公司 Scatter storage system and method for file
US8538931B2 (en) 2006-04-28 2013-09-17 International Business Machines Corporation Protecting the integrity of dependent multi-tiered transactions
GB2439752B (en) * 2006-06-30 2011-11-02 Data Equation Ltd Storing and Modifying Data
GB2439578B (en) * 2006-06-30 2011-11-09 Data Equation Ltd Data processing
GB2439577B (en) * 2006-06-30 2011-12-14 Data Equation Ltd Data processing
GB2440357B (en) 2006-06-30 2011-12-07 Data Equation Ltd Data processing
GB2439576B (en) * 2006-06-30 2011-05-04 Data Equation Ltd Storing related data fragments in the same block
US7512748B1 (en) 2006-08-17 2009-03-31 Osr Open Systems Resources, Inc. Managing lock rankings
US8539228B1 (en) 2006-08-24 2013-09-17 Osr Open Systems Resources, Inc. Managing access to a resource
JP2008077173A (en) * 2006-09-19 2008-04-03 Sony Computer Entertainment Inc Content display processing device and in-content advertising display method
US8453284B2 (en) * 2007-02-06 2013-06-04 Zodiac Pool Care South Africa (Pty) Limited Swimming pool cleaner
US8024433B2 (en) 2007-04-24 2011-09-20 Osr Open Systems Resources, Inc. Managing application resources
US7949693B1 (en) 2007-08-23 2011-05-24 Osr Open Systems Resources, Inc. Log-structured host data storage
US20100169092A1 (en) * 2008-11-26 2010-07-01 Backes Steven J Voice interface ocx
US8307891B2 (en) * 2009-01-28 2012-11-13 Baker Hughes Incorporated Retractable downhole backup assembly for circumferential seal support
US8134733B2 (en) * 2009-04-24 2012-03-13 Xerox Corporation Pre-concatenation execution method and system for automated prepress process nodes
CN102122284B (en) * 2010-01-08 2014-07-02 腾讯科技(深圳)有限公司 Compound document storage and read-write method and compound document storage and read-write device
US9965224B2 (en) * 2010-02-24 2018-05-08 Veritas Technologies Llc Systems and methods for enabling replication targets to reclaim unused storage space on thin-provisioned storage systems
US8769392B2 (en) * 2010-05-26 2014-07-01 Content Catalyst Limited Searching and selecting content from multiple source documents having a plurality of native formats, indexing and aggregating the selected content into customized reports
US9430470B2 (en) * 2010-05-26 2016-08-30 Content Catalyst Limited Automated report service tracking system and method
US8843814B2 (en) * 2010-05-26 2014-09-23 Content Catalyst Limited Automated report service tracking system and method
US10911550B2 (en) 2010-11-09 2021-02-02 Microsoft Technology Licensing, Llc Partial loading and editing of documents from a server
US10338947B2 (en) 2011-03-15 2019-07-02 Microsoft Technology Licensing, Llc Extent virtualization
US8903874B2 (en) 2011-11-03 2014-12-02 Osr Open Systems Resources, Inc. File system directory attribute correction
US8868531B2 (en) * 2012-09-10 2014-10-21 Apple Inc. Concurrent access methods for tree data structures
US9830329B2 (en) 2014-01-15 2017-11-28 W. Anthony Mason Methods and systems for data storage
US10437564B1 (en) 2016-09-16 2019-10-08 Software Tree, LLC Object mapping and conversion system
DE102018126546A1 (en) * 2017-12-22 2019-06-27 Odass Gbr Method for reducing the computing time of a data processing device
US10997153B2 (en) * 2018-04-20 2021-05-04 Hewlett Packard Enterprise Development Lp Transaction encoding and transaction persistence according to type of persistent storage
US11243703B2 (en) 2018-04-27 2022-02-08 Hewlett Packard Enterprise Development Lp Expandable index with pages to store object records

Family Cites Families (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4536837A (en) * 1982-05-25 1985-08-20 Elxsi Improved disk file allocation and mapping system utilizing cylinder control blocks and file map having unbalanced tree structure
US4739477A (en) * 1984-08-30 1988-04-19 International Business Machines Corp. Implicit creation of a superblock data structure
US4723209A (en) * 1984-08-30 1988-02-02 International Business Machines Corp. Flow attribute for text objects
JPS6410353A (en) * 1987-07-03 1989-01-13 Hitachi Ltd Computer file system
JPH01237757A (en) * 1987-12-23 1989-09-22 Internatl Business Mach Corp <Ibm> Retrieval of document object in information processing system
US4899299A (en) * 1987-12-23 1990-02-06 International Business Machines Corporation Method for managing the retention of electronic documents in an interactive information handling system
JPH01211067A (en) * 1988-02-19 1989-08-24 Hitachi Ltd Document editing device
US4953080A (en) * 1988-04-25 1990-08-28 Hewlett-Packard Company Object management facility for maintaining data in a computer system
US4933880A (en) * 1988-06-15 1990-06-12 International Business Machines Corp. Method for dynamically processing non-text components in compound documents
US5359708A (en) * 1988-06-15 1994-10-25 International Business Machines Corp. Dynamic in a document processing system for dynamically locating format controls and determining formatting information in effect before and after each format control
JPH0277872A (en) * 1988-09-14 1990-03-16 Hitachi Ltd Document processor with active function
US4907151A (en) * 1988-09-30 1990-03-06 Digital Equipment Corporation System and method for garbage collection with ambiguous roots
US5029125A (en) * 1989-03-07 1991-07-02 Drexler Technology Corporation Method of reading and writing files on nonerasable storage media
US5339392A (en) * 1989-07-27 1994-08-16 Risberg Jeffrey S Apparatus and method for creation of a user definable video displayed document showing changes in real time data
US5371885A (en) * 1989-08-29 1994-12-06 Microsoft Corporation High performance file system
US5247520A (en) * 1989-10-13 1993-09-21 International Business Machines Corporation Communications architecture interface
JPH03232029A (en) * 1989-12-08 1991-10-16 Fuji Photo Film Co Ltd Storage managing system for memory card
GB9005697D0 (en) * 1990-03-14 1990-05-09 Digital Equipment Int Data format conversion
US5535319A (en) * 1990-04-13 1996-07-09 International Business Machines Corporation Method of creating and detecting device independent controls in a presentation data stream
US5297279A (en) * 1990-05-30 1994-03-22 Texas Instruments Incorporated System and method for database management supporting object-oriented programming
US5317730A (en) * 1991-01-11 1994-05-31 International Business Machines Corporation System for modifying persistent database based upon set of data elements formed after selective insertion or deletion
JPH04275684A (en) * 1991-03-01 1992-10-01 Fuji Xerox Co Ltd Graphic information data base constructing emthod and device applying the method
US5269019A (en) * 1991-04-08 1993-12-07 Storage Technology Corporation Non-volatile memory storage and bilevel index structure for fast retrieval of modified records of a disk track
US5448727A (en) * 1991-04-30 1995-09-05 Hewlett-Packard Company Domain based partitioning and reclustering of relations in object-oriented relational database management systems
US5243518A (en) * 1991-05-03 1993-09-07 Xerox Corporation Document services architecture
US5349658A (en) * 1991-11-01 1994-09-20 Rourke Thomas C O Graphical user interface
US5335290A (en) * 1992-04-06 1994-08-02 Ricoh Corporation Segmentation of text, picture and lines of a document image
US5479656A (en) * 1992-05-13 1995-12-26 Rawlings, Iii; Joseph H. Method and system for maximizing data files stored in a random access memory of a computer file system and optimization therefor
US5423034A (en) * 1992-06-10 1995-06-06 Cohen-Levy; Leon Network file management with user determined hierarchical file structures and means for intercepting application program open and save commands for inputting and displaying user inputted descriptions of the location and content of files
US5581760A (en) * 1992-07-06 1996-12-03 Microsoft Corporation Method and system for referring to and binding to objects using identifier objects
CA2099916C (en) * 1992-07-06 2002-12-24 Steven J. Sinofsky Method and system for organizing internal structure of a file
US5506983A (en) * 1992-07-06 1996-04-09 Microsoft Corporation Method and system for transactioning of modifications to a tree structured file
US5515536A (en) * 1992-11-13 1996-05-07 Microsoft Corporation Method and system for invoking methods of an object through a dispatching interface
WO1994014115A2 (en) * 1992-12-01 1994-06-23 Microsoft Corporation A method and system for in-place interaction with embedded objects
US5537526A (en) * 1993-11-12 1996-07-16 Taugent, Inc. Method and apparatus for processing a display document utilizing a system level document framework
US5608909A (en) * 1994-04-15 1997-03-04 Microsoft Corporation Method and system for caching presentation data of a source object in a presentation cache
US5467472A (en) * 1994-04-15 1995-11-14 Microsoft Corporation Method and system for generating and maintaining property sets with unique format identifiers

Also Published As

Publication number Publication date
EP1006457A3 (en) 2009-11-25
JP3984983B2 (en) 2007-10-03
EP0578204A3 (en) 1994-03-23
US5706504A (en) 1998-01-06
DE69332672D1 (en) 2003-03-06
JPH06161849A (en) 1994-06-10
JP3672582B2 (en) 2005-07-20
EP1006456A2 (en) 2000-06-07
EP1006457A2 (en) 2000-06-07
CA2099911C (en) 2001-11-27
JP4318305B2 (en) 2009-08-19
EP0892355A1 (en) 1999-01-20
EP0578204A2 (en) 1994-01-12
CA2320675A1 (en) 1994-01-07
ATE231997T1 (en) 2003-02-15
EP1006456A3 (en) 2009-12-02
EP0892355B1 (en) 2003-01-29
CA2320675C (en) 2004-04-13
JP2004355660A (en) 2004-12-16
DE69324410T2 (en) 1999-08-05
US5506983A (en) 1996-04-09
KR100287046B1 (en) 2001-04-16
EP0578204B1 (en) 1999-04-14
CA2320674A1 (en) 1994-01-07
KR940006025A (en) 1994-03-22
ATE179003T1 (en) 1999-04-15
US5715441A (en) 1998-02-03
DE69324410D1 (en) 1999-05-20
DE69332672T2 (en) 2003-07-10
CA2320674C (en) 2004-04-27
JP2005018803A (en) 2005-01-20

Similar Documents

Publication Publication Date Title
CA2099911A1 (en) Method and system for transactioning of modifications to a tree structured file
AU3320295A (en) Relational database management system for chemical struture storage, searching and retrieval
WO1990004829A3 (en) Object-oriented, logic, and database programming tool
CA2078045A1 (en) Global Management of Telephone Directory
WO1997044960A3 (en) System and method for supporting and managing telecommunications services
WO2001016705A3 (en) System, method, and article of manufacture for piecemeal retrieval in an information services patterns environment
CA2112509A1 (en) Control System for Parallel Execution of Job Steps in Computer System
EP1349042A3 (en) System for controlling the distribution and use of digital works using digital tickets
EP0633538A3 (en) Relational database management system.
EP0507110A3 (en) Network management system and relational database therefore
EP0640966A3 (en) Storage and retrieval system.
EP0632365A3 (en) Modified buddy system for managing disk space
EP0631232A3 (en) Integration of systems management services with an underlying system object model.
AU6832994A (en) Storage manager for computer system
TW359786B (en) Method for automatically restoring consistency in a hierarchical objects structure in a computer after a user interaction, and computer comprising such a system for automatic consistency restoration
CA2098590A1 (en) Call Admission Control in ATM Network
ES2035772A1 (en) Self-supporting mirror and method for the manufacture thereof
EP0631229A3 (en) Method and system of storing and restoring object persistent attribute data.
DE68928759D1 (en) Computer with intelligent storage system and associated procedure
CA2149157A1 (en) An authentication hierarchical structure of switching nodes for storage of authentication information
DE69302362D1 (en) STABLE ZEOLITE WITH A LOW ELEMENTARY CELL CONSTANT, AND METHOD FOR THE PRODUCTION THEREOF
CA2100589A1 (en) Method for specifying user interfaces and programming system running a multiple user interface type computer
EP0607806A3 (en) Alkaline storage battery and method for producing the same.
CA2130065A1 (en) Utilizing Pseudotables as a Method and Mechanism for Providing Database Monitor Information
CA2174839A1 (en) Graphic state processing

Legal Events

Date Code Title Description
EEER Examination request