Hi, I've been chugging along merrily using sqlite3 as my development database but decided it was time to switch over to mysql. Unfortunately, unless I enable cache_classes in development mode (which really sucks as it means you constantly have to restart the server) I get a Closed Stream IO Error on every other page load (one in every two). I don't know for sure that this is a hobo error, but I've been unable to find anyone with a similar issue in my searches so I figured I'd ask here and see if anyone had seen similar behavior.
There are no errors in the mysql log, but if I enable aggressive logging I can see that the failed connection doesn't quit until the next successful connection completes. No idea if its related or just mysql pruning old inactive connections. Running Rails 2.3.5 and Hobo 1.0.0 Thanks. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
