Method and apparatus to facilitate access and propagation of messages in communication queues using a public network
    1.
    发明授权
    Method and apparatus to facilitate access and propagation of messages in communication queues using a public network 有权
    使用公共网络方便和传播消息在通信队列中的方法和装置

    公开(公告)号:US07206842B2

    公开(公告)日:2007-04-17

    申请号:US11213191

    申请日:2005-08-25

    IPC分类号: G06F15/173

    CPC分类号: H04L67/02 H04L67/327

    摘要: One embodiment of the present invention provides a system that facilitates accessing communication queues using a public network. The system operates by first generating a message or messages at a client. The system then formats these messages in a publicly available format. Next, the system communicates the messages across the public network to a web server. The web server receives the messages and transforms the messages to a database specific format. The web server then passes the messages to a queue within a database server across a proprietary network. In one embodiment of the present invention, the system includes queue-to-queue propagation with exactly once guarantees and recovery from failures. In one embodiment of the present invention, the system includes transactional guarantees when a client accesses a queue.

    摘要翻译: 本发明的一个实施例提供一种便于使用公共网络访问通信队列的系统。 系统首先在客户端生成消息或消息。 然后,系统以公开可用的格式来格式化这些消息。 接下来,系统通过公共网络将消息传送到web服务器。 Web服务器接收消息并将消息转换为数据库特定格式。 然后,Web服务器通过专有网络将消息传递到数据库服务器内的队列。 在本发明的一个实施例中,系统包括具有一次保证的队列到队列传播和从故障恢复。 在本发明的一个实施例中,当客户端访问队列时,系统包括事务保证。

    Method and apparatus to facilitate access and propagation of messages in communication queues using a public network
    2.
    发明授权
    Method and apparatus to facilitate access and propagation of messages in communication queues using a public network 有权
    使用公共网络方便和传播消息在通信队列中的方法和装置

    公开(公告)号:US06978305B1

    公开(公告)日:2005-12-20

    申请号:US10027100

    申请日:2001-12-19

    IPC分类号: G06F15/173 H04L29/08

    CPC分类号: H04L67/02 H04L67/327

    摘要: One embodiment of the present invention provides a system that facilitates accessing communication queues using a public network. The system operates by first generating a message or messages at a client. The system then formats these messages in a publicly available format. Next, the system communicates the messages across the public network to a web server. The web server receives the messages and transforms the messages to a database specific format. The web server then passes the messages to a queue within a database server across a proprietary network. In one embodiment of the present invention, the system includes queue-to-queue propagation with exactly once guarantees and recovery from failures. In one embodiment of the present invention, the system includes transactional guarantees when a client accesses a queue.

    摘要翻译: 本发明的一个实施例提供一种便于使用公共网络访问通信队列的系统。 系统首先在客户端生成消息或消息。 然后,系统以公开可用的格式来格式化这些消息。 接下来,系统通过公共网络将消息传送到web服务器。 Web服务器接收消息并将消息转换为数据库特定格式。 然后,Web服务器通过专有网络将消息传递到数据库服务器内的队列。 在本发明的一个实施例中,系统包括具有一次保证的队列到队列传播和从故障恢复。 在本发明的一个实施例中,当客户端访问队列时,系统包括事务保证。

    Method and apparatus to facilitate access and propagation of messages in communication queues using a public network
    3.
    发明申请
    Method and apparatus to facilitate access and propagation of messages in communication queues using a public network 有权
    使用公共网络方便和传播消息在通信队列中的方法和装置

    公开(公告)号:US20060015565A1

    公开(公告)日:2006-01-19

    申请号:US11213191

    申请日:2005-08-25

    IPC分类号: G06F15/16

    CPC分类号: H04L67/02 H04L67/327

    摘要: One embodiment of the present invention provides a system that facilitates accessing communication queues using a public network. The system operates by first generating a message or messages at a client. The system then formats these messages in a publicly available format. Next, the system communicates the messages across the public network to a web server. The web server receives the messages and transforms the messages to a database specific format. The web server then passes the messages to a queue within a database server across a proprietary network. In one embodiment of the present invention, the system includes queue-to-queue propagation with exactly once guarantees and recovery from failures. In one embodiment of the present invention, the system includes transactional guarantees when a client accesses a queue.

    摘要翻译: 本发明的一个实施例提供一种便于使用公共网络访问通信队列的系统。 系统首先在客户端生成消息或消息。 然后,系统以公开可用的格式来格式化这些消息。 接下来,系统通过公共网络将消息传送到web服务器。 Web服务器接收消息并将消息转换为数据库特定格式。 然后,Web服务器通过专有网络将消息传递到数据库服务器内的队列。 在本发明的一个实施例中,系统包括具有一次保证的队列到队列传播和从故障恢复。 在本发明的一个实施例中,当客户端访问队列时,系统包括事务保证。

    Buffered message queue architecture for database management systems
    4.
    发明授权
    Buffered message queue architecture for database management systems 有权
    用于数据库管理系统的缓冲消息队列架构

    公开(公告)号:US07181482B2

    公开(公告)日:2007-02-20

    申请号:US10443206

    申请日:2003-05-21

    IPC分类号: G06F17/30

    摘要: A buffered message queue architecture for managing messages in a database management system is disclosed. A “buffered message queue” refers to a message queue implemented in a volatile memory, such as a RAM. The volatile memory may be a shared volatile memory that is accessible by a plurality of processes. The buffered message queue architecture supports a publish and subscribe communication mechanism, where the message producers and message consumers may be decoupled from and independent of each other. The buffered message queue architecture provides all the functionality of a persistent publish-subscriber messaging system, without ever having to store the messages in persistent storage. The buffered message queue architecture provides better performance and scalability since no persistent operations are needed and no UNDO/REDO logs need to be maintained. Messages published to the buffered message queue are delivered to all eligible subscribers at least once, even in the event of failures, as long as the application is “repeatable.” The buffered message queue architecture also includes management mechanisms for performing buffered message queue cleanup and also for providing unlimited size buffered message queues when limited amounts of shared memory are available. The architecture also includes “zero copy” buffered message queues and provides for transaction-based enqueue of messages.

    摘要翻译: 公开了一种用于管理数据库管理系统中的消息的缓冲消息队列架构。 “缓冲消息队列”是指在诸如RAM的易失性存储器中实现的消息队列。 易失性存储器可以是可由多个进程访问的共享易失性存储器。 缓冲消息队列架构支持发布和订阅通信机制,消息生成器和消息消费者可以彼此分离并且彼此独立。 缓冲消息队列体系结构提供了持久性发布 - 订阅者消息系统的所有功能,而无需将消息存储在持久存储中。 缓冲消息队列架构提供更好的性能和可扩展性,因为不需要持续的操作,并且不需要维护UNDO / REDO日志。 只要应用程序是“可重复的”,发布到缓冲消息队列的消息至少发送一次,即使发生故障。 缓冲消息队列架构还包括用于执行缓冲消息队列清理的管理机制,并且还用于当有限量的共享存储器可用时提供无限大小的缓冲消息队列。 该架构还包括“零拷贝”缓冲消息队列,并提供基于事务的消息队列。

    Buffered message queue architecture for database management systems with unlimited buffered message queue with limited shared memory
    5.
    发明授权
    Buffered message queue architecture for database management systems with unlimited buffered message queue with limited shared memory 有权
    具有无限缓冲消息队列的数据库管理系统的缓冲消息队列架构,具有有限的共享内存

    公开(公告)号:US07185033B2

    公开(公告)日:2007-02-27

    申请号:US10443175

    申请日:2003-05-21

    IPC分类号: G06F17/30

    摘要: A buffered message queue architecture for managing messages in a database management system is disclosed. A “buffered message queue” refers to a message queue implemented in a volatile memory, such as a RAM. The volatile memory may be a shared volatile memory that is accessible by a plurality of processes. The buffered message queue architecture supports a publish and subscribe communication mechanism, where the message producers and message consumers may be decoupled from and independent of each other. The buffered message queue architecture provides all the functionality of a persistent publish-subscriber messaging system, without ever having to store the messages in persistent storage. The buffered message queue architecture provides better performance and scalability since no persistent operations are needed and no UNDO/REDO logs need to be maintained. Messages published to the buffered message queue are delivered to all eligible subscribers at least once, even in the event of failures, as long as the application is “repeatable.” The buffered message queue architecture also includes management mechanisms for performing buffered message queue cleanup and also for providing unlimited size buffered message queues when limited amounts of shared memory are available. The architecture also includes “zero copy” buffered message queues and provides for transaction-based enqueue of messages.

    摘要翻译: 公开了一种用于管理数据库管理系统中的消息的缓冲消息队列架构。 “缓冲消息队列”是指在诸如RAM的易失性存储器中实现的消息队列。 易失性存储器可以是可由多个进程访问的共享易失性存储器。 缓冲消息队列架构支持发布和订阅通信机制,消息生成器和消息消费者可以彼此分离并且彼此独立。 缓冲消息队列体系结构提供了持久性发布 - 订阅者消息系统的所有功能,而无需将消息存储在持久存储中。 缓冲消息队列架构提供更好的性能和可扩展性,因为不需要持续的操作,并且不需要维护UNDO / REDO日志。 只要应用程序是“可重复的”,发布到缓冲消息队列的消息至少发送一次,即使发生故障。 缓冲消息队列架构还包括用于执行缓冲消息队列清理的管理机制,并且还用于当有限量的共享存储器可用时提供无限大小的缓冲消息队列。 该架构还包括“零拷贝”缓冲消息队列,并提供基于事务的消息队列。

    Buffered message queue architecture for database management systems with memory optimizations and “zero copy” buffered message queue
    6.
    发明授权
    Buffered message queue architecture for database management systems with memory optimizations and “zero copy” buffered message queue 有权
    具有内存优化和“零复制”缓冲消息队列的数据库管理系统的缓冲消息队列架构

    公开(公告)号:US07203706B2

    公开(公告)日:2007-04-10

    申请号:US10443207

    申请日:2003-05-21

    IPC分类号: G06F17/30

    摘要: A buffered message queue architecture for managing messages in a database management system is disclosed. A “buffered message queue” refers to a message queue implemented in a volatile memory, such as a RAM. The volatile memory may be a shared volatile memory that is accessible by a plurality of processes. The buffered message queue architecture supports a publish and subscribe communication mechanism, where the message producers and message consumers may be decoupled from and independent of each other. The buffered message queue architecture provides all the functionality of a persistent publish-subscriber messaging system, without ever having to store the messages in persistent storage. The buffered message queue architecture provides better performance and scalability since no persistent operations are needed and no UNDO/REDO logs need to be maintained. Messages published to the buffered message queue are delivered to all eligible subscribers at least once, even in the event of failures, as long as the application is “repeatable.” The buffered message queue architecture also includes management mechanisms for performing buffered message queue cleanup and also for providing unlimited size buffered message queues when limited amounts of shared memory are available. The architecture also includes “zero copy” buffered message queues and provides for transaction-based enqueue of messages.

    摘要翻译: 公开了一种用于管理数据库管理系统中的消息的缓冲消息队列架构。 “缓冲消息队列”是指在诸如RAM的易失性存储器中实现的消息队列。 易失性存储器可以是可由多个进程访问的共享易失性存储器。 缓冲消息队列架构支持发布和订阅通信机制,消息生成器和消息消费者可以彼此分离并且彼此独立。 缓冲消息队列体系结构提供了持久性发布 - 订阅者消息系统的所有功能,而无需将消息存储在持久存储中。 缓冲消息队列架构提供更好的性能和可扩展性,因为不需要持续的操作,并且不需要维护UNDO / REDO日志。 只要应用程序是“可重复的”,发布到缓冲消息队列的消息至少发送一次,即使发生故障。 缓冲消息队列架构还包括用于执行缓冲消息队列清理的管理机制,并且还用于当有限量的共享存储器可用时提供无限大小的缓冲消息队列。 该架构还包括“零拷贝”缓冲消息队列,并提供基于事务的消息队列。

    Buffered message queue architecture for database management systems with guaranteed at least once delivery
    7.
    发明授权
    Buffered message queue architecture for database management systems with guaranteed at least once delivery 有权
    数据库管理系统的缓冲消息队列架构,保证至少一次传送

    公开(公告)号:US07185034B2

    公开(公告)日:2007-02-27

    申请号:US10443323

    申请日:2003-05-21

    IPC分类号: G06F17/30

    摘要: A buffered message queue architecture for managing messages in a database management system is disclosed. A “buffered message queue” refers to a message queue implemented in a volatile memory, such as a RAM. The volatile memory may be a shared volatile memory that is accessible by a plurality of processes. The buffered message queue architecture supports a publish and subscribe communication mechanism, where the message producers and message consumers may be decoupled from and independent of each other. The buffered message queue architecture provides all the functionality of a persistent publish-subscriber messaging system, without ever having to store the messages in persistent storage. The buffered message queue architecture provides better performance and scalability since no persistent operations are needed and no UNDO/REDO logs need to be maintained. Messages published to the buffered message queue are delivered to all eligible subscribers at least once, even in the event of failures, as long as the application is “repeatable.” The buffered message queue architecture also includes management mechanisms for performing buffered message queue cleanup and also for providing unlimited size buffered message queues when limited amounts of shared memory are available. The architecture also includes “zero copy” buffered message queues and provides for transaction-based enqueue of messages.

    摘要翻译: 公开了一种用于管理数据库管理系统中的消息的缓冲消息队列架构。 “缓冲消息队列”是指在诸如RAM的易失性存储器中实现的消息队列。 易失性存储器可以是可由多个进程访问的共享易失性存储器。 缓冲消息队列架构支持发布和订阅通信机制,消息生成器和消息消费者可以彼此分离并且彼此独立。 缓冲消息队列体系结构提供了持久性发布 - 订阅者消息系统的所有功能,而无需将消息存储在持久存储中。 缓冲消息队列架构提供更好的性能和可扩展性,因为不需要持续的操作,并且不需要维护UNDO / REDO日志。 只要应用程序是“可重复的”,发布到缓冲消息队列的消息至少发送一次,即使发生故障。 缓冲消息队列架构还包括用于执行缓冲消息队列清理的管理机制,并且还用于当有限量的共享存储器可用时提供无限大小的缓冲消息队列。 该架构还包括“零拷贝”缓冲消息队列,并提供基于事务的消息队列。

    Repeatable message streams for message queues in distributed systems
    8.
    发明授权
    Repeatable message streams for message queues in distributed systems 有权
    分布式系统中消息队列的可重复消息流

    公开(公告)号:US07818386B2

    公开(公告)日:2010-10-19

    申请号:US11192830

    申请日:2005-07-29

    IPC分类号: G06F15/16

    摘要: Techniques for propagating messages in a distributed system are provided. A set of messages enqueued in a source queue are sent to one or more destination queues. An acknowledgement is received from each of the one or more destination queues, where the acknowledgement indicates which messages of the set of messages have been consumed at the particular destination queue. Based on the acknowledgements, one or more messages of the set messages are ceased to be maintained in the source queue.

    摘要翻译: 提供了在分布式系统中传播消息的技术。 在源队列中排队的一组消息被发送到一个或多个目的地队列。 从一个或多个目的地队列中的每一个接收到确认,其中确认指示该特定目的地队列消息的消息集合的消息。 基于确认,集合消息中的一个或多个消息在源队列中停止维护。

    Repeatable message streams for message queues in distributed systems
    9.
    发明申请
    Repeatable message streams for message queues in distributed systems 有权
    分布式系统中消息队列的可重复消息流

    公开(公告)号:US20060168080A1

    公开(公告)日:2006-07-27

    申请号:US11192830

    申请日:2005-07-29

    IPC分类号: G06F15/16

    摘要: Techniques for propagating messages in a distributed system are provided. A set of messages enqueued in a source queue are sent to one or more destination queues. An acknowledgement is received from each of the one or more destination queues, where the acknowledgement indicates which messages of the set of messages have been consumed at the particular destination queue. Based on the acknowledgements, one or more messages of the set messages are ceased to be maintained in the source queue.

    摘要翻译: 提供了在分布式系统中传播消息的技术。 在源队列中排队的一组消息被发送到一个或多个目的地队列。 从一个或多个目的地队列中的每个接收到确认,其中确认指示消息集合中哪些消息已经在特定目的地队列中被消费。 基于确认,集合消息中的一个或多个消息在源队列中停止维护。

    Utilizing rules in a distributed information sharing system
    10.
    发明授权
    Utilizing rules in a distributed information sharing system 有权
    利用分布式信息共享系统中的规则

    公开(公告)号:US07613741B2

    公开(公告)日:2009-11-03

    申请号:US10449873

    申请日:2003-05-30

    IPC分类号: G06F17/30

    摘要: Described herein are various approaches that allow rules to be used to specify actions, that alleviate the complexity and burden of developing and maintaining rules in a rules-based messaging system, and that provide more efficient ways of evaluating rules. The approaches allow rules to specify user-defined transformation functions for transforming messages, to specify when and how to perform row migration, and to specify other types of actions. Rules are grouped into rule sets. Several types of rule sets, referred to as positive and negative rule sets, allow users to use rules that are less complex to develop and maintain. Rule sets are evaluated more efficiently by attempting to evaluate the rule set with less information than is needed to evaluate all the rules in the rule set. Also, the results of rules evaluations that are based on a set of values are cached for later retrieval.

    摘要翻译: 这里描述了允许规则用于指定动作的各种方法,其减轻了在基于规则的消息传递系统中开发和维护规则的复杂性和负担,并且提供了更有效的评估规则的方式。 这些方法允许规则指定用于转换消息的用户定义的转换功能,指定何时以及如何执行行迁移,并指定其他类型的操作。 规则分为规则集。 称为正和负规则集的几种类型的规则集允许用户使用开发和维护不太复杂的规则。 通过尝试使用比评估规则集中的所有规则所需的信息更少的信息来评估规则集,可以更有效地评估规则集。 此外,基于一组值的规则评估结果被缓存以供以后检索。