Hi Zoltan,
I can reproduce the issue.
Could you please file bug in
https://grizzly.dev.java.net/issues/ ?
Thank you for a test case,
Hubert.
On Fri, May 29, 2009 at 11:01 AM, Zoltan Arnold NAGY <Zoltan.Nagy_at_sun.com>wrote:
> Hi,
>
> Jeanfrancois fixed the previous statistics regression in 1.9.15, but it
> seems a new one appeared :)
>
> the following simple program will never stop:
>
> public class Main {
> public static void main(String[] args) {
> GrizzlyWebServer ws = new GrizzlyWebServer();
> try {
> ws.start();
> ws.getStatistics().startGatheringStatistics();
> ws.getStatistics().stopGatheringStatistics();
> ws.stop();
> } catch(IOException e) {
> e.printStackTrace();
> }
> }
> }
>
> I can see Grizzly-threads running along with DestroyJavaVM...
> It should work, and quit normally, right?
>
> Thanks,
>
> Zoltan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>