coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Jwink3101 on September 17, 2004, 04:50:08 AM

Title: Server usage
Post by: Jwink3101 on September 17, 2004, 04:50:08 AM
I have heard reports that sometime when batch adding over 50 files, the server usage spikes with coppermine.

What i am wondering is, would it still do it to a level where most hosts will cut your site if all coppermine has to do is make thumbnails. See, i use a photoshop action to make them the size i want then have coppermine set to not make intermediate files and just the thumb. What do you think the usage would be?

I know this would be different for every server but a general idea would be great. I am NOT using imagemagik

thanks
Title: Re: Server usage
Post by: Joachim Müller on September 17, 2004, 07:18:43 AM
never heard of a host kicking or complaing to customers for batch-adding 50+ pics using GD, works easily for me and all I know who does this on a regular basis. GD will create the thumns sequentially, unles ImageMagick (will create 50 simultaneous processes), should not be a problem.

Joachim
Title: Re: Server usage
Post by: M3 on September 22, 2004, 09:00:17 PM
Quote from: GauGau on September 17, 2004, 07:18:43 AM
never heard of a host kicking or complaing to customers for batch-adding 50+ pics using GD, works easily for me and all I know who does this on a regular basis. GD will create the thumns sequentially, unles ImageMagick (will create 50 simultaneous processes), should not be a problem.

Joachim

AHHH! That might have been my problem with my last host and my giant gallery! I was batch adding between 100 - 300 pictures to my galleries in a steady stream for at least an hour. Using ImageMagick may be what did me in.

My curiousity is partially satisfied now, thank you!