app_pool: note it being currently broken with Revactor
commit08c52c81bc49023a645dd211c4c983a60ac64e13
authorEric Wong <normalperson@yhbt.net>
Thu, 15 Oct 2009 20:42:07 +0000 (15 13:42 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 15 Oct 2009 20:42:07 +0000 (15 13:42 -0700)
tree2652bfcb7142dff4cbdf57d8c92f812c90b2f5b3
parent6611d1111d4e7cde671a77fa64348e4e9d8754db
app_pool: note it being currently broken with Revactor

Revactor does not use threads and blocking on a stock Queue
class does not work.  Eventually this should be made to work
with the Actor model, but until then, we'll at least document
it...
lib/rainbows/app_pool.rb