From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 5DD3DBC69 for ; Mon, 7 May 2007 13:25:42 +0200 (CEST) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l47BPf7V010901 for ; Mon, 7 May 2007 13:25:42 +0200 Received: from poincare.swapping.umh.ac.be ([10.102.100.10]) by hedwig1.umh.ac.be (8.13.6/8.13.6) with ESMTP id l47BT4eh4751610; Mon, 7 May 2007 13:29:04 +0200 Received: from localhost ([127.0.0.1] ident=trch) by poincare.swapping.umh.ac.be with esmtp (Exim 4.63) (envelope-from ) id 1Hl1LT-0003qu-0n; Mon, 07 May 2007 13:25:35 +0200 Date: Mon, 07 May 2007 13:25:26 +0200 (CEST) Message-Id: <20070507.132526.222668030.Christophe.Troestler+ocaml@umh.ac.be> To: joelr1@gmail.com Cc: caml-list@inria.fr Subject: Re: [Caml-list] ocamlnet: Disabling global exception handling From: Christophe TROESTLER In-Reply-To: <5ADC95FD-4F11-4DE3-BA0C-C5F1927442F3@gmail.com> References: <5ADC95FD-4F11-4DE3-BA0C-C5F1927442F3@gmail.com> X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoLKJBq0JBY9:}8v|j Organization: University of Mons-Hainaut X-Mailer: Mew version 5.2.50 on Emacs 22.0.95 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at concorde with ID 463F0CB5.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlnet:01 christophe:01 troestler:01 christophe:01 troestler:01 ocaml:01 umh:01 ocamlnet:01 netcgi:01 exn:01 config:01 config:01 exn:01 cheers:01 2007,:98 On Mon, 7 May 2007, Joel Reymont 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