Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#291971 - 06/01/2007 00:23 Apple to apple networked drives
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
Now all the client machines at work are macs I have a choice of protocols to share my network drives over.

I've got AFP, SMB and NFS services available on the servers. What is likely to be the best performer? The machine serves out DV quality video files to a dozen clients out of folders containing thousands of files. A swift google hasn't really turned up anything.
_________________________
Cheers,

Andy M

Top
#291972 - 06/01/2007 04:52 Re: Apple to apple networked drives [Re: andym]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Found this thread discussing it:
http://www.serverelements.com/phpBB2/viewtopic.php?p=5602

Seems to say with a server running NasLite-2, the OS X clients saw similar peformance with SMB and AFP, and also good NFS read speed. For some reason though NFS write speed was bad. I'd say if it is an all Mac enviornment, use AFP if the server also deals with all the characters OS X allows above SMB limits. That way there won't be any file naming issues.

Top
#291973 - 08/01/2007 18:20 Re: Apple to apple networked drives [Re: drakino]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
ISTR the old problem with NFS write speed was that the server was required by spec to only report a completed write once it had actually been written to disk - not any disk cache. That was back on NFSv2, anyway...

Hugo

Top
#291974 - 08/01/2007 20:00 Re: Apple to apple networked drives [Re: altman]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Quote:
ISTR the old problem with NFS write speed was that the server was required by spec to only report a completed write once it had actually been written to disk - not any disk cache. That was back on NFSv2, anyway...



On Linux, this is now controllable via the "sync" and "async" NFS mount options. Use "sync" for slow, guaranteed-to-be-written access; use "async" for fast report-back-once-you've-got-it-cached accesses.

Top