You cannot post messages because only members can post, and you are not currently a member.
|
Trying to use Thin with Nginx and Capistrano
|
| |
I don't have very much experience using these tools, but I'm trying to
run Thin now instead of Mongrel. What I want to do is to be able to
start the Rails application when I reboot the VPS and I also want it
to (re)start when I deploy it with Capistrano.
I have deployed the application previously so in the application root... more »
|
|
Thin becoming unresponsive?
|
| |
I'm having a problem with my Thin/Swiftiply setup.
Everything works great for a while, then one after the other, my Thins
stop responding to requests. Eventually, Swiftiply gives me "Server
Unavailable". It happens many times per day.
Not sure what happens, nothing shows up in the logs.... more »
|
|
Thin header size limit
|
| |
I'm using a trio of thins as the back end to an application with nginx
as the front end. In the current operation of the application we
perform GET and POST operations with large http headers. The nginx
default header size is 4KB, but this is resettable through the
large_client_header_buffers directive, where 64KB seems to be the... more »
|
|
Thin, ps, rails, and me
|
| |
With mongrel, I can do ps aux | grep ruby and see which mongrels are
serving up which rails apps. With thin, I don't see anything that
helps remind me which ports are serving which rails apps.
My linux fu is not that great, so maybe there's a better way to use ps
that will tell me?
If this sounds like a silly question, it's because our servers host... more »
|
|
Required --servers parameter to stop?
|
| |
When starting thin with --servers, I always forget to specify the --
servers again to stop the cluster. Not a big deal, but is there a
reason why stop can't "know" which servers to stop, just as restart
does?
Also, what does the "config" command do? I see it mentioned in the
help screen (thin -h) but not sure how to use it.... more »
|
|
thin aborts on startup?
|
| |
hello, when i try to start thin with a basic generated rails app it
terminates with "Aborted"...i'm not sure how to proceed, any ideas?
thanks in advance for any help
Richard F.
[root@webdev sample]# thin start
...Aborted
|
|
Monitoring Thin
|
| |
Hi, I'm starting to use Thin and even have a small app up that I'm
goofing off with it for ([link]). Anyway, I'd like to
monitor the Thin processes running on the server, and am wondering if
there is something equivalent to mongrel cluster's "cluster::status"
command, or what might be the recommended approach/what others are... more »
|
|
Thin and Seesaw
|
| |
Dunno if this will help anyone, but if you were using Seesaw to bounce
your mongrels and have dumped mongrel_rails for thin, it's pretty easy
to get Seesaw working with Thin. Below is how I do it with cfengine,
should be fairly simple enough to do this with whatever tool you
prefer:
...
has_seesaw.has_thin::... more »
|
|
heel 1.0.0 Released
|
| |
Several moons ago, in the age of the Spherical Cow I promised to convert heel to use Thin instead of Mongrel. That work is complete and I'm happy to announce the rebirth of heel a new Rack/Thin based application. [link] Heel is a small static web server for use when you need a quick web server for a... more »
|
|
|