Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.mathworks.com!enews.sgi.com!news.sgi.com!news1.best.com!nntp1.ba.best.com!not-for-mail From: dillon@flea.best.net (Matt Dillon) Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.bsd.bsdi.misc,comp.sys.sgi.misc Subject: Re: no such thing as a "general user community" Date: 19 Mar 1997 10:49:13 -0800 Organization: BEST Internet Communications, Inc. Lines: 39 Message-ID: <5gpcf9$767@flea.best.net> References: <331BB7DD.28EC@net5.net> <5gmb58$6jd$1@news.clinet.fi> <5gn3ig$83d@flea.best.net> <5goqrq$5ak$1@news.clinet.fi> NNTP-Posting-Host: flea.best.net Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37352 comp.unix.bsd.bsdi.misc:6383 comp.sys.sgi.misc:29268 :In article <5goqrq$5ak$1@news.clinet.fi>, :Mika Ruohotie <mickey@cantina.clinet.fi> wrote: :>>:>Hm, last I heard, FreeBSD had serious troubles when running under heavy :>>:>loads on some Internet servers around here, totally crashing their machines. :... :>quite working... :> :>also, if someone could provide me some stats how many files/sec xfs can :>write to disk compared to ufs, since i believe that's one of the ways to :>compare those two, xfs were, last time i heard, able to overperform ufs. XFs's claim to fame is: * hashed directory lookups, making namei() on large directories more efficient (but only on large directories). * log file system .. fast startup after a crash verses the fsck you have to do with ffs. So if your SGI box crashes a lot :-) ... just kidding. * 'real time' extensions in access and data layout. Useful for video editing, not useful for anything else. * Ability to expand the size of an xfs filesystem partition via lfs without having to dump/restore. A useful feature. The file creation/deletion/access rate is about the same. However, BSD's namei() and general filesystem buffer cache implementation is a whole lot better then SGI's, as are BSD's (4.4's) kernel locking mechanisms. -Matt :>ofcourse, i am well aware that nowadays people run big news servers on freebsd. :> :> :>mickey