Thrift: OCaml and HS servers more general
authoriproctor <dev-null@apache.org>
Wed, 8 Aug 2007 01:43:39 +0000 (01:43 +0000)
committeriproctor <dev-null@apache.org>
Wed, 8 Aug 2007 01:43:39 +0000 (01:43 +0000)
commit7897c927b23554daf862ac7c5eca1d4f369a292d
tree8546785c24de22ef38cb4642815234bec46bc901
parent6148175aea790e2e009e4605917967dfd5e58158
Thrift: OCaml and HS servers more general

Summary: The library now provides servers that are general like the other languages.
Reviewed by: mcslee
Test plan: Yes
Revert plan: yes

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665195 13f79535-47bb-0310-9956-ffa450edef68
lib/hs/src/TServer.hs
lib/ocaml/src/Makefile
lib/ocaml/src/TServer.ml
lib/ocaml/src/TServerSocket.ml [new file with mode: 0644]
lib/ocaml/src/TSimpleServer.ml
lib/ocaml/src/TThreadedServer.ml [new file with mode: 0644]
test/ocaml/client/Makefile
test/ocaml/server/Makefile
test/ocaml/server/TestServer.ml