]> matita.cs.unibo.it Git - helm.git/commit
- added support for multithreaded daemons
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 10:25:51 +0000 (10:25 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Nov 2002 10:25:51 +0000 (10:25 +0000)
commit9a072f192471daeca8cb409e991f0073b1d4271f
tree8dc88891c4a948f116c7691fd9613611e0a7e293
parent9a15410edc3a5ad417fa05bbf914dc787cd152b3
- added support for multithreaded daemons
- added a generic 'respond' function, used also as low level for other
  respond functions
- added support for chdir in a given document root before starting
- added toString method to response objects
13 files changed:
helm/DEVEL/ocaml-http/Makefile.defs
helm/DEVEL/ocaml-http/TODO
helm/DEVEL/ocaml-http/examples/Makefile
helm/DEVEL/ocaml-http/examples/always_ok_daemon.ml
helm/DEVEL/ocaml-http/examples/chdir.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/dont_fork.ml
helm/DEVEL/ocaml-http/examples/threads.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_daemon.ml
helm/DEVEL/ocaml-http/http_daemon.mli
helm/DEVEL/ocaml-http/http_response.ml
helm/DEVEL/ocaml-http/http_tcp_server.ml
helm/DEVEL/ocaml-http/http_tcp_server.mli
helm/DEVEL/ocaml-http/http_types.ml