Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
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 91-13 summarizes which coordinated caches support packet time-to-live configuration.

Table 91-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.



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 91-12). The cache coordination options appear on the tab.

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

    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.