hi.
i have an app that render lot of images in one process, due to some reasons i can't use C++ for that so i need to do that with PHP-GD.
i have couple of performance questions:
1. what's faster: to create image, save it and then destroy or to create all of the images and finally save and destroy them?
2. how much images PHP can hold without destroy them by imagedestroy()?
thanks.
Shlomi.


