On Thu, 20 Feb 2003, cana rich wrote: > I have a RedHat 7.2 and i would like to know how to force a process > to be executed as soon as i called it with : system("process"); or
First of all, this is NOT a programming list. You're asking questions in the wrong place. You also don't say what language you're using. I suppose it doesn't really matter, though, since you still have: 1. Fork overhead that you should design around 2. The Linux scheduler to deal with 3. Provided no metrics on system load 4. Provided no profiling of your application 5. Not explained why your process needs to fork faster Usually, this is simply bad programming design or a failure to adequately analyze your goals. If you need hard real-time response, you need to code your application for a real-time OS, and probably optimize in assembler while you're at it. Otherwise, address items #3-5, and ask the question again on a list related to the language you're using for the task. Good luck. -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list