I am running rails server as a daemon on ubuntu server.
My controller uses `#{command}` to run a python image processor and
return the output.
After several requests and hours of uptime the server stops working
when it hits this command, stating that it got no output. But the
command runs fine on the server when logged in via ssh.
The server has plenty of memory, and any of the three requests that
require running an external command at this point fail until the
server is restarted - but the server spits out all other pages on the
site just fine.
I think something to do with stdout or stderr is to blame, but I'm not
sure. Anyone have any ideas?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to