question on incoming packets and scheduler

From: Chris Friesen
Date: Tue Oct 14 2003 - 20:40:43 EST



I have a long-running cpu hog background task, and a high-priority critical task that waits on a socket for network traffic. When a packet comes in, I'd like the cpu hog to be swapped out ASAP, rather than waiting for the end of the timeslice. Is there any way to make this happen?

The code paths that I managed to trace didn't seem to be calling the scheduler to force the context switch. Hopefully I missed something.

Thanks,

Chris

--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@xxxxxxxxxxxxxxxxxx

-
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/