Project

General

Profile

After a while redmine stops responding

Added by Caslav Sunjka over 13 years ago

Hi,

I had redmine on my gentoo box, it worked fine till today. After a while redmine stops responding on user requests, and when I take a look at connections on my gentoo box I see there are couple of tcp connections on port 3000 which are used for redmine. Is there any way to determine what could be a problem. Every time I need to restart my machine and start app again to get it work. Thanx


Replies (4)

RE: After a while redmine stops responding - Added by Felix Schäfer over 13 years ago

It sounds like you are using webrick. Webrick is fine in development and testing, not much for production. Anyway, webrick only processes one request at a time, if one request hangs for some reason, it blocks the whole app, which might be what you aree experiencing,

RE: After a while redmine stops responding - Added by Caslav Sunjka over 13 years ago

Yes, you are right I use webrick, though I am newbie to a redmine, a followed some how to on the internet for redmine on gentoo and there I end up with webrick, and it worked just fine for two or tree months. Can you recommend what frontend to use for redmine? Thank you for your reply.

RE: After a while redmine stops responding - Added by Felix Schäfer over 13 years ago

The best option if you have an apache running on that machine would be to go with passenger, it's sorts of a "mod_rails" and works quite nicely.

RE: After a while redmine stops responding - Added by Caslav Sunjka over 13 years ago

Thank you very much, I did what you told me, now I use apache as it were already on my machine and configure it with passenger and it works. Again thank you.

    (1-4/4)