search for: errnoepipe

Displaying 2 results from an estimated 2 matches for "errnoepipe".

2011 Mar 24
0
How can I change from ruby/mysql to mysql/ruby module? [Broken PIPE problem..]
...se Mysql/ruby (which was coded with C) instead of ruby/mysql (which was coded in Ruby). Ruby/Mysql -> http://www.tmtm.org/en/ruby/mysql/README_en.html Mysql/Ruby -> http://www.tmtm.org/ja/mysql/ruby/README.html Related Article about Broken pipe problem -> http://gaveen.owain.org/2008/04/errnoepipe-broken-pipe-mysql-error-in.html I am using Ubuntu 10.04, and I have successfully installed Mysql/ Ruby..but then now what? How can I complete the installing process? 1. I was not able to remove Ruby/Mysql which is previously installed, because I do not know how to. How can I remove this module?...
2008 Sep 26
2
Preventing Mongrel/Mysql Errno::EPIPE exceptions
I have a rails app serving up XML on an infrequent basis. This is being run with mongrel and mysql. I''ve found that if the app does not get exercised for longer than a few hours it goes dead ("Lost Connection to MySQL") and starts throwing Errno::EPIPE errors. It seems that the mysql connection gets timed out for inactivity or something like that. It can be restarted with