Community Page
- fredbrunel.com/journal/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I like commenting using DISQUS. But I am really confused about the. Like, what would would happen to the comments, when Disqus won't be providing the service anymore? Darek from <a...
- "Float elements are not about layout, their primary use is for a block to float inside a text paragraph — like for images in a word processor document." There you hit the nail on the...
- Local URL: even for compressed binary packet? (like an image) UI is always specific to the device even on different Apple machines. No doubt. But if you can reuse "old code", you may make...
- (1) I meant local URL, you can send data to an app like that. Mail and the browser are real apps. (2) As I said before, UI is not portable and in that regard Java does change anything. A Blackberry...
- URL communication may raise some issues when the device is offline. For the "keep state" option, why not; but I'm not sure it's the most efficient way. Moreover, when you say...
Jump to original thread »
I recently had to write and deploy a custom Rails app for a customer. When it was time for me to install the dedicated server, I looked for which Ruby version to install. I naturally went for the latest stable version of Ruby: 1.8.5. Unfortunalety I quickly ran through serious trouble with this
... Continue reading »
2 years ago
2 years ago
sudo gem install fastthread
Current version is 0.6.1 i believe
2 years ago
2 years ago
Thanks a lot for your help, I'll give it a try as soon as possible. If it actually fix the issue, I'm just wondering why this is not part of Ruby core or a mandatory dependency with Mongrel's gem.
By the way, do you know if Ruby has to be compiled with pthread support (thing that I've done) because it's not enabled by default.
Concerning the log file, I'm not rotating it at the moment...
2 years ago
That's interesting that you are seeing this issue and are not rotating logs. Perhaps you should email the Mongrel mailing list and Zed will chime in.
2 years ago
That's what I though concerning the installation procedure... Generally default settings are just fine.
I followed your advices and I managed to get more stability but I had to downgrade lots of software...
I'm now running with Ruby 1.8.4 + fastthread + Mongrel 0.3.13.3. I had the issue with Mongrel 0.3.13.4 and 1.0.
Actually, the configuration I use is also the choice of one my hosting provider (http://a2hosting.com) where I also run some Rails apps...
I'll try the Mongrel mailing list as you suggested.
Thanks for your help.
2 years ago
I found some introspection code that dumps objects state but it's not easy to find out.
I you have suggestions.