drifter Posted December 19, 2006 Share Posted December 19, 2006 not sure exactly what this does and the manual was not too help full.is this saying you can call proc_nice(10)during a script and the script will have less priority? as in is someone else is running a page that needs the CPU they jump in front of you in line? Link to comment https://forums.phpfreaks.com/topic/31200-proc_nice/ Share on other sites More sharing options...
trq Posted December 19, 2006 Share Posted December 19, 2006 Yes, but I wouldn't be using it in a server invironment. Link to comment https://forums.phpfreaks.com/topic/31200-proc_nice/#findComment-144247 Share on other sites More sharing options...
drifter Posted December 19, 2006 Author Share Posted December 19, 2006 why is that?I am really looking for ways to make my cron jobs less priority so they stop getting in the way of the users Link to comment https://forums.phpfreaks.com/topic/31200-proc_nice/#findComment-144252 Share on other sites More sharing options...
trq Posted December 19, 2006 Share Posted December 19, 2006 Dont run your cron jobs via the webserver. If you must write your crons in php use the cli interface if its available. Link to comment https://forums.phpfreaks.com/topic/31200-proc_nice/#findComment-144271 Share on other sites More sharing options...
drifter Posted December 19, 2006 Author Share Posted December 19, 2006 ok that is what you I do - I did not realize you mean the web server Link to comment https://forums.phpfreaks.com/topic/31200-proc_nice/#findComment-144274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.