Hello,
I currently generate png images with the help of php4.Data is derived from a flat text file.
It takes around .3 seconds to create one image file. Because I plan to create a larger amount of files (several thausend) each day, .3 seconds seems to be quite a long time. It takes lots of resources.
Is there a way to accelerate generation of images. For example, is it more effective to use Perl or C instead of php4 or is it more effective to read data from a database such as mysql instead of using flat text files.
Thanks,
Andre