Re: hitting the limits
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 10:36:08 -0400
windandwaves wrote:
Jerry Stuckle wrote:
windandwaves wrote:
Hi FolkWell, ob_start and ob_end_flush require system resources; the bigger
I am managing a site, www.friars.co.nz that seems to be hitting the
limits and I keep getting the 500 error. According to the people
from webfarm it is because my script are too demanding or not closed
properly. I dont believe you have to "close" PHP scripts or even database
connections. The site also accesses a 80 Megabyte database.
Do you know of a way I can find out where the problems are or
improving the performance of the site?
I uses ob_start and ob_end_flush, would that cause problems?
TIA
Nicolaas
the page the more resources it requires.
You might not be using many resources with it. You may be using a
lot. It all depends on the site and what you're using it for.
Hmm, yes, the good thin with ob_end is that I can resize the actual HMTL to be very small, meaning that what we send is small - at least.
Why even us it? I find very seldom do I need it. And it does add overhead.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: hitting the limits
- From: windandwaves
- Re: hitting the limits
- References:
- hitting the limits
- From: windandwaves
- Re: hitting the limits
- From: Jerry Stuckle
- Re: hitting the limits
- From: windandwaves
- hitting the limits
- Prev by Date: Re: My rant about unix home directories
- Next by Date: Re: hitting the limits
- Previous by thread: Re: hitting the limits
- Next by thread: Re: hitting the limits
- Index(es):
Relevant Pages
|