METHOD AND APPARATUS FOR SESSION REPLICATION AND FAILOVER
    1.
    发明公开
    METHOD AND APPARATUS FOR SESSION REPLICATION AND FAILOVER 有权
    方法和设备,以满足复制和故障转移

    公开(公告)号:EP1415236A1

    公开(公告)日:2004-05-06

    申请号:EP02765841.8

    申请日:2002-07-15

    申请人: Bea Systems, Inc.

    IPC分类号: G06F15/16 G06F15/173

    摘要: A session replication system (100) provides real-time data replication without unnecessarily slowing down the user experience. A system in accordance with the present invention may utilize a primary server (104) to serve requests from a network client (102), as well as a secondary server (110) to replicate the session information. When a request is received on the session, an attempt may be made to serve the request on the primary server (104). If the primary is unable to receive or respond to the request, the request may be served on the secondary application server or on a new primary server. If the secondary server (110) receives the request, the secondary server may become the new primary server. If a new primary server is selected, the new primary may request the session information from the secondary server.

    A DUPLICATED NAMING SERVICE IN A DISTRIBUTED PROCESSING SYSTEM
    2.
    发明公开
    A DUPLICATED NAMING SERVICE IN A DISTRIBUTED PROCESSING SYSTEM 审中-公开
    在分布式处理系统中的重复名称宽恕服务

    公开(公告)号:EP1137993A1

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

    申请号:EP99971939.6

    申请日:1999-10-21

    申请人: Bea Systems, Inc.

    IPC分类号: G06F13/00 G06F13/14

    摘要: A clustered enterprise JavaTM distributed processing system is provided. The distributed processing system includes a first and a second computer coupled to a communication medium. The first computer includes a JavaTM virtual machine (JVM) (354) and kernel (355) software layer for transferring messages, including a remote JavaTM virtual machine (RJVM) (356). The second computer includes a JVM and a kernel software layer having an RJVM. Messages are passed from an RJVM to the JVM in one computer to the JVM and RJVM in the second computer. Messages may be forwarded through an intermediate server (302 and 303) or rerouted after a network reconfiguration. Each load balancing software component (362) and a failover software component. Each computer includes a duplicated service naming tree for storing a pool of Smart stubs at a node. The computers may be programmed in a stateless, stateless factory, or a stateful programming model. The clustered enterprise JavaTM distributed processing system allows for enhanced scalability and fault tolerance.

    A SMART STUB OR ENTERPRISE JAVA?TM BEAN IN A DISTRIBUTED PROCESSING SYSTEM
    3.
    发明公开
    A SMART STUB OR ENTERPRISE JAVA?TM BEAN IN A DISTRIBUTED PROCESSING SYSTEM 有权
    智能STUB或企业JAVA(TM)BEAN IN的分布式处理系统

    公开(公告)号:EP1208517A2

    公开(公告)日:2002-05-29

    申请号:EP99971949.5

    申请日:1999-10-21

    申请人: Bea Systems, Inc.

    IPC分类号: G06K1/00

    CPC分类号: G06F9/548 G06F9/465

    摘要: A clustered enterprise Java distributed processing system (380) is provided. The distributed processing system includes a first and a second computer coupled to a communication medium (305). The first computer includes a Java virtual machine (JVM, 354) and kernel software (355) for transferring messages, including a remote Java virtual machine (RJVM). The second computer includes a JVM (354) and a kernel software layer having a RJVM (356). Messages are passed from a RJVM (365) to the JVM (354) in one computer to the JVM (354) and RJVM (365) in the second computer. Message may be forwarded through an intermediate server or rerouted after a network reconfiguration. Each computer includes a Smart stub having a replica handler, including a load balancing software component and a failover software component. Each computer includes a duplicated service naming tree for storing a pool of Smart stubs at a node. The computers may be programmed in a stateless, stateless factory, or a stateful programming model. The clustered enterprise Java distributed processing system (380) allows for enhanced scalability and fault tolerance.

    SYSTEM AND METHOD FOR SERVER LOAD BALANCING AND SERVER AFFINITY
    4.
    发明公开
    SYSTEM AND METHOD FOR SERVER LOAD BALANCING AND SERVER AFFINITY 有权
    系统和方法服务器负载均衡和服务器关系

    公开(公告)号:EP1599793A2

    公开(公告)日:2005-11-30

    申请号:EP04714154.4

    申请日:2004-02-24

    申请人: Bea Systems Inc.

    IPC分类号: G06F9/00 G06F9/46 G06F15/16

    CPC分类号: G06F9/5033 G06F9/505

    摘要: A system and method for server load balancing that includes server affinity. The system can be incorporated into application servers to support load balancing algorithms for RMI objects that provide server affinity. Server affinity uses smart load balancing for external client connections in such a way that it uses preexisting connection and reduces overhead: the client considers its existing connections to the application server instances when choosing the server instance on which to access a service. If a service is configured for server affinity, the client-side stub attempts to choose a server instance to which it is already connected, and continues to use the same server instance for method calls. All stubs on that client will attempt to use that server instance. If the server instance becomes unavailable, the stubs fail over, if possible, to a server instance to which the client is already connected.