Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 1995 10:30:46 +0300
From:      Kai Vorma <vode@snakemail.hut.fi>
To:        "Justin T. Gibbs" <gibbs@estienne.CS.Berkeley.EDU>
Cc:        "Jordan K. Hubbard" <jkh@freefall.cdrom.com>, "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>, jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com
Subject:   Re: cvs commit: ports/net/sup/patches patch-ae 
Message-ID:  <199504060730.KAA29691@vinkku.hut.fi>
In-Reply-To: <199504060709.AAA22147@estienne.cs.berkeley.edu>
References:  <199504060704.KAA26897@vinkku.hut.fi> <199504060709.AAA22147@estienne.cs.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504060730.KAA29691>