users@glassfish.java.net

servlet 3.0 async, gfv3

From: emiddio-verizon <emiddio_at_verizon.net>
Date: Tue, 13 Apr 2010 17:37:43 -0700

i am experimenting with servlet 3.0 async with gfv3;

but i am confused -- i thought the servlet's init() method was only to be called 1 time -- at
servlet initialization ???

i am seeing init() being called for each browser web request.

destroy is only being called when i undeploy the servlet

this seems wrong to my understanding.

gary