Robert Pankowecki

Results 35 issues of Robert Pankowecki

For: - graceful stop - force stop - adding a thread - removing a thread - reloading configuration (if possible...) Signal handling should be defined in our `m2r` binary instead...

1.2

@perplexes @pawelpacana Please configure hooks for http://documentup.com/perplexes/m2r and http://rdoc.info/github/perplexes/m2r

tiny
doc

https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-core/j5F0LchIaX8 It is problematic for some servers and probably does not work correctly right now ``` ruby buffer = "" body.each { |part| buffer

major
1.3

_rolling "zero-downtime" (asynchronous) reloading strategy similar to Passenger's rolling reloads. This has been the default since 1.1.0 up till the 1.3.x line. If you use this you should account that...

major
feature

_restart (default) synchronous reloading (exposed by Tomcat). This strategy pauses incoming requests while it reloads the application and than serves them once ready (or timeouts if it takes too long)....

major
feature

Use ZMQ3 `disconnect` / `unbind` API whenever possible to avoid situation like this in Python mongrel2 adapter: ``` python def shutdown(self,timeout=None): """Shut down the connection. This indicates that no more...

http://documentup.com/perplexes/m2r http://www.rubydoc.info/github/perplexes/m2r/ Document private / public classes in API. Which tool should we use for documentation: http://warpspire.com/talks/documentation/ ? The documentation should be considered from 2 points: - A person who...

doc

Use `attach_file` instead of workaround from: https://github.com/jeroenvandijk/capybara-mechanize/issues/41 when this bug is fixed.

test
tiny

Allow to set min and max number of threads and kill/add more when needed