Patents by Inventor John J. Vriezen

John J. Vriezen has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Patent number: 5625820
    Abstract: System control over the logging of objects in order to meet the user specified recovery requirements. Under the fixed recovery time environment, the user chooses a length of time to be spent on object recovery, and the system dynamically manages the logging of objects to meet this time. The shorter the time the user chooses, the more objects the system will log, and the more performance degradation there will be as a result of the logging at run-time. The user may partition storage into Auxiliary Storage Pools (ASPs), which are groups of non-volatile storage, and then specify the recovery time on a per ASP basis. Under the minimal impact environment, the system dynamically manages the objects to be logged such that the object logging has a minimal impact on run-time performance.
    Type: Grant
    Filed: July 3, 1996
    Date of Patent: April 29, 1997
    Assignee: International Business Machines Corporation
    Inventors: David L. Hermsmeier, Gary R. Ricard, John J. Vriezen, Larry W. Youngren
  • Patent number: 5574897
    Abstract: System control over the logging of objects in order to meet the user specified recovery requirements. Under the fixed recovery time environment, the user chooses a length of time to be spent on object recovery, and the system dynamically manages the logging of objects to meet this time. The shorter the time the user chooses, the more objects the system will log, and the more performance degradation there will be as a result of the logging at run-time. The user may partition storage into Auxiliary Storage Pools (ASPs), which are groups of non-volatile storage, and then specify the recovery time on a per ASP basis. Under the minimal impact environment, the system dynamically manages the objects to be logged such that the object logging has a minimal impact on run-time performance.
    Type: Grant
    Filed: September 30, 1992
    Date of Patent: November 12, 1996
    Assignee: International Business Machines Corporation
    Inventors: David L. Hermsmeier, Gary R. Ricard, John J. Vriezen, Larry W. Youngren
  • Patent number: 5293600
    Abstract: Methods and apparatus are set forth for improving the performance of general purpose computing systems that utilize exclusive and shared seize mechanisms to assure the integrity of shared data objects, records, or other unit of synchronization. More particularly, methods and apparatus are set forth which allow concurrent reads of shared data objects in a coherent fashion, without always having to perform a seize.
    Type: Grant
    Filed: April 6, 1990
    Date of Patent: March 8, 1994
    Assignee: International Business Machines Corporation
    Inventor: John J. Vriezen
  • Patent number: 5265245
    Abstract: An in use table manager in a computer system uses an in use table to track the use of files, or objects. The in use table is used to determine which objects may need recovery in the event of a system failure. Object addresses are hashed by the in use manager to identify a preferred slot in the table. The slots contain information identifying the object, and indicating the extent of use of the object. The in use manager assigns alternate slots, and dynamically changes the size of the in use table to reduce contention for slots. Several atomic operations on the table ensure integrity of the table, while permitting concurrent use. Portions of the table are bundled into single I/O operations to enhance system performance by minimizing I/O.
    Type: Grant
    Filed: June 5, 1992
    Date of Patent: November 23, 1993
    Assignee: International Business Machines Corporation
    Inventors: Michael L. Nordstrom, Gary R. Ricard, John J. Vriezen, David R. Welsh, Larry W. Youngren
  • Patent number: 5001477
    Abstract: A method of encoding data records comprised of null or variable length fields of data bytes such that the sortabilty of the resulting string of data is permitted via simple byte comparisons. The first field is examined to determine if it is a null field. A null field is a field containing no data. It should sort out before a field containing any data, even all zeros. If a null field is detected, it is represented in the encoded string of data by a null field indicator. If the field is not a null field, the bytes in the field are examined. Zero value bytes are encoded based on the number of consecutive zero value bytes while non-zero bytes remain unchanged. An end of field indicator designates the end of each field in the resulting string of encoded data.
    Type: Grant
    Filed: November 3, 1988
    Date of Patent: March 19, 1991
    Assignee: International Business Machines
    Inventors: Daniel R. Hicks, Gary R. Ricard, John J. Vriezen
  • Patent number: 4928222
    Abstract: An enhanced semaphore architecture, referred to herein as a "fullphore", combines the "P" and "V" operations of a semaphore into a single "S" operation capable of handling both consumer processes and producer processes. A fullphore has a count, a limit, a queue for waiting processes, a wait permitted flag, and a operation flag. The operation flag determines whether the count is incremented or decremented by one. The architecture of the fullphore "S" operation is s(F,OP, WAIT.sub.-- PERMITTED), where F is the fullphore to be operated on, OP is +1 for a producer process and -1 for a consumer process, and WAIT.sub.-- PERMITTED is YES if the process will wait if necessary and NO if it will not.
    Type: Grant
    Filed: October 31, 1988
    Date of Patent: May 22, 1990
    Assignee: International Business Machines Corporation
    Inventors: John J. Vriezen, Robin N. Niemeyer