[Rails] #<Errno::EMFILE: Too many open files

Ben Johnson bjohnson at mediamanifest.com
Fri Aug 18 04:20:55 GMT 2006


My application runs a backgrond process and after running for a while I 
get this error in my logs:

#<Errno::EMFILE: Too many open files

Lasty, the ONLY code I have that does anything with files is:

File.open(image_path, "wb") do |file|
   file.puts file_content
end

Any idea what this means?

-- 
Posted via http://www.ruby-forum.com/.


More information about the Rails mailing list