~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to py/demo/Glacier2/callback/config.client

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
Callback.Proxy=callback:tcp -h 127.0.0.1 -p 10000
19
19
 
20
20
#
21
 
# No active connection management is permitted with Glacier2.
22
 
# Connections must remain established.
23
 
#
24
 
Ice.ACM.Client=0
25
 
 
26
 
#
27
 
# Connection retry is not possible with Glacier2. Connections must
28
 
# remain established.
29
 
#
30
 
Ice.RetryIntervals=-1
31
 
 
32
 
#
33
21
# Warn about connection exceptions
34
22
#
35
23
#Ice.Warn.Connections=1