会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • Automated generation of computer-executable compensation procedures for previously executed methods
    • 为先前执行的方法自动生成计算机可执行的补偿程序
    • US20050177774A1
    • 2005-08-11
    • US10763526
    • 2004-01-23
    • George CopelandLuis Cabrera
    • George CopelandLuis Cabrera
    • G06F11/00
    • G06F11/28
    • Mechanisms for executing a transaction such that it may be undone after being committed. The mechanism maintains a mapping between each of a number of groups of one or more direct methods with a corresponding group of one or more inversion methods, that, when executed, causes the computing system to at least partially undo the effects of the execution of the corresponding group of direct methods. Upon beginning a transaction, the computing system runs a one or more groups of one or more direct methods that are part of the transaction. The mapping is then used to identify the corresponding group(s) of inversion methods. The identities of each corresponding group of inversion methods are then saved to a compensation record. The transaction is then committed, and the compensation record is saved to a persistent media along with a transaction identifier.
    • 执行交易的机制,使其在被提交后可能被撤销。 该机制维持一组或多个直接方法中的每组之间的映射与相应的一组或多种反转方法的映射,即当被执行时,使计算系统至少部分地撤销执行的效果 相应组的直接方法。 在开始事务时,计算系统运行作为事务一部分的一个或多个一个或多个直接方法组。 然后使用映射来识别相应的反演方法组。 然后将每个相应组的反转方法的身份保存到补偿记录。 然后提交事务,并将补偿记录与事务标识符一起保存到持久介质。
    • 3. 发明申请
    • Adaptive recovery from system failure for application instances that govern message transactions
    • 对管理消息事务的应用程序实例的系统故障的自适应恢复
    • US20050177759A1
    • 2005-08-11
    • US10764096
    • 2004-01-23
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F11/00
    • G06F11/1402G06F11/1441G06F11/1443
    • Mechanisms for adaptively entering and exiting recovery mode. When a message is received from a particular message transaction, the appropriate processing instance is loaded from persistent memory to system memory. The processing instance then determines from its own state information whether or not it is in recovery mode. This indication of recovery or normal mode may be set by a system-wide recovery detection module. If the processing instance determines that it is in normal mode, then the processing instance executes code appropriate for normal operation without needing to execute any recovery code at all. If, on the other hand, the processing instance determines that it is in recovery mode, then it executes recovery code. Once the recovery code has completed successfully, the processing instance may then cause its own normal mode.
    • 自适应进入和退出恢复模式的机制。 当从特定消息事务接收到消息时,适当的处理实例从持久存储器加载到系统存储器。 然后,处理实例从其自身状态信息确定其是否处于恢复模式。 恢复或正常模式的指示可以由系统范围的恢复检测模块来设置。 如果处理实例确定它处于正常模式,则处理实例执行适合于正常操作的代码,而不需要执行任何恢复代码。 另一方面,如果处理实例确定它处于恢复模式,则执行恢复代码。 恢复代码成功完成后,处理实例可能会导致其自己的正常模式。
    • 4. 发明申请
    • ADAPTIVE RECOVERY FROM SYSTEM FAILURE FOR APPLICATION INSTANCES THAT GOVERN MESSAGE TRANSACTIONS
    • 系统故障自适应恢复用于实施消息交易的应用程序实例
    • US20080098261A1
    • 2008-04-24
    • US11955236
    • 2007-12-12
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F11/14
    • G06F11/1402G06F11/1441G06F11/1443
    • Mechanisms for adaptively entering and exiting recovery mode. When a message is received from a particular message transaction, the appropriate processing instance is loaded from persistent memory to system memory. The processing instance then determines from its own state information whether or not it is in recovery mode. This indication of recovery or normal mode may be set by a system-wide recovery detection module. If the processing instance determines that it is in normal mode, then the processing instance executes code appropriate for normal operation without needing to execute any recovery code at all. If, on the other hand, the processing instance determines that it is in recovery mode, then it executes recovery code. Once the recovery code has completed successfully, the processing instance may then cause its own normal mode.
    • 自适应进入和退出恢复模式的机制。 当从特定消息事务接收到消息时,适当的处理实例从持久存储器加载到系统存储器。 然后,处理实例从其自身状态信息确定其是否处于恢复模式。 恢复或正常模式的指示可以由系统范围的恢复检测模块来设置。 如果处理实例确定它处于正常模式,则处理实例执行适合于正常操作的代码,而不需要执行任何恢复代码。 另一方面,如果处理实例确定它处于恢复模式,则执行恢复代码。 恢复代码成功完成后,处理实例可能会导致其自己的正常模式。
    • 5. 发明申请
    • Deterministic rule-based dispatch of objects to code
    • 确定性的基于规则的调度对象到代码
    • US20050198108A1
    • 2005-09-08
    • US10763530
    • 2004-01-23
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F9/44G06F9/00G06F9/42G06F9/46G06F15/16
    • G06F9/547G06F9/449G06F9/548
    • Deterministic rule-based dispatch of the data structure to a group of one or more methods. After accessing the data structure to be processed, a list of rules is evaluated to identify multiple rules that apply to the dispatch of the data structure. Each of these multiple rules specifies a different group of one or more methods to which the data structure should be dispatched. The multiple rules are resolved to a single prevailing rule that will be applied for the dispatch of the data structure. Then, the computing system dispatches the data structure to the group of one or more methods specified by the prevailing rule. The rule evaluation and prioritization is deterministic for ease in debugging since it may be determined which group of one or more methods processed a data structure should a performance problem arise during the processing. Furthermore, rules may be added, amended, or deleted dynamically.
    • 确定性的基于规则的数据结构调度到一组或多个方法。 在访问要处理的数据结构之后,将对规则列表进行评估,以确定适用于数据结构调度的多个规则。 这些多个规则中的每一个规定了要分配数据结构的一个或多个方法的不同组。 多个规则被解决为将应用于数据结构调度的单一主要规则。 然后,计算系统将数据结构分派到由普遍规则指定的一种或多种方法的组中。 规则评估和优先次序对于易于调试是确定性的,因为可以确定在处理期间出现性能问题时,哪一组一个或多个方法处理数据结构。 此外,可以动态添加,修改或删除规则。
    • 6. 发明申请
    • ADAPTIVE RECOVERY FROM SYSTEM FAILURE FOR APPLICATION INSTANCES THAT GOVERN MESSAGE TRANSACTIONS
    • 系统故障自适应恢复用于实施消息交易的应用程序实例
    • US20070168723A1
    • 2007-07-19
    • US11627344
    • 2007-01-25
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F11/00
    • G06F11/1402G06F11/1441G06F11/1443
    • Mechanisms for adaptively entering and exiting recovery mode. When a message is received from a particular message transaction, the appropriate processing instance is loaded from persistent memory to system memory. The processing instance then determines from its own state information whether or not it is in recovery mode. This indication of recovery or normal mode may be set by a system-wide recovery detection module. If the processing instance determines that it is in normal mode, then the processing instance executes code appropriate for normal operation without needing to execute any recovery code at all. If, on the other hand, the processing instance determines that it is in recovery mode, then it executes recovery code. Once the recovery code has completed successfully, the processing instance may then cause its own normal mode.
    • 自适应进入和退出恢复模式的机制。 当从特定消息事务接收到消息时,适当的处理实例从持久存储器加载到系统存储器。 然后,处理实例从其自身状态信息确定其是否处于恢复模式。 恢复或正常模式的指示可以由系统范围的恢复检测模块来设置。 如果处理实例确定它处于正常模式,则处理实例执行适合于正常操作的代码,而不需要执行任何恢复代码。 另一方面,如果处理实例确定它处于恢复模式,则执行恢复代码。 恢复代码成功完成后,处理实例可能会导致其自己的正常模式。
    • 8. 发明申请
    • Mechanism for ensuring processing of messages received while in recovery mode
    • 在恢复模式下确保处理收到的消息的机制
    • US20050198554A1
    • 2005-09-08
    • US10763553
    • 2004-01-23
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F11/00
    • G06F11/0793
    • Mechanisms for operating in recovery mode while ensuring reliable message processing for messages received during the recovery operation mode. Upon receiving a message corresponding to a particular message transaction, the instance responsible for that message transaction determines from state information corresponding to the transaction, whether or not that instance is operating in normal mode, or recovery mode. If the state information reflects normal operation mode, then the instance processes the message. If recover mode, then the instance evaluates whether or not the message is a normal message suitable for normal operation mode, or a recovery message suitable for recovery operation mode. If the message is a normal message, then the message is placed in a persistent queue for later processing. If the message is a recovery message, the message is processed. Upon completion of recovery, the normal message in the queue may be processed.
    • 在恢复模式下操作的机制,同时确保在恢复操作模式期间接收到的消息的可靠消息处理。 在接收到与特定消息事务相对应的消息时,负责该消息事务的实例根据与该事务相对应的状态信息确定该实例是否以正常模式运行,或恢复模式。 如果状态信息反映正常操作模式,则实例处理消息。 如果恢复模式,则该实例评估该消息是否是适合于正常操作模式的正常消息,或者适用于恢复操作模式的恢复消息。 如果消息是普通消息,则将该消息放置在持久队列中以备以后处理。 如果消息是恢复消息,则处理消息。 完成恢复后,可以处理队列中的正常消息。
    • 10. 发明申请
    • Selectable data field consistency checking
    • 可选数据字段一致性检查
    • US20050165860A1
    • 2005-07-28
    • US10763585
    • 2004-01-23
    • Luis CabreraGeorge Copeland
    • Luis CabreraGeorge Copeland
    • G06F11/00G06F12/00G06F17/30
    • G06F11/0745G06F11/0721G06F11/0763G06F11/0772
    • A system consistency management module that performs consistency checking on behalf of an instance. The module identifies data fields of state information corresponding to the instance that are to be subject to consistency checking. The instance may identify this data fields to the system module. The system module may also identify an event that will prompt the consistency checking. When the event occurs, the system module performs the consistency checking on the identified fields. If the system module detects an inconsistency, it may set the state information to reflect that the instance is operating in recovery mode. If the instance itself was to perform the consistency checking, the instance may inform the system module that an inconsistency has been detected. The system module then sets the state information for the instance to reflect that the instance is operating in recovery mode.
    • 代表实例执行一致性检查的系统一致性管理模块。 该模块识别与要进行一致性检查的实例相对应的状态信息的数据字段。 该实例可以将该数据字段标识给系统模块。 系统模块还可以标识将提示一致性检查的事件。 当事件发生时,系统模块对所识别的字段执行一致性检查。 如果系统模块检测到不一致,则可以设置状态信息以反映实例正在恢复模式下运行。 如果实例本身要执行一致性检查,那么实例可能会通知系统模块已经检测到不一致。 然后,系统模块设置实例的状态信息,以反映实例正在恢复模式下运行。