Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Comet Programming

Reply
Thread Tools

Comet Programming

 
 
vunet
Guest
Posts: n/a
 
      01-25-2008
Can anyone explain the negative side of Comet programming? GTalk on
GMail seems to have Comet implemented and Comet appears to be the
future of AJAX web apps.
If the connection needs to be continuously open on one of the sides,
won't it actually increase the server load rather than decrease as
invented for that reason originally? Can it work with heavy traffic
applications well?
Who had an experience and what can one say?

 
Reply With Quote
 
 
 
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      01-25-2008
vunet wrote:
> Can anyone explain the negative side of Comet programming?


I'll give it a try.

> GTalk on GMail seems to have Comet implemented and Comet appears to be
> the future of AJAX web apps.


Maybe so, but that assumption would be a little premature, don't you think?

> If the connection needs to be continuously open on one of the sides,
> won't it actually increase the server load rather than decrease as
> invented for that reason originally?


No, it won't. To use an image, you can have a tunnel and no or little
traffic going through. However, a client should only maintain a limited
number of persistent HTTP connections (which are the default behavior) with
any server or proxy (RFC 2616 recommends a maximum of two), which can slow
down other Web applications. Also, for persistent connections both client
and server have to fully implement HTTP/1.1, and the considerations included
there would apply for Comet-based applications as well:

http://www.rfc-editor.org/rfc/rfc2616.txt

> Can it work with heavy traffic applications well?


I don't see why it could not. However, of course it depends on what you
call "heavy traffic".

> Who had an experience and what can one say?


I have not, those above are general considerations from what I have just
read here and in Wikipedia about the Comet technology.


HTH

PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
server pushed events and asp.net? (ie comet) Mad Scientist Jr ASP .Net 1 10-15-2006 10:46 AM
Night of the Comet Joceanne DVD Video 1 08-01-2005 02:35 AM
What happened to Night of the Comet? Gamilia DVD Video 4 01-19-2004 12:13 AM
Night of the Comet ominousspiritous DVD Video 6 10-27-2003 11:15 PM
Night of the Comet? any word? Sam Lowry DVD Video 8 10-03-2003 08:34 AM



Advertisments