RE: [2.6.16 PATCH] Filessytem Events Reporter V2

From: Michael Guo
Date: Thu Apr 06 2006 - 10:34:33 EST


Ok, when kernel developers throw "everything" to libraries and let them encapsulate "everything", it sounds like old story: hardware engineers hope software engineers to do more things, however, software engineers think it reservedly. And for application engineers, it is also unfair because they have to follow new features added by libraries even worse have to update their programs from time to time. Who knows library programmers never change their own interface in order to keep to trace new kernel due to similar functionalities but different interfaces.

Kernel size UP -> Library size UP -> Application size UP (chain reaction)

I don't know if the time when users complain that their systems are running slowly and slowly and memory is becoming scarce even if fastest CPU (whatever single or multiple cores) and tons of memory is coming very soon. By the way, it is pleasure to discuss the problem with you


-----Original Message-----
From: Yi Yang [mailto:yang.y.yi@xxxxxxxxx]
Sent: Wednesday, April 05, 2006 7:44 PM
To: Michael Guo
Cc: LKML; Andrew Morton; Evgeniy Polyakov; Matt Helsley
Subject: Re: [2.6.16 PATCH] Filessytem Events Reporter V2


Michael Guo wrote:
> Hi,
> Now, kernel is growing bigger and bigger continuously and performance is becoming slower. So, if possible, please consider to add a
> common and simple interface which is scalable and flexible to satisfy real requirement of users instead of telling users use this or that like Microsoft. In a word, simple makes application programmers happy!
>
>
> Guo
>
Your requirement should be done by a userspace library, in fact, most of
functions provided by kernel are exported
to the final application in this way
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/