what causes php pages to hang?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
deras
Forum Newbie
Posts: 24
Joined: Sun Nov 02, 2003 10:26 am

what causes php pages to hang?

Post by deras »

i just moved to my first server and added some php/mysql parts to my site. now my server load never goes about .5 and my cpu never goes about 50%. the server is 2100xp, 1 gig ram, 7200 rpm ide drive.

occasionally i get php pages that just hang, eventually loading a dead page(not often, but often enough that it is a concern). any idea what causes this and what i could do to minimize it?
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

Post by microthick »

Infinite loops?
deras
Forum Newbie
Posts: 24
Joined: Sun Nov 02, 2003 10:26 am

Post by deras »

i don't think so because the pages usually load fine... just sometimes they hang.

also, my mysql activity only averages 9 operations per second.
Post Reply