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


Subject: Re: [netatalk-admins] pre-a17 available (my patches to netatalk)
From: wesley.craig@umich.edu
Date: Wed Oct 08 1997 - 11:07:18 EDT


> From: mpav@morphtech.com

>I have experimented with setting fd_max and fd_current
>in /etc/system, but no luck.

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.

:wes



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