Displaying 6 results from an estimated 6 matches for "teeinput".
Did you mean:
tee_input
2012 Dec 27
1
superclass mismatch for class TeeInput?
...and I''m getting this. Am I doing something wrong?
>
> [vagrant at localhost unicorn-4.5.0]$ testrb -Ilib -Iext/unicorn_http -I. test
> /home/vagrant/.gem/ruby/1.9.1/gems/unicorn-4.5.0/test/unit/test_tee_input.rb:7:in `<top (required)>'': superclass mismatch for class TeeInput (TypeError)
> from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require''
> from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require''
> from /usr/share/ruby/test/unit.rb:221:in `block in non_options''
> from /usr/share/ruby/tes...
2009 Jul 01
0
unicorn 0.9.0 (experimental release)
...uplicating the "Z" constant
Optimize body-less GET/HEAD requests (again)
tee_input: Don''t expose the @rd object as a return value
exec_cgi: small cleanups
README: another note about older Sinatra
tee_input: avoid defining a @rd.size method
Make TeeInput easier to use
test_upload: add tests for chunked encoding
GNUmakefile: more stringent error checking in tests
test_upload: fix ECONNRESET with 1.9
GNUmakefile: allow TRACER= to be specified for tests
test_rails: workaround long-standing 1.9 bug
tee_input: avoid r...
2009 Jul 01
0
unicorn 0.9.0 (experimental release)
...uplicating the "Z" constant
Optimize body-less GET/HEAD requests (again)
tee_input: Don''t expose the @rd object as a return value
exec_cgi: small cleanups
README: another note about older Sinatra
tee_input: avoid defining a @rd.size method
Make TeeInput easier to use
test_upload: add tests for chunked encoding
GNUmakefile: more stringent error checking in tests
test_upload: fix ECONNRESET with 1.9
GNUmakefile: allow TRACER= to be specified for tests
test_rails: workaround long-standing 1.9 bug
tee_input: avoid r...
2010 Jun 14
3
Unicorn future plans
...since we''re nearing a 1.0 release.
== 1.x - bugfixes and Rack-compatibility synchronization
The 1.x series will focus mainly on bug fixes and compatibility with
Rack as it evolves.
If Rack drops the rewindability requirement of "rack.input", Unicorn
will follow ASAP and allow TeeInput to be optional middleware with
newer Rack versions.
Rubinius should be fully-supported soon, as it''s already mostly working
except for a few corner-case things Rubinius doesn''t implement (issues
filed on their bug tracker).
== 2.x - the fun and crazy stuff
First off, there'...
2009 Sep 16
0
Rainbows...
...loit CPU/memory concurrency[1].
However, each worker process will also support Threads or Actors so
there''ll be a more flexible M:N mapping of processes:clients instead of
the 1:1 mapping Unicorn uses.
Rev and EventMachine are being considered, too, but mapping those
programming models to TeeInput will be more work...
[1] Even on Ruby implementations without a big global lock for threads,
forked workers that don''t have to share large amounts of memory
on big SMP boxes, so they''ll experience less memory/cache contention
and should experience better performance a...
2010 Dec 09
0
unicorn 3.1.0 - client_buffer_body_size tuning
This release enables tuning the client_buffer_body_size to raise
or lower the threshold for buffering request bodies to disk.
This only applies to users who have not disabled rewindable
input. There is also a TeeInput bugfix for uncommon usage
patterns and Configurator examples in the FAQ should be fixed.
* http://unicorn.bogomips.org/
* mongrel-unicorn at rubyforge.org
* git://git.bogomips.org/unicorn.git
Have fun!
--
Eric Wong