Tagged Questions

Thin is an EventMachine-based web server written in Ruby for running Rack-based web apps.

learn more… | top users | synonyms

29
votes
5answers
8k views

Can nginx be used as a reverse proxy for a backend websocket server?

We're working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we have two separate "servers" so to speak: our main app running on nginx+passenger, and a ...
20
votes
5answers
4k views

Cannot install thin on windows

I cannot install thin gem on windows. Something happen during build of native extensions. Do anybody face same issues? Here is the stack trace: >gem install thin --no-ri --no-rdoc Temporarily ...
14
votes
1answer
514 views

Rack concurrency - rack.multithread, async.callback, or both?

I'm attempting to fully understand the options for concurrent request handling in Rack. I've used async_sinatra to build a long-polling app, and am now experimenting with bare-metal Rack using throw ...
10
votes
3answers
3k views

RVM and thin, root vs. local user

So I'm trying to get thin to run as a service with RVM. After a thin install I manually updated /etc/init.d/thin to use an su - user when running the config command so that thin was running as a local ...
9
votes
2answers
608 views

Is there a way Rails 3.0.x can default to using Thin?

I run the Thin webserver for basically every app in my dev/test environments. When I used Mongrel with Rails 2.x, all I had to type was script/server to get it to run the webserver I choose. But with ...
9
votes
1answer
1k views

Rack::Session:Cookie error using Sinatra, Thin, Rails, and Rack::Cascade

I have a combined Sinatra/Rails app that shares a session using Rack::Session::Cookie. The app works fine when started with Rack::Handler::Thin.run app, but if the rackup file is start with thin ...
7
votes
2answers
1k views

Thin vs. unicorn for development mode on Mac?

I'm shocked that this question hasn't been asked already, but I swear I looked everywhere. Are there advantages of thin over unicorn, or vice versa, when running Rails 3 in development mode?
7
votes
1answer
2k views

Thin EventMachine Sinatra vs. Rails

I have been looking into the possibility of backgrounding some jobs with EventMachine. In Sinatra this appears to work great but Rails 3 appears to execute all ticks before rendering a view. When I ...
5
votes
1answer
1k views

Passing options to rackup via a Sinatra application

I'm new to ruby, learning Sinatra. While creating a Sinatra site by requiring 'sinatra' and setting up the routes directly under is pretty easy and rather well documented, creating an application by ...
4
votes
2answers
113 views

Why does Ruby run so much slower on windows server than on windows dev machine?

First of all, I would switch to Linux if I could, but I can't, due to a 3rd party dependency. I'm in the process of finishing and deploying a rails app onto a windows 2008 server. While testing on ...
4
votes
1answer
246 views

Rails 3.1 thread safety broken

Or something like that. I've upgraded several apps from Rails 3.0 to Rails 3.1. They are are running on Thin with the multithreaded option enabled, they are all configured with threadsafe!. Worked ...
4
votes
2answers
443 views

How to fix Sinatra redirecting https to http under nginx

I have a Sinatra app running in nginx (using thin as a back-proxy) and I'm using redirect '/<path>' statements in Sinatra. However, when I access the site under https, those redirects send me to ...
4
votes
1answer
952 views

async sinatra with thin and rainbows in eventmachine. Why thin is more faster?

I just launched async sinatra benchmark between thin and rainwbows with eventmachine. Someone can explain why Thin is faster than Rainbows with eventmachine and four work_processes? I also tried it ...
4
votes
2answers
677 views

Distinguishing between nginx and thin

This is a newbie question around nginx and thin in the rails environment. In reading/learning on rails I frequently hear about nginx and thin being a great combination for a rails site. In reading ...
4
votes
1answer
860 views

Can Apache BalancerMember be configured to use unix domain sockets?

I am using the Apache Proxy balancer directive to hook up a set of thin servers (for Rails). Like so: <Proxy balancer://thinservers> BalancerMember http://127.0.0.1:5000 route=thin0 ...
3
votes
1answer
88 views

Thin GZIP decode on local machine

I'm using thin as a Rails server, and I want to send some JSON data gzipped, but in localhost it falls with MultiJson error (unknown symbols). How can I enable gzip support for local thin using ...
3
votes
1answer
99 views

