Which is the best server between this to handle IM scripts?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Which is the best server between this to handle IM scripts?

Post by agriz »

Hi

I have just chosen two processor with few GB ram for which i can afford.
I am not sure which will best fit for IM scripts (in PHP via exec).

Dual Core 2.8Ghz with 4GB DDR3 Ram
Quad Core 2.13GHz with 2GB DDR2 Ram

Which will be faster than one another?
Scripts will be just composting images over images including animated images composition.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Which is the best server between this to handle IM scrip

Post by magick »

ImageMagick is threaded. In general, it will be faster on a quad-core because it can split the work between 4 rather than 2 processors. However, ImageMagick also consumes copious amounts of memory so the more memory, the better. DDR3 is recommended because it can correct for memory errors. If you build the computer yourself (e.g. Newegg) you may be able for the same money get a Quad Core with 4GB DDR3 memory.
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

No I don't own computer.
I have to pay rent.

For my budget, I just found this two.
Can i just go with Dual Core with 4GB DDR3 Ram?

leaseweb/ - This is the site where i have decided to get dedicated server for monthly rent.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Which is the best server between this to handle IM scrip

Post by magick »

Given your requirements, we recommend the faster dual-core with DDR3 memory.
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

Thanks for your help! I will go with it.
In future, I will try to upgrade to quad core + DDR3 + 4GB
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

Hi,

You said Imagemagick is threaded.
I am thinking to use 8 threaded Intel Processor.

My friend recommended me this.

Phenom II 955 Quad Core (4 cores)
8GB DDR3 RAM

Is this good? I don't know the threads of this processor.
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

I just got an answer from hardware forum

They said, in AMD core = threads
which means, AMD quad core will have 4 threads.
So, I guess intel's 4 core 8 thread processor is powerful
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

Hi,

It is me again.

Intel Xeon E3 1230 which has DDR3 ECC RAM
Intel I7 2600 which has DDR3 RAM.

8GB RAM

Which can handle better
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Which is the best server between this to handle IM scrip

Post by magick »

ImageMagick performs well for both the I7 and Xeon chipset. Choose whichever has the highest GHz rating. 3GHz or better is recommended.
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Which is the best server between this to handle IM scrip

Post by agriz »

Both are above 3 GHZ :)

I7 3.4
Xeon 3.2

Thanks for the help.
Post Reply