Re: throttling NFS writes

2005-11-19 Thread Mikhail Teterin
On Saturday 19 November 2005 07:31 am, Andrew P. wrote: = It's also not really hard to write a client-sever system (Perl is good = for that), where server watches hardware resources on the host and = clients query them before any activity. Sort of traffic lights. About = 50-100 lines of Perl code.

Re: throttling NFS writes

2005-11-19 Thread Andrew P.
On 11/19/05, Mikhail Teterin <[EMAIL PROTECTED]> wrote: > Hi! > > We have an unusual problem with NFS writes being _too fast_ for our good. > > The system is accepting database dumps from NFS-clients and begins compressing > each dump as soon, as it begins arriving (waiting for more via kevent, if

Re: throttling NFS writes

2005-11-18 Thread nmh
--- Mikhail Teterin <[EMAIL PROTECTED]> wrote: > Hi! > > We have an unusual problem with NFS writes being > _too fast_ for our good. > > The system is accepting database dumps from > NFS-clients and begins compressing > each dump as soon, as it begins arriving (waiting > for more via kevent, if

throttling NFS writes

2005-11-18 Thread Mikhail Teterin
Hi! We have an unusual problem with NFS writes being _too fast_ for our good. The system is accepting database dumps from NFS-clients and begins compressing each dump as soon, as it begins arriving (waiting for more via kevent, if needed). The NFS-clients (database servers) run on slow Sparc p