User space tool for marking a process 'interactive'?

Submitted by Anonymous
on February 14, 2004 - 5:10am

I have a GUI program which I forward from one box to another through X. When the cpu starts working overtime on the 'server' the gui becomes unbarably laggy. I don't think the 'server' is marking the program as interactive because of the X forwarding. Are there any user space tools that can help me? Thanks

Kernel?

Con Kolivas
on
February 14, 2004 - 6:46am

What kernel are you running on the server? 2.4 and earlier kernels simply can't keep a task interactive if the load gets too high. There aren't really many userspace tools that will help that situation in mainline kernels apart from "nice".

Using 2.6.2-ck1

Anonymous
on
February 14, 2004 - 5:45pm

Using 2.6.2-ck1

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.