Re: [netatalk-admins] pre-a17 available (my patches to netatalk)


Subject: Re: [netatalk-admins] pre-a17 available (my patches to netatalk)
From: a sun (asun@zoology.washington.edu)
Date: Wed Oct 08 1997 - 15:39:44 EDT


   The problem is that afpd uses the #define NOFILE to statically allocate
   an array for open file forks. This number is equal to 20 on Solaris,
   and we allocate ( NOFILE - 10 ) / 2 = 5 open forks. The fix is to
   dynamically allocate the table at startup. The latest snap-shot
   contains this code.

i suspected something like that. i'll have a fix in my patches as
well.

-a



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:26:54 EST