Re: More exim, and fcntl lock problems

2001-12-08 Thread Pierre A. Humblet
>"Pierre A. Humblet" wrote: > >2) On WinNT, local deliveries fail on line 765 of transport.c > while ((len = read(deliver_datafile, deliver_in_buffer, >I reproduced the situation in the attached try.c >A parent process opens and locks a file (using fcntl), >and then forks a child. It turns out

Re: More exim, and fcntl lock problems

2001-12-02 Thread Pierre A. Humblet
Thanks for the encouragements, Chuck. Exim is very well written and I was able to modify some macros to used gdbm. The database seems to work on Win98. So one Cygwin related problem remains: the interaction between fork and fcntl locking. Pierre At 04:39 PM 11/30/01 -0500, Charles Wilson wro