diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-07-09 13:26:54 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-09 13:26:54 +0000 |
| commit | 21c61b77e0216a6a5d4f97cd5ab4793433b47066 (patch) | |
| tree | 1c124a592450525e273149a2b2c7a5d325da034e /qpid/java/common/Option.tpl | |
| parent | b4e3a8fef0a146d2eac02ac1250365c01989a973 (diff) | |
| download | qpid-python-21c61b77e0216a6a5d4f97cd5ab4793433b47066.tar.gz | |
Primarily profiling driven changes:
- added batched writes of commands/controls issued on a session
- copy fragmented frames and segments rather than trying to decode
them piecemeal, removed FragmentDecoder
- added caching for str8 encode/decode
- compute sizes as we encode by going back and filling in the amount
of bytes written rather than computing it up front
- added SYNC option to commands
- renamed NO_OPTION argument to NONE
- added a timeout to Client.java
- removed use of UUID.fromString in BasicMessageProducer_0_10.java
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@675165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/Option.tpl')
| -rw-r--r-- | qpid/java/common/Option.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/common/Option.tpl b/qpid/java/common/Option.tpl index 5fa2b95b9f..3228949d87 100644 --- a/qpid/java/common/Option.tpl +++ b/qpid/java/common/Option.tpl @@ -15,5 +15,6 @@ for c in composites: if not options.has_key(option): options[option] = None out(" $option,\n")} - NO_OPTION + BATCH, + NONE } |
