Kernel testing and regressions: an example
Kernel testing and regressions: an example
Posted Jul 29, 2005 1:06 UTC (Fri) by eaversa (guest, #4929)Parent article: Kernel testing and regressions: an example
gee, no wonder my application didn't benefit. i went to all that trouble (i downloaded the enhanced PAM, i got special programs to set the RT, i even got jonathan corbet to tell me whether i was doing it right) and i STILL saw latency. and i thought it was my application. so maybe it wasn't TCP after all that caused the delay...
Posted Jul 31, 2005 0:36 UTC (Sun)
by rlrevell (guest, #23596)
[Link]
Well it's simple to test. If the latency goes away when you run your app as root, it's a problem with the RT rlimits. If you still see the latency running as root, the problem is somewhere else.Kernel testing and regressions: an example