[Mongrel] RMagick=bad, ???=good
David Heinemeier Hansson
david at loudthinking.com
Fri Dec 15 13:25:32 EST 2006
> Although our site is
> not running in Ruby, yet, we have worked through a number of
> approaches
> to handling this, but only one has the desired properties we need,
> which is automatic recovery and minimal impact to running code on
> failure: exec out another process to do image manipulation.
I must admit that we do the same thing at 37signals. But actually not
because of memory leaks, but because we found it easier to do:
def thumbnail(temp, target)
system "convert #{escape(temp)} -resize 48x48! #{escape(target)}"
end
Rather than to get the full RMagick machinery cooking.
--
David Heinemeier Hansson
http://www.37signals.com -- Basecamp, Campfire, Backpack, Getting
Real
http://www.rubyonrails.com -- Web-application framework
http://www.loudthinking.com -- Broadcasting Brain
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1940 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20061215/045b55d4/attachment-0001.bin
More information about the Mongrel-users
mailing list