mperham / rack-fiber_pool

Rack middleware to execute each request in a Fiber
MIT License
244 stars 24 forks source link

Since Issue #15, the example app doesn't really prove anything. #20

Open twoism-dev opened 12 years ago

twoism-dev commented 12 years ago

Since #5, the finished fibers are now returned to the head of the pool, so the Fiber shown by /test is always the same (i.e. the first fiber). I'm thinking of using something like Fiber.sleep to show/prove what is really happening. I'm happy to supply a pull request if that makes sense (or you have a better way)