[Caml-list] in_channel_of_descr questions

2009-03-25 Thread Christoph Bauer
Hello, I have some questions concerning in_channel_of_descr: my program has a list of sockets. I need the sockets itself for a select-Loop and an in_channel for the convenient input_line function. At the end, which one should i close? Just the socket, just the channel or both? On Windows I tried

Re: [Caml-list] in_channel_of_descr questions

2009-03-25 Thread Olivier Andrieu
Hi, On Wed, Mar 25, 2009 at 13:37, Christoph Bauer christoph.ba...@lmsintl.com wrote: Hello, I have some questions concerning in_channel_of_descr: my program has a list of sockets. I need the sockets itself for a select-Loop and an in_channel for the convenient input_line function. At the