It would like to know when I use php image functions ( imagejpeg(); , etc) what consumes of the server.
Thanks at once!
whoisgregg
11:24 pm on Aug 16, 2006 (gmt 0)
CPU usage would vary depending on the existing server load, the specifications of the server and the size/complexity/quantity of the image buffers associated with the calls to imagejpeg().
It's a bit difficult to predict precisely, which is probably why you haven't received a response yet. Testing is probably the best way to determine load.