]> git.evergreen-ils.org Git - OpenSRF.git/commit
added some logging.
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 23 Feb 2005 22:17:58 +0000 (22:17 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 23 Feb 2005 22:17:58 +0000 (22:17 +0000)
commite2e5f7529afb804554abfacbf667783ae8a23c8d
tree2d62421ad7a46ac953893f1ae1d29c0d7a6e8876
parent5900b9e407d1e4268cffaf6fd786023c3472d922
added some logging.

we now do an introspection lookup explicitly in math bench on child init

we build and tear down a connection in the unix:server configure hook so
that an applications 'initialize' method can do remote requests

inbound now only opens the socket after receiving data so that a restart
of a unix server won't require a restart of its companion listener process

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@98 9efc2488-bf62-4759-914b-345cdb29e865
src/perlmods/OpenSRF/Application/Demo/Math.pm
src/perlmods/OpenSRF/System.pm
src/perlmods/OpenSRF/Transport/SlimJabber/Client.pm
src/perlmods/OpenSRF/Transport/SlimJabber/Inbound.pm
src/perlmods/OpenSRF/UnixServer.pm