RE: Host Resource MIB on Broken Linux

2004-06-20 Thread Bruce Shaw
I believe Wes made a change to configure.in to take into account operating systems (like linux) that have f_frsize but don't at statvfs (if I understand correctly). We may have fixed the problem twice. Not that I mind belt-and-suspenders solution, I'm just wondering what other OS's are affected.

Re: Blocking handler

2004-06-20 Thread Coders
On Sat, 19 Jun 2004 10:27:58 +0200 Rodolfo wrote: RG> can an handler be blocked during a get/set by a read()/write() system RG> call? yes. RG> For instance, if in the MODE_GET case I use a read() syscall to get a RG> variable value and it blocks the the whole agent blocks too? Right. But if you