Search |
||
Writing a Twitter like application using Grizzly Comet part 1: The ServletPosted by jfarcand on November 30, 2008 at 9:01 PM PST
This blog has moved here »
Related Topics >>
Glassfish Comments
Comments are listed in date ascending order (oldest first)
Submitted by ashvini007 on Mon, 2008-12-01 03:17.
hi jean, if u can give me a favour.........please tell me..........how to set a jar file in to a window service..............i have a jar file.......and i don't want to execute it by double clicking..........rather i want to set this jar file as a windows service,,,,,,,,,,,,,do u have any idea..............please......
guide me .......ashvini007@gmail.com
Submitted by gustav3d on Mon, 2008-12-01 14:15.
in comethandler you use :
public synchronized void onEvent(CometEvent event)
why do you let worker threads to block waiting for the current worker thread to finish its client io ?.
thats what your design allows for.
i did send you a patch where the comethandler queues io and allows other threads then the current one to return and not block and wait.
Submitted by jfarcand on Mon, 2008-12-01 14:21.
@Gustav, the CometHandler must be synchronized because two CometContext might invoke simultaneously the CometHandler. I still need to look at you patch :-)
Thanks!!
Submitted by pollux0505 on Wed, 2008-12-03 23:03.
hi jfrcand:
could grizzly comet work in tomcat?thanks
Submitted by aalcamo on Thu, 2008-12-11 11:07.
Jean Francois,
I am having difficulties updating my current installation of Glassfish v3 Prelude with the latest Grizzly snapshot. Specifically, I am working on an application that uses the DeliverResponse object to to notify clients and I have posted my issue on nabble, etc. Would you please let me know what the latest version of Grizzly Glassfish v3 Prelude supports, how to download it, and how to install it?
Thank you,
Anthony
|
||
|