Commit 25e7772a authored by Jim Fulton's avatar Jim Fulton

Hedge a bit on performance benefits of mshpack and document ZEO_MSGPACK

parent 70ed5e54
...@@ -293,9 +293,12 @@ msgpack ...@@ -293,9 +293,12 @@ msgpack
Use msgpack to serialize and de-serialize ZEO protocol messages. Use msgpack to serialize and de-serialize ZEO protocol messages.
An advantage of using msgpack for ZEO communication is that An advantage of using msgpack for ZEO communication is that
it's a little bit faster and a ZEO server can support Python 2 it's a tiny bit faster and a ZEO server can support Python 2
or Python 3 clients (but not both). or Python 3 clients (but not both).
msgpack can also be enabled by setting the ``ZEO_MSGPACK``
environment to a non-empty string.
Server SSL configuration Server SSL configuration
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -120,8 +120,11 @@ ...@@ -120,8 +120,11 @@
Use msgpack to serialize and de-serialize ZEO protocol messages. Use msgpack to serialize and de-serialize ZEO protocol messages.
An advantage of using msgpack for ZEO communication is that An advantage of using msgpack for ZEO communication is that
it's a little bit faster and a ZEO server can support Python 2 it's a tiny bit faster and a ZEO server can support Python 2
or Python 3 clients (but not both). or Python 3 clients (but not both).
msgpack can also be enabled by setting the ``ZEO_MSGPACK``
environment to a non-empty string.
</description> </description>
</key> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment