Hello,
I have included the grizzly 1.20 jar and removed the appserv-rt.jar and the
problem of intterrupt not firing is gone.
now these problems are solved, I can do more advanced comet kung-foo.
I am curious in the following three subjects:
a. how can I notify a specific comet lisnener? right now I am notifying
everyone with context.notify(null);
b. what kind of datastructure must be used to track users connected?
c. is there anyway to get the number of total long polling clients?
Best,
-C.B.