How to deal with memory leaks in RMagick in Ruby?
问题 Im developing web-application with Merb and im looking for some safe and stable image processing library. I used to work with Imagick in php, then moved to ruby and start using RMagick. But there is a problem. Long running scripts causing memory leaks. There are couple solution exists, but I don't know which one is the most stable. So, what do you think? Right now, my app uses internal API that i wrote to process images, in PHP. Its running on separate server along with other applications, so