Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thin web-server works slowly #19

Closed
sunloverz opened this issue Oct 15, 2013 · 4 comments
Closed

Thin web-server works slowly #19

sunloverz opened this issue Oct 15, 2013 · 4 comments
Assignees

Comments

@sunloverz
Copy link

When i add the cobweb gem, my app uses thin web-server, and working slowly, can i change web server?

@stewartmckee
Copy link
Owner

You can, but just adding cobweb shouldn't cause the server to slow down. If you remove cobweb again, does it speed up?

@ghost ghost assigned stewartmckee Oct 17, 2013
@sunloverz
Copy link
Author

My app used webrick by default, but when I added cobweb, It started to use thin web-server. I thought thin is slower than webrick

@stewartmckee
Copy link
Owner

Ok, I think i know what it is, Thin is included in cobweb for testing, i'll need to check whether its limited to testing. Your web app probably is now running with Thin because the gem has been installed. Think you should be able to force to webbrick by starting your server with 'rails s webrick'

@stewartmckee
Copy link
Owner

Better late than never, but dependency of thin has now been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants