unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
 messages from 2013-08-02 13:37:04 to 2014-05-04 02:33:38 UTC [more...]

[RFC/PATCH] http_server: handle premature grandparent death
 2014-05-04  2:33 UTC  (2+ messages)

Does unicorn waits after_work to consider a worker ready?
 2014-05-02 23:43 UTC  (6+ messages)

Workers reaped with SIGABRT - how to debug?
 2014-04-28 10:41 UTC  (7+ messages)

[PATCH] tests: switch to minitest
 2014-04-26  6:07 UTC  (2+ messages)

Rolling restart configuration
 2014-04-25 19:20 UTC 

Is there a cleaner way of hooking into the event loop?
 2014-04-23  8:54 UTC  (4+ messages)

[PATCH] add slrnpull.conf example for gmane archives
 2014-04-21 19:18 UTC 

[ANN] public-inbox - "archives first" approach to mailing lists
 2014-04-21 19:07 UTC  (2+ messages)

[PATCH] Print stack for lazy workers
 2014-04-16  8:44 UTC  (3+ messages)
` [PATCH] Kill lazy workers with TERM before KILL

[RFC] oobgc: link to Aman's gctools for Ruby 2.1+
 2014-04-02 10:05 UTC  (5+ messages)

USR2 to unicorn leads to Errno::EINTR
 2014-02-26 18:18 UTC  (2+ messages)

Stucks DB connections
 2014-02-24 19:01 UTC  (3+ messages)

[PATCH 1/2] remove SSL tests
 2014-02-19 21:07 UTC  (2+ messages)
` [PATCH 2/2] script/isolate_for_tests: bump to latest versions

non-Linux check_client_connection users?
 2014-02-08  7:48 UTC 

[ANN] unicorn 4.8.2 released
 2014-02-05 18:28 UTC 

[PATCH] avoid race condition during worker startup
 2014-02-01 20:28 UTC 

[PATCH] construct listener_fds Hash in 1.8 compatible way
 2014-01-29 22:54 UTC 

[ANN] unicorn 4.8.1 released
 2014-01-29  8:54 UTC 

Different behavior with pid files and SIGUSR2
 2014-01-28 20:16 UTC  (4+ messages)

listen loop error in 4.8.0
 2014-01-27 17:02 UTC  (2+ messages)

Unicorn workers freeze from time to time
 2014-01-24 16:37 UTC  (2+ messages)

Suggestion for Named Process
 2014-01-15 19:42 UTC  (3+ messages)

[ANN] unicorn 4.8.0 - big internal changes, but compatible
 2014-01-11  7:40 UTC 

[ANN] unicorn 4.8.0.pre1 prerelease gem
 2014-01-09 21:50 UTC  (2+ messages)

Zero-downtime restarts while updating the environment?
 2014-01-03 21:44 UTC  (3+ messages)

Is it possible to log better info in timeouts?
 2014-01-02  1:31 UTC  (2+ messages)

unicorn mailing list moving
 2013-12-21  7:09 UTC  (2+ messages)

Issues with PID file renaming
 2013-12-12 20:51 UTC  (12+ messages)

Bad file descriptor on reload under Ruby 2.0
 2013-12-12 18:37 UTC 

[PATCH] rework master-to-worker signaling to use a pipe
 2013-12-10  1:58 UTC  (3+ messages)

unblock function in pg messes up with unicorn
 2013-12-07  0:04 UTC  (3+ messages)

What does it mean for the unicorn process to be bound to a terminal?
 2013-11-28 13:52 UTC  (6+ messages)

permissions on ChangeLog and NEWS
 2013-11-25  6:52 UTC  (2+ messages)

Best way to deploy an internal Rack app?
 2013-11-21 17:22 UTC  (2+ messages)

Fwd: Zero-downtime deploys, signals, ruby-pg
 2013-11-20 10:06 UTC  (2+ messages)

Handling closed clients
 2013-11-07 20:22 UTC  (5+ messages)
          ` [PATCH] stream_input: avoid IO#close on client disconnect

Unicorn 4.7.0 tests fail on OSX 10.7.5 and debian squeeze
 2013-11-04 19:26 UTC  (3+ messages)

[ANN] unicorn 4.7.0 - minor updates, license tweak
 2013-11-04  7:57 UTC 

[ISSUE] Unicorn appears to be leaking TCP sockets
 2013-11-01 20:08 UTC  (3+ messages)

[PATCH] construct listener_fds Hash in 1.8 compatible way
 2013-11-01 19:00 UTC  (8+ messages)

[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
 2013-10-29  0:49 UTC  (3+ messages)
` [PATCH 2/1] configurator: validate :reuseport for boolean-ess

[PATCH] license: allow all future versions of the GNU GPL
 2013-10-26 10:09 UTC  (3+ messages)

Forking non web processes
 2013-10-25 20:53 UTC  (3+ messages)

pid file handling issue
 2013-10-25 20:31 UTC  (11+ messages)

Forking non web processes
 2013-10-24 16:25 UTC  (3+ messages)

Confused about restart/upgrade w. bundler and symlinks
 2013-10-23 17:18 UTC  (3+ messages)

[RFC] workaround reopen atomicity issues for stdio vs non-stdio
 2013-10-20  4:44 UTC 

unicorn simple cgi without rails
 2013-10-10 22:53 UTC  (2+ messages)

More unexplained timeouts
 2013-09-30  0:06 UTC  (2+ messages)

IOError: closed stream
 2013-09-26 22:31 UTC  (3+ messages)

usefulness of per-worker listeners?
 2013-09-25 22:53 UTC  (2+ messages)

[PATCH] preload_app can take an optional block for warmup
 2013-09-23 10:58 UTC  (4+ messages)

[PATCH] tests: upgrade several gems (rack, kgio, raindrops)
 2013-09-11  0:52 UTC 

Ruby 2.0 Bad file descriptor (Errno::EBADF)
 2013-09-04 19:29 UTC  (6+ messages)

A barrage of unexplained timeouts
 2013-08-22 17:05 UTC  (15+ messages)

HTTP streaming and Unicorn timeout
 2013-08-22 17:04 UTC  (5+ messages)

[PATCH 0/2] minor improvements pushed to unicorn.git
 2013-08-17  1:20 UTC  (3+ messages)
` [PATCH 1/2] http_server: improve handling of client-triggerable socket errors
` [PATCH 2/2] test_util: fix encoding test for Ruby trunk (2.1.0dev)

[PATCH] http_response: reattempt writing body chunks to the socket under situations of high EINVAL/EAGAIN load
 2013-08-15 23:46 UTC  (2+ messages)

unicorn upstart script
 2013-08-11 19:38 UTC  (4+ messages)

how many Ruby 1.8 users left?
 2013-08-03  8:46 UTC  (3+ messages)

[PATCH] unicorn_forever: new executable to respawn masters
 2013-08-03  8:31 UTC  (3+ messages)

Increassing timeouts
 2013-08-03  6:32 UTC  (4+ messages)


Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).