PDA

View Full Version : too much for GD?


jeromepelletier
02-04-2006, 09:19 PM
Is it possible to make a script for GD to overload and not load?

I have a script that does quiet a lot with GD, and it returns "Page not found" after awhile...but if i shorten the GD script (its a 500x500 if i put it to say 100x100) it works...

marek_mar
02-04-2006, 11:56 PM
The script might be executing too long... if PHP would be to use too much memory it would give you an error.

jeromepelletier
02-05-2006, 01:25 AM
executing too long? anyway to stop it from stopping the execute?