XSLT Transformation Hangs Production - Help

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
nshiell
Forum Newbie
Posts: 12
Joined: Mon Oct 19, 2009 12:20 pm

XSLT Transformation Hangs Production - Help

Post by nshiell »

Hi,
On my site I have a PHP script involving lots of XSLT transformations.
The script works fine on my dev area but on my hosting it just hangs the script and eventually the web browser times out.
I am using shared LAMP hosting for the site, and getting their support to restart apache which fixes it only to happen again sometime later (intermittent).

I know from putting die()s in my code that it is fine up to the transformations.

Not sure what is going on, shouldn't all XSLT and DOM objects be destroyed when the script finishes?

Can you give me some pointers on debugging this, is it my hosting companies bad system, have you seen this issue?
Post Reply