This is the error ive discovered
Uncaught exception 'Zend_Db_Statement_Exception' with message
'SQLSTATE[HY000]: General error: 10 disk I/O error'
On 06/05/2008, at 5:57 PM, Daniel Rossi wrote:
Hi there I have noticed a major performance issue when using PDO
SQlite with Zend_DB. When I have a certain sqlite function enabled
which adds a temporary key to the sqlite database and then reads
the temporary key on another system the cpu resources of apache are
quite high. This in turn has made the machine bottle over and cause
it to reboot. When i turn the system off and send temporary session
id's to the other system the cpu load reduces right away.
Where could the problem be ? I am pretty stuck on this one ?