From caaf59f1e64310c7c7d7e514e932083972b079ca Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 12 May 2019 22:11:12 +0000 Subject: test/benchmark/readinput: demo for slowly uploading clients This is intended to demonstrate how badly we suck at dealing with slow clients making uploads. It can help users evaluate alternative fully-buffering reverse proxies, because nginx should not be the only option. --- test/benchmark/readinput.ru | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 test/benchmark/readinput.ru (limited to 'test/benchmark/readinput.ru') diff --git a/test/benchmark/readinput.ru b/test/benchmark/readinput.ru new file mode 100644 index 0000000..c91bec3 --- /dev/null +++ b/test/benchmark/readinput.ru @@ -0,0 +1,40 @@ +# This app is intended to test large HTTP requests with or without +# a fully-buffering reverse proxy such as nginx. Without a fully-buffering +# reverse proxy, unicorn will be unresponsive when client count exceeds +# worker_processes. + +DOC = <