[Caml-list] Re: Memory leak & slowdown

2009-06-05 Thread Dawid Toton
The overall memory usage grows significantly over time, but I don't know why. After it consumes several MB extra, it slows considerably and becomes unusable, so I have to fix this. I'm still unable to figure out what is the allocated memory, but I discovered few things: * there is availabl

[Caml-list] Re: Memory leak & slowdown

2009-06-05 Thread Dawid Toton
You might want to instrument the [caml_]register_global_root function and see how often it gets called. Is it possible to enable profiling in the compiler in Windows or Cygwin environment? Cygwin has gprof, but OCaml's configure script says 'no profiling'. Dawid _

Re: [Caml-list] Memory leak & slowdown

2009-06-05 Thread Richard Jones
On Fri, Jun 05, 2009 at 04:00:01PM +0200, Dawid Toton wrote: > I have an OCaml program using GTK running on Windows, using multiple > threads. > > The overall memory usage grows significantly over time, but I don't know > why. After it consumes several MB extra, it slows considerably and > beco

[Caml-list] Memory leak & slowdown

2009-06-05 Thread Dawid Toton
I have an OCaml program using GTK running on Windows, using multiple threads. The overall memory usage grows significantly over time, but I don't know why. After it consumes several MB extra, it slows considerably and becomes unusable, so I have to fix this. Is it possible that this is relat

[Caml-list] ML 2009 Call for Demos

2009-06-05 Thread Andreas Rossberg
CALL FOR DEMOS 2009 ACM SIGPLAN Workshop on ML To be held in conjunction with ICFP 2009 on Sunday, August 30, 2009 in Edinburgh, Scotland, UK http://www.mpi-sws.org/~rossberg/ml20

[Caml-list] SSL mutual authentication

2009-06-05 Thread Gregory BELLIER
Dear list, it's been a week since I try to find some informations on SSL mutual authentication and to make it work. Could you help me and provide an example on how to use the SSL binding to do this mutual authentication because I can't find any ? It would be very useful. Thank you, Grego