At 09:33 AM 11/26/2001 +0000, Sam Liddicott wrote:

> > -----Original Message-----
> > From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> > Sent: 24 November 2001 01:21
> > To: Sam Liddicott; Sam Liddicott; [EMAIL PROTECTED]
> > Subject: RE: [PHP-DEV] CGI quick cleanup
> >
> >
> > The problem you are experiencing is due to the fast cache.
> > Edit Zend/zend_fast_cache.h  and change:
> > # define ZEND_ENABLE_FAST_CACHE 1
> > to:
> > # define ZEND_ENABLE_FAST_CACHE 0
>
>I'm not sure what fast cache is, is lack of this likely to slow down the
>processing of enormous hashed arrays?

I think it really depends on the exact memory allocation pattern of your 
program. I have a feeling that in your case it'll be much faster without 
the fast cache but you can benchmark it.


> > Make sure you do a complete rebuild.
> > Tomorrow I'll try and think of what the best way to fix it
> > is. (3:20 AM here :)
>
>To go to bed late is to be up early (paraphrased from Shakespeare
>summit-or-other)

:)
Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to