The issue ended up being that Zend_Cache file uses FLOCK when writing to a cache file. This seemed to work really well in development, but in production under heavy load FLOCK is failing for caching model metadata with Zend_Cache.
I suspect that is why the framework developers allow a couple of other types of caching. Soluction for me right now was to use Sqlite and store the .sq on the tmpfs mount. Cheers, ethan On 4/2/08 1:18 PM, "Lepidosteus" <[EMAIL PROTECTED]> wrote: > No problem here with latest xcache and zf, using core and file > > -- > Vianney Devreese - Lepidosteus > http://lepidosteus.com > -- Ethan Zuhl | Application Developer [EMAIL PROTECTED] 615.371.5119 | 615.777.5119 fax echo | Hello. Hello. | helloecho.com The information contained in this message is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited.
