]> git.evergreen-ils.org Git - OpenSRF.git/commit
Add two new commands, "open" and "close", to open and close ongoing
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 10 Jul 2009 15:28:50 +0000 (15:28 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 10 Jul 2009 15:28:50 +0000 (15:28 +0000)
commita2e0065f557fbdc30fdaf379de2485aadec014b5
tree02299365db8ba393d72e96b6986ba662f06298b0
parentf9323e11c9416db39637df680202ff70a627858a
Add two new commands, "open" and "close", to open and close ongoing
connections to specified services.  (Otherwise a connection is created
and destroyed for every request.)

Main purpose: to be able to use srfsh for database operations that require
transactions.

Warning: typically the <keepalive> value will need to be increased for
the service in question in opensrf.xml, or else the server will close
the connection before you can type your request.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1725 9efc2488-bf62-4759-914b-345cdb29e865
src/srfsh/srfsh.c