Writing a Twitter like application using Grizzly Comet part 1: The Servlet
Posted by jfarcand on December 1, 2008 at 12:01 AM EST
This blog has moved here
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- jfarcand's blog
- 3276 reads






Comments
by jfarcand - 2008-12-15 15:11
@ pollux0505 No only with GlassFish. Atmosphere (atmosphere.dev.java.net will bring portability to Comet application....A+by aalcamo - 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, Anthonyby pollux0505 - 2008-12-03 23:03
hi jfrcand: could grizzly comet work in tomcat?thanksby caroljmcdonald - 2008-12-03 15:58
This is cool, I'm going to try it outby jfarcand - 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!!by gustav3d - 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.by ashvini007 - 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