]> git.evergreen-ils.org Git - OpenSRF.git/commit - src/libopensrf/osrf_application.c
Implement the chunking of OSRF messages. I.e. bundle multiple
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 4 Aug 2010 03:20:33 +0000 (03:20 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 4 Aug 2010 03:20:33 +0000 (03:20 +0000)
commit22c803057fce55970240c64e63e237bd431e2066
treefce1bd86071ab84c988aa473b61960e8638921ef
parent774614931a67ba1afe38619bc17a7d967e2c6ca7
Implement the chunking of OSRF messages.  I.e. bundle multiple
OSRF messages into an XMPP message, up to about 10k bytes, so
as to reduce networking overhead.

M    include/opensrf/osrf_application.h
M    src/libopensrf/osrf_application.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1988 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrf_application.h
src/libopensrf/osrf_application.c