Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/netcgi1/netcgi_jserv_app.cmi_pretty GODI Package godi-ocamlnet
Library netcgi1
 
   Netcgi_jserv_app.html    netcgi_jserv_app.cmi_pretty    netcgi_jserv_app.mli    Sources  
type request_handler =
  Netcgi_jserv_app.request_handler = {
  req_activate : Netcgi_types.cgi_activation -> unit;
  req_processing :
    string -> Netmime.mime_header -> Netcgi.argument_processing;
  req_operating_type : Netcgi.operating_type;
}
type server_type =
    [ `Forking of int * (string * request_handler) list
    | `Process_pool of int * (string * request_handler) list
    | `Sequential of (string * request_handler) list ]
type protocol_type = [ `Ajp_1_2 ]
type jserv_config =
  Netcgi_jserv_app.jserv_config = {
  js_backlog : int;
  js_reuseaddr : bool;
  js_cgiconfig : Netcgi_env.cgi_config;
  js_init_process : unit -> unit;
  js_fini_process : unit -> unit;
  js_idle_worker : unit -> unit;
  js_idle_master : unit -> unit;
}
val std_config : jserv_config
val logger : (string -> string -> unit) ref
val run :
  ?config:jserv_config ->
  server_type ->
  protocol_type ->
  (string * string) list ->
  Netcgi_jserv.auth option -> Unix.inet_addr -> int -> unit
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml