Hello All,
I'm experiencing performance troubles with PHP5/SQLite (php 5.0.3) on Solaris 9, 10, AIX 5.2 but not on Linux (Suse 9). These troubles happen when using apache but also when using only the PHP binary.
The problem resides in the fact that SQLite consumes all the CPU and is very slow for some reason and I can't identify the cause. When I make a truss, I can see that the operations that need much time are the "writing" statements but why is that so slow, I don't know.
I'm wondering if this behaviour could be due to a system library or to the backward operating system.
So far, I've not seen such problems under Linux (Suse 9 Enterprise server) nor under Windows (incredible isn't it? )). Do you have any clue?
Thanks.