Patents by Inventor Todd M. Goin

Todd M. Goin 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: 8725844
    Abstract: A method and system are provided for proposing advice consisting of corrective actions and enhancements to address a detected problem or measured degradation in the operation of a computer based on collected configuration and performance data. After the advice is proposed, the method and/or system automatically detects when and in what form the advice was implemented, and rates the efficacy of the implementation action based on subsequent collection and measurement of performance. The method and/or system is then able to adjust the importance of the advice relative to other advice.
    Type: Grant
    Filed: November 5, 2003
    Date of Patent: May 13, 2014
    Assignee: Hewlett-Packard Development Company, L.P.
    Inventors: Todd M. Goin, Thomas Joseph Moos, Christopher D. Hansen
  • Patent number: 7583607
    Abstract: An apparatus, system, and a corresponding method, for designating and implementing support level agreements (SLAs). A customer forwards a query defining required resources. Predetermined support level agreement options are then provided to the user based upon the required resources. The customer then forwards their selection of a particular predetermined support level agreement, which includes a plurality of measurement monitors and corresponding non-compliance thresholds defined therein. Based upon the particular support level agreement selected by the customer, service for that customer is enabled.
    Type: Grant
    Filed: March 6, 2003
    Date of Patent: September 1, 2009
    Assignee: Hewlett-Packard Development Company, L.P.
    Inventors: Douglas W. Steele, Katherine C. Hogan, Randall B. Campbell, Alberto Squassabia, Todd M. Goin
  • Publication number: 20040174823
    Abstract: An apparatus, system, and a corresponding method, for designating and implementing support level agreements (SLAs). A customer forwards a query defining required resources. Predetermined support level agreement options are then provided to the user based upon the required resources. The customer then forwards their selection of a particular predetermined support level agreement, which includes a plurality of measurement monitors and corresponding non-compliance thresholds defined therein. Based upon the particular support level agreement selected by the customer, service for that customer is enabled.
    Type: Application
    Filed: March 6, 2003
    Publication date: September 9, 2004
    Inventors: Douglas W. Steele, Katherine C. Hogan, Randall B. Campbell, Alberto Squassabia, Todd M. Goin
  • Patent number: 6405367
    Abstract: An apparatus and method provide for the execution of object-oriented languages, and more particularly increase the performance of Java application execution. The performance increase of Java application execution is achieved by first moving the Java application code into a Java server. The Java server utilizes the application code and functions as a library of classes and methods. The Java server is accessed by an object file (proxy), that is setup to access the correct Java server process. Next, when an application is to be executed, the object file calls the Java server process that forks itself and then has the child server run the already loaded classes and methods. Thus, the Java classes and methods are loaded only once when the Java virtual machine is started.
    Type: Grant
    Filed: June 5, 1998
    Date of Patent: June 11, 2002
    Assignee: Hewlett-Packard Company
    Inventors: Craig W. Bryant, Todd M. Goin, Thomas J. Moos, Douglas W. Steele
  • Patent number: 6314458
    Abstract: An apparatus and method for providing flexible communications of data modification of Web resources between client browsers, where the Web resources are on a server. In particular, the apparatus and method are accomplished by having an application program ascertain if potentially shared database data was updated. If potentially shared database data was updated, then the application program establishes a connection to a security server and transmits a database change notice to the security server. The security server receives the database change notice and checks its sign-on list of all the client browsers currently active and sends a database change notice to all client user interface browsers currently connected to the security server. All client user browsers, upon receiving a database change notice, display the database change notice or change data within the client user browser, thereby voiding the utilization of stale database data in the client user browser.
    Type: Grant
    Filed: March 31, 2000
    Date of Patent: November 6, 2001
    Assignee: Hewlett-Packard Company
    Inventors: Douglas W. Steele, Todd M. Goin, Craig W. Bryant
  • Patent number: 6282175
    Abstract: A tracking system that uses a revision control system and configuration status gathering to historically track and store configuration changes in computers and interconnect devices to aid in managing and troubleshooting networks of computer systems. Configuration data is gathered from devices on the network selected for monitoring on a periodic basis. The data collected each collection cycle is stored in a data storehouse on a computer within the network, called the remote support node. The data storehouse is comprised of a revision control system and data base. The data is accessed by computers on the network having web browsers. The user selects a first and second collection time, and any changes in configuration of any monitored devices in the network occurring between these two collection times is displayed in the browser window. By changing the collection times, configuration changes from different collection cycles may be viewed.
    Type: Grant
    Filed: April 23, 1998
    Date of Patent: August 28, 2001
    Assignee: Hewlett-Packard Company
    Inventors: Douglas William Steele, Craig William Bryant, Todd M. Goin, Thomas J. Moos
  • Patent number: 6253325
    Abstract: An apparatus and method provide flexible and heightened security for accessing web resources with a client browser, where the web resources are on a server. In particular, the apparatus and method are accomplished by having the client browser generate a token that is provided to a security server to provide third party validation of a client request for service. The client browser then makes a call for service, and includes the token as a argument of the call. A CGI-BIN program that receives the call for service also receives the service identifier and arguments, among which is the client user interface generated token. The CGI-BIN program establishes a connection to the security server, and then sends the token received as an argument to the security server for third-party verification. If the token is verified by the security server, then the CGI-BIN program executes the requested service program.
    Type: Grant
    Filed: April 15, 1998
    Date of Patent: June 26, 2001
    Assignee: Hewlett-Packard Company
    Inventors: Douglas W. Steele, Todd M. Goin, Craig W. Bryant
  • Patent number: 6211877
    Abstract: A Web browser based application that allows communications between programming language driven frames and HTML or CGI/HTML driven frames within the same browser window. A Web browser computer on a network accesses the Web browser based application, which is loaded onto a Web server computer, called a remote support node. A port manager, called the hatdaemon, within the Web browser based application, is used to coordinate communications between the programming language frame and the CGI/HTML frame. Accessing functionality in the CGI/HTML frame can generate a message that the hatdaemon will send to the programming language driven frame. The hatdaemon, which maintains a list of all Web browser computers currently logged onto the application, can send the same message to all logged on computers. Thus, changes made by one user to the data in the application can be immediately communicated to all active browsers logged onto the application.
    Type: Grant
    Filed: July 20, 1998
    Date of Patent: April 3, 2001
    Assignee: Hewlett-Packard Co
    Inventors: Douglas W. Steele, Todd M. Goin, Craig W. Bryant
  • Patent number: 6141793
    Abstract: An apparatus and method provide the execution of interpreted languages, and more particularly increase the performance of interpreted languages execution in application software. The performance increase of interpreted languages execution is achieved by first moving the interpreted code into one process. This process still utilizes the interpreted code and acts like library of interpreted code routines. Next, when the process is to be executed, the interpreted code process forks itself and then has the child process run the already compiled interpreted code. The advantage of doing this is that the interpreted code in the process is compiled only once, when the process is started. With large interpreted code scripts, it is faster to connect up to the interpreted code process and have it fork a child process to execute the correct code than it is to compile and run the correct code.
    Type: Grant
    Filed: April 1, 1998
    Date of Patent: October 31, 2000
    Assignee: Hewlett-Packard Company
    Inventors: Craig W. Bryant, Todd M. Goin, Thomas J. Moos, Douglas W. Steele
  • Patent number: 6065051
    Abstract: An apparatus and method for providing flexible communications of data modification of Web resources between client browsers, where the Web resources are on a server. In particular, the apparatus and method are accomplished by having an application program ascertain if potentially shared database data was updated. If potentially shared database data was updated, then the application program establishes a connection to a security server and transmits a database change notice to the security server. The security server receives the database change notice and checks its sign-on list of all the client browsers currently active and sends a database change notice to all client user interface browsers currently connected to the security server. All client user browsers, upon receiving a database change notice, display the database change notice or change data within the client user browser, thereby voiding the utilization of stale database data in the client user browser.
    Type: Grant
    Filed: April 15, 1998
    Date of Patent: May 16, 2000
    Assignee: Hewlett-Packard Company
    Inventors: Douglas W. Steele, Todd M. Goin, Craig W. Bryant