Re: [MINA 3] Session write queue

2012-11-15 Thread Emmanuel Lécharny
There is a simple way to fix the problem. Considering that the only race condition that could occur is when the selector thread tests the write queue and then change the OP_WRITE flag to true, and when the writer queue add some new request in the queue, and set the OP_WRITE to true, the solution i

Mina web sites modifications + Javadocs

2012-11-15 Thread Emmanuel Lécharny
Hi guys, for some reasons, the CMS does not like sites containing sub-directories with the same name as their parent (like mina/mina) : I get redirected to incubator.apache.org/mina in this case when I try to see the production site. So I changed all the sub-projects directory name to XXX-project