Looking around I found http://www.devco.net/archives/2008/06/26/adventures_with_ruby.php where the blogger moan about GServer’s bug to destory threads and reaching its maximum connections. Is this problem real / still true?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had similar problems when using GServer as simple TCP server, however I didn’t dig into the issue too deeply since I had originally planned to use EventMachine.
In the end I just ported my code to use that library and been happy.
Sorry, I don’t know the real answer, but I do know that I had problems with GServer and have been really happy with EM since I switched — so you might want to look into that. Replacing libraries was not too difficult once I understood how EM worked.