From 667b05819b85165061c445fb2c75ef161a5de5b6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 24 Jan 2011 20:04:20 -0800 Subject: initial XAcceptEpoll concurrency model Edge-triggered epoll concurrency model with blocking accept() in a (hopefully) native thread. This is recommended over Epoll for Ruby 1.9 users as it can workaround accept()-scalability issues on multicore machines. --- t/t0114-rewindable-input-true.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t0114-rewindable-input-true.sh') diff --git a/t/t0114-rewindable-input-true.sh b/t/t0114-rewindable-input-true.sh index fd8561c..f4ef796 100755 --- a/t/t0114-rewindable-input-true.sh +++ b/t/t0114-rewindable-input-true.sh @@ -3,7 +3,7 @@ skip_models EventMachine NeverBlock skip_models Rev RevThreadSpawn RevThreadPool skip_models Coolio CoolioThreadSpawn CoolioThreadPool -skip_models Epoll +skip_models Epoll XAcceptEpoll t_plan 4 "rewindable_input toggled to true" -- cgit v1.2.3-24-ge0c7