I'm currently trying to process a bunch of data with apache and php,
I estimate it will take a few hours and I'd like to reduce that time
In my webmin I see following information
CPU usage 25% user, 0% kernel, 19% IO, 55% idle
is there a way i can dedicate more cpu usage to the process temporarily? (even if it means changing configs and restarting apache twice)
it's basically a lot of mysql selects/inserts/updates and regex
The processor is Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz, 4 cores
Thanks for any tips on how to improve the speed
edit The CPU usage list shows this
ID Owner CPU Command
26841 mysql 38.6 % /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file ...
5627 www-data 0.3 % /usr/sbin/apache2 -k start