RE: [PHP4BETA] httpd eats processor [cont.]

[email protected] ("Przem Kowalczyk") Thu, 1 Jun 2000 16:07:52 +0200
Newsgroups php.version4
Message-ID <NEBBINEAELLIDFDPANNDGEGCCDAA.przem@fire>
> -----Original Message-----
> From: Dariusz Malinowski [mailto:[email protected]]
> Sent: Thursday, June 01, 2000 4:06 PM
> To: PHP4 list
> Subject: Re: [PHP4BETA] httpd eats processor [cont.]
>
>
> Przem Kowalczyk wrote:
>
> >
> > {cut}
> >
> > I've got the same problem. First I thought, that it's a
> metabase problem (I
> > was using it to handle some connections). I worked out, that turning off
> > persistant connection helps. I'm not sure whether it's right
> solution :-(
> >
> > Przem
>
> unfortunetly, i'm not using database :((
> i create objects that has references to other objects and so on ... :((
> that's all
>
AFAIK metabase does the same (ie, references to referenced objects), perhaps
thats the problem?

Przem