[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
| Subject: | Re: [Caml-list] ocamlnet: Disabling global exception handling |
On Mon, 7 May 2007, Joel Reymont <joelr1@gmail.com> wrote:
>
> Is there a way to disable global exception handling in ocamlnet?
If it is about Netcgi2, set the default_exn_handler (in the "config"
record) to false, i.e. use { default_config with default_exn_handler=false}.
Cheers,
ChriS