Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: libtune - standard API to access the kernel tunables
https://bugzilla.redhat.com/show_bug.cgi?id=210007
notting@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |notting@redhat.com
------- Additional Comments From notting@redhat.com 2008-02-13 17:49 EST ------- So.
This code is a *really bad idea*.
Apps should not be twiddling with tunables in /proc or /sys - they are system wide attributes. You can have multiple apps - what if they want different things? This library doesn't actually prevent you from situations where the kernel changes without patching and rebuild, so you don't gain anything from an app standpoint. It's never the sort of thing which will be in Fedora base, or RHEL, and therefore any app that would want to use it would need ot have code to handle it not being there anyway. So, what's the point?