Attributes on the Emulator Sessions Properties panel of
Array Manager control the resumability of applications. The
attributes apply to all array members.
|
Resumability Timeout: Tarantella webtop session | --sessions-timeout-session mins |
- For applications configured to be "Tarantella webtop
session" resumable,
the length of time (in minutes) a suspended emulator session is guaranteed
to be resumable after the user disconnects. (Note that if the
user logs out, these emulator sessions end.)
- After this period the Tarantella server will end the
session.
- You can override this setting in an application's properties.
|
Resumability Timeout: Always | --sessions-timeout-always mins |
- For applications configured to be "Always"
resumable, the length
of time (in minutes) a suspended emulator session is guaranteed to
be resumable after the user disconnects or logs out.
- After this period the Tarantella server will end the
session.
- You can override this setting in an application's properties.
|
AIP Keepalive | --sessions-keepalive secs |
- How often a keepalive message is sent to client devices
during emulator sessions. The default value is
100 seconds.
- Some HTTP proxy servers will close a connection if there is no activity on it.
Using a keepalive ensures a connection stays open. If you change this value,
you may also want to change the corresponding
client-side keepalive.
- Set this to
0 to disable keepalive messages.
- This is also used keep open connections between the client and the Tarantella
server for client drive mapping.
|