Networking Forums

Networking Forums > Computer Networking > Linux Networking > Newbie - Optimizing NFS writes

Reply
Thread Tools Display Modes

Newbie - Optimizing NFS writes

 
 
jon wayne
Guest
Posts: n/a

 
      09-06-2006, 11:10 AM
Hi
I'm writing an NFS client - a large number of files are periodically
written to directory on the
client end , then transported over nfs to a remote server and then
deleted at the client's end.

I'm sure it's not as simple as a remote mount, fopen() and then write
to the remote FileSystem


I'd appreciate if someone could point out various issues/optimizations
which I need to take care of.


thanks!

 
Reply With Quote
 
 
 
 
Joe Beanfish
Guest
Posts: n/a

 
      09-06-2006, 05:19 PM
jon wayne wrote:
> Hi
> I'm writing an NFS client - a large number of files are periodically
> written to directory on the
> client end , then transported over nfs to a remote server and then
> deleted at the client's end.
>
> I'm sure it's not as simple as a remote mount, fopen() and then write
> to the remote FileSystem


No. It's simpler. Mount the remote filesystem then use cp to copy the files.
 
Reply With Quote
 
David M
Guest
Posts: n/a

 
      09-07-2006, 10:03 AM
On Wed, 06 Sep 2006 13:19:43 -0400, Joe Beanfish rearranged some electrons
to form:

> jon wayne wrote:
>> Hi
>> I'm writing an NFS client - a large number of files are periodically
>> written to directory on the
>> client end , then transported over nfs to a remote server and then
>> deleted at the client's end.
>>
>> I'm sure it's not as simple as a remote mount, fopen() and then write
>> to the remote FileSystem

>
> No. It's simpler. Mount the remote filesystem then use cp to copy the files.


Even simpler, use "mv".

--
David M (dmacchiarolo)
http://home.triad.rr.com/redsled
T/S 53
sled351 Linux 2.4.18-14 has been up 7 days 12:01

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Measuring & optimizing broadband speed Zach Linux Networking 2 02-12-2008 03:45 PM
optimizing traffic to a web server Kamen Linux Networking 0 11-22-2007 10:10 AM
Optimizing signal strenght Catin Dehat Wireless Internet 3 04-25-2006 02:26 PM
NFS async writes working in 2.4.7 but not 2.4.20 nospam@dontspamme.com Linux Networking 1 10-12-2004 08:13 PM
Optimizing for 802.11b User Wireless Internet 0 05-02-2004 05:31 AM



1 2 3 4 5 6 7 8 9 10 11