users@grizzly.java.net

Re: GrizzlyWebServer statistics problems - again :)

From: Zoltan Arnold NAGY <Zoltan.Nagy_at_Sun.COM>
Date: Fri, 29 May 2009 12:04:42 +0200

https://grizzly.dev.java.net/issues/show_bug.cgi?id=636

Thanks,

Zotlan

Hubert Iwaniuk wrote:
> 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 <mailto: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
> <mailto:users-unsubscribe_at_grizzly.dev.java.net>
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
> <mailto:users-help_at_grizzly.dev.java.net>
>
>