dev@grizzly.java.net

Re: DefaultThreadPool.getQueueSize()

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 22 Mar 2010 19:15:05 +0100

Hi Minoru,

> It seems to me that DefaultThreadPool.getQueueSize() returns incorrect
> value. I am using grizzly-1.9.18-i and while running server, which is
> using grizzly, I periodically get statistics by calling getQueueSize()
> of DefaultThreadPool. It sometimes returns negative value.
Can you pls. try to stop all the clients and check if threadpool will
still return negative value.

> I changed the program which gets statistics, from getQueueSize() of
> DefaultThreadPool to getQueue().size(), it was OK.
Right, but it's more expensive.

WBR,
Alexey.

>
>
> Thanks,
>
> Minoru
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>