![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: SQLite and CPU Usageby beable (Friar) |
on Aug 02, 2004 at 10:33 UTC ( #379244=note: print w/replies, xml ) | Need Help?? |
You need to identify the bottleneck. For example, is the I/O (disk) system running at 100% speed? If so, you won't be able to raise your CPU usage because you'll be waiting for I/O. (Unless you have some CPU-intensive task you can perform while waiting for I/O.) On the other hand, if I/O is not running at maximum capacity, and CPU is at 5%, then there must be something else slowing down your program.
In Section
Seekers of Perl Wisdom
|
|