Enable Browser-Caching for lighttpd/thin

I have the problem that Googles “Page Speed” says that I should enable browser caching. I am usein a lighttpd server as a proxy for different web server on my server. One of them is a rails app (Ruby ...
3
votes
3answers
447 views

How to set Thin as default in Rails 3

I've been starting Thin with thin -V start in development. However, I would like Thin to be the default instead of WEBrick and to be able to start it with rails s. Is there a way to set Thin as the ...
3
votes
2answers
430 views

High load RESTful API in Ruby (sync/async implementation)

I'm struggling with implementing a RESTful API that should return JSON response and should sustain very high load. The highest load will be generated by 'read' part of the API and very little load ...
3
votes
2answers
246 views

Thin server process hanging at 100% CPU in what appears to be a regex loop. Where can I get more information to debug?

I have a gdb backtrace on it that yields this: #0 match_at (reg=0xcce4a00, str=0xd47b101 ...
3
votes
1answer
940 views

How to preserve request url with nginx proxy_pass

I was trying to use Thin app server and had one issue. When nginx proxies the request to Thin (or Unicorn) using proxy_pass http://my_app_upstream; the application receives the modified URL sent by ...
3
votes
1answer
1k views

Thin LoadError: no such file to load thin_parser

I have installed thin and try to do thin start, which end up with this error C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- ...
3
votes
2answers
2k views

Rails - bundler error when using thin

I started using bundler and have some problems getting it working. I have the following gemfile: source "http://rubygems.org" gem "rack", "~>1.1" gem 'pg','>= 0.8.0' gem 'rails','2.3.8' gem ...
3
votes
2answers
649 views

Asynchronously iterating over the response of a request using Thin and Sinatra

If your response in Sinatra returns an 'eachable' object, Sinatra's event loop will 'each' your result and yield the results in a streaming fashion as the HTTP response. However, if there are ...
2
votes
2answers
30 views

Message/logging from Thin

How can I stop Rack Thin from returning initial messages of the following type? >> Thin web server (v1.3.1 codename Triple Espresso) >> Maximum connections set to 1024 >> istening on ...
2
votes
1answer
110 views

Thin with SSL support and ruby-debug

Does anyone know of a way to run the ruby debugger and SSL at the same time with Thin? I've been using Thin successfully with Rails 3.0.10. I start it using rails server --debugger, and I can debug ...
2
votes
1answer
100 views

How to silently start Sinatra + Thin?

I have a Sinatra::Base webservice which I want to start from a command line Ruby program, so I have this: # command line program file require 'mymodule/server' puts "Running on 0.0.0.0:4567, ...
2
votes
1answer
95 views

How to redirect (Rack) Thin server output to console?

Thin server has -l option to redirect output to log file (default: log/thin.log). Is there a way like in webrick server the output is always to console (and log/development.log) too ?
2
votes
3answers
266 views

What are some good ways to make an async web app on ruby these days?

I'm looking to build a webapp with a WebSocket component, and a run of the mill rack based frontend. My initial plan was to use Camping for the frontend, running the server on thin, with a rack ...
2
votes
1answer
133 views

Java API for xml type with JDBCthin driver

I have been trying to access an xmlType column-table from my java application the whole day and all I found is functions oracle.xdb.XMLType. But sadly I can't use those functions since almost all ...
2
votes
1answer
402 views

Heroku RACK_ENV says “development” on Thin, but “staging” on Unicorn

I came across this behavior and was wondering if anyone else had seen it. I have a workaround so it's not a show-stopper. I created a new app on Heroku with a Cedar stack. When demonstrating ...
2
votes
1answer
132 views

Concurrent writing to log file Sinatra, Rack, Thin

We have written an Sinatra application that uses Thin as its web server and rack as the middleware between the two. I would like to know if Rack is smart enough to allow concurrent writing to the log ...
2
votes
1answer
345 views

Thin doesn't respond to SIGINT or SIGTERM

bundle exec thin start -p 3111 gives the following output: Using rack adapter Thin web server (v1.2.11 codename Bat-Shit Crazy) Maximum connections set to 1024 Listening on ...
2
votes
1answer
218 views

How to start thin for only one application?

In /etc/thin/ I've got several yml files. When I run service thin stop -C /etc/thin/app.yml thin stops all applications, instead of only the one I specified. How do I get thin to stop/start only the ...
2
votes
3answers
547 views

Monit + RVM + Thin on OSX / Linux

After trying for hours (and also trying God and Bluepill) I decided to ask my question here because I am completely clueless how to solve this issue. I have a Rails app. I want to use Thin as my app ...
2
votes
1answer
336 views

What's the best option for starting and stopping an eventmachine server from a Ruby on Rails application

CORRECTION: Specifically I'm looking to start and stop an EventMachine (EM) from a Ruby on Rails controller. (I've been told that 'Thin' would work well for this.) NOTE: This EM server is SEPARATE ...
2
votes
1answer
338 views

uninitialized constant Thin::HttpParser (NameError)

This is the error I’m getting since I updated Thin from version 1.2.7 to 1.2.8. When I uninstall the newer version and tell my bundle to use 1.2.7 again everything is fine. ...
2
votes
2answers
2k views

how to start thin in default port

Hey guys I'm learning thin server, by now I can use thin start to fire up the server, but the port is 3000, I should type the localhost:3000 in the browser to get the webpage. I want to take off the ...
2
votes
1answer
362 views

How to run cucumber selenium using Thin server instead of default Webrick?

my cucumber features with selenium runs (for Rails 3 app) using the default Webrick server. How can I force or setup to run with Thin server instead of Webrick? Any settings to put in env.rb file or ...
2
votes
1answer
1k views

Running Rails apps with thin as a service

I am trying to run thin as a service on my web server. After running "sudo thin install", thin created the following file in /etc/init.d/thin #!/bin/sh DAEMON=/usr/local/lib/ruby/gems/1.9.1/bin/thin ...
2
votes
1answer
245 views

Reset cache in Thin instances launched by Unicorn

I have a Ruby webapp that caches some frequently used information in a lightweight layer, but there are times at which I want to reset the cache without restarting the entire process. Before I ...
2
votes
1answer
551 views

using thin for long-polling connection

since it's threadless, would the ruby-based thin be okay?
2
votes
2answers
768 views

how to specify query string in url with apache bench

My rails application is running on thin server which i want to benchmark using apachebench the command am using is ab -n 1 -c 1 http://localhost:3001/welcome/search?query="doctor"&rad=5 ...
2
votes
1answer
1k views

Thin and Bundler on Windows Rails

Trying to get Thin working with Bundle on Windows, I know, major PITA but anyways, I'm new to Thin and Bundle gem, I'm on Ruby 1.8.6 and Rails 2.3.5 and trying to get someone else's app running on my ...
2
votes
1answer
281 views

Thin Crashes Hard with Ramaze

So, I'm just trying out Ramaze for a new project, and I'm wondering why it won't work with Thin, but will with ramaze start (which is webrick I guess). Here's what it gives me: ...
2
votes
3answers
567 views

PHP and Oracle using a thin driver

Is there a thin driver for Oracle available to be used with PHP (for example as an extension)? I cannot install the OCI driver/client, but need to be able to access an Oracle database.
2
votes
2answers
3k views

Thin + Nginx Production ready combination for RubyOnRails Application

I have recently installed Nginx + Thin on my deployment server, but i am not sure how this will perform in last requests & responses situation. lets say 1000/req per sec. so the speed on thin is ...
1
vote
1answer
26 views

Using EventMachine with Thin

I recently switched from mongrel to thin when upgrading to rails 3. Prior to the switch, we had been using EventMachine without any problem. After switching to thin,whenever EventMachine would be ...
1
vote
2answers
21 views

Can Heroku handle more than one connection simultaneously (Sinatra on Thin)?

I'm reading the Heroku Routing article and confused by the following: One Connection at a Time The heroku.com stack only supports single threaded requests. Even if your application were to fork and ...
1
vote
1answer
25 views

Error with Rack fetching session-based cookie

My web app is using Rack 1.4.0, Sinatra v1.2.6, Thin v1.2.11, Ruby v1.9.2p180 Navigating to a page I get this error in the log: TypeError - can't convert nil into String: ...

1 2 3 4