I\'d like to run some calculations in a browser window, but I don\'t want it to slow the client computer down for user interaction, especially for single core machines.Is there some way to adjust the
I know about os.nice() it works perfect for parent process, but I need to do renice of my child subprocesses. I found way to do this, but it seems to be not very handy and too excessive: