Skip Headers
Oracle® TopLink Developer's Guide
10g (10.1.3.1.0)
B28218-01
  Go To Documentation Library
Library
Go To Product List
Product
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

Configuring a Packet Time-to-Live

The packet time-to-live is the number of hops that session data packets can take before expiring. The default is 2. This allows for a hub and an interface card, and prevents the data packets from leaving the local network. If sessions are hosted on different local area networks (LANs) that are part of wide area network (WAN), or if a firewall configuration prevents it, the announcement sent by one session may not reach the other sessions in the coordinated cache. In this case, consult your network administrator for the correct time-to-live value.

Table 88-13 summarizes which coordinated caches support packet time-to-live configuration.

Table 88-13 Coordinated Cache Support for Packet Time-to-Live Configuration

Coordinated Cache Using TopLink Workbench
Using Java

JMS Coordinated Cache

Unsupported.


Unsupported.


RMI Coordinated Cache

Supported.


Supported.


CORBA Coordinated Cache

Supported.


Supported.


Custom Coordinated Cache

Unsupported.


Unsupported.



In addition to configuring packet time-to-live, you may also need to configure announcement delay (see "Configuring an Announcement Delay").

Using TopLink Workbench

To specify the number of hops that session data packets can take before expiring, use this procedure:

  1. Select a session or session broker in the Navigator. Its properties appear in the Editor.

  2. Ensure the Enable Cache Coordination option is selected, then select the appropriate coordinated cache Type (see Table 88-12). The cache coordination options appear on the tab.

    Figure 88-10 Cache Coordination Tab, Packet Time to Live Field

    Description of Figure 88-10 follows
    Description of "Figure 88-10 Cache Coordination Tab, Packet Time to Live Field"

In the Packet Time to Live field, specify the number of hops (default = 2) that session data packets can take before expiring.