Problem with FTP Problem with FTP
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem with FTP

Started by gaijin, July 13, 2004, 05:33:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gaijin

Dear all,

I've uploaded a folder containing about 150 pics in the /albums folder, then click on the FTP button as logged as admin.
Then the page begin to load... but timed out !

The worst is that my server fall down !! 120 of load average... SSH was not able to respond.
Then after a few minutes my 'ps axf' told me that a lot of "/usr/bin/convert" was running...
So I tried to patch the source code by modifying the line containing an "exec" function...
I Tought that it create several threads to convert images (Imagemagick - in my case generate thumbnails from 6 Mpx images).
No way from this.

Do you have any idea about this issue ? Nothing found int the FAQ.

Thanks in advance for help ! And Thanks for this great product !!

Gaijin

Joachim Müller

This is a known issue when using ImageMagick: convert is behaving "greedy" and starts as many processes as there are files that need to be run. To decrease the load, you could either switch to GD, or you could add less files in one go when using batch-add. Afaik there's no other way of limiting ImageMagick's convert to start so many processes.

GauGau