Re: cvs commit: ports/net/sup/patches patch-ae

[ Available lists | Index of freebsd-commit | Month of Apr 1995 | Week of 6 Apr 1995 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Kai Vorma <vode@snakemail.hut.fi>
Date
6 Apr 1995 00:31:19
Subject
Re: cvs commit: ports/net/sup/patches patch-ae
Message-ID
199504060730.KAA29691@vinkku.hut.fi


[ Hide this part ]
Justin T. Gibbs writes:
>
> It is if I'm using SUP to mirror Auspexes (30+ gigabyte filesets). This
> is something that will be happening shortly at TCS. Don't tell me that
> doubling the number of stat calls is not a problem.

Okay, That is a kind of different story. My patch was meant just for a
poor FreeBSD-user who wants to play with the sources and not fight
agains sup. However you really don't want to use sup to mirror big
filesets because sup is already very inefficient. Making one more stat
(that mostly fails) is not a big deal, because the next stat (for the
real file) is mostly cached (namei and directory cache).

> So your saying I can distribute supfile and supfile#sup without it doing
> the wrong thing?

Hmm. Thats true. I suppose you then had to add some flag or rename the
suffix.

..vode




Elapsed time: 0.113 seconds