[jQuery] Re: comet long polling with jquery

2008-07-03 Thread cambazz
hello mike; and how shold my client act when something goes wrong? error for example? or server shutdown. i did something quite similar to what you suggested, with the exception of getting the response header. Best regards, and thanks a bunch. -C.B. On Jul 2, 4:10 am, Mike Alsup <[EMAIL PROTE

[jQuery] Re: comet long polling with jquery

2008-07-01 Thread Mike Alsup
> hello, > > I finally got my server to run an example comet application, which > uses the long polling method. > > The example code I got uses prototype library, which i dont want to > use. I understand there is a comet plugin for jquery that supports the > bayeux  protocol, which is not what I w

[jQuery] Re: Comet Technique - possible with jQuery? Plugin?

2008-04-07 Thread coughlinsmyalias
Thank you! With the Bayeux implementation, what will that allow me to do? I am already using ajax calls in my page to get my words and to keep the x/y for each element, you can see by going to the site. Then a comet server? What is the real advantage there? Thanks On Apr 6, 4:19 pm, Jörn Zaeffe

[jQuery] Re: Comet Technique - possible with jQuery? Plugin?

2008-04-06 Thread coughlinsmyalias
*bump* On Apr 5, 2:57 pm, coughlinsmyalias <[EMAIL PROTECTED]> wrote: > Hey, > > I have been doing some research on Comet to use on my > site:http://rksdesignstudios.com/magnet/- To try to keep it "live" as > possible almost to push the content to see other changes and keep the > page constantly

[jQuery] Re: Comet Technique - possible with jQuery? Plugin?

2008-04-06 Thread Jörn Zaefferer
coughlinsmyalias schrieb: Hey, I have been doing some research on Comet to use on my site: http://rksdesignstudios.com/magnet/ - To try to keep it "live" as possible almost to push the content to see other changes and keep the page constantly updated. I did a search here on the group but reall

[jQuery] Re: Comet

2008-01-09 Thread Karl Delandsheere
Great, I've been doing some Comet last year for a project. It's great but really geeky for some people, so developping a plugin around that sounds just great to me :). I'll check the work asap! On Jan 9, 3:01 am, "Morgan Allen" <[EMAIL PROTECTED]> wrote: > I have been working on implementing the

[jQuery] Re: Comet calls/multiple open HTTP connections

2007-09-20 Thread ukong wong
First Question: (from http://en.wikipedia.org/wiki/Comet_(programming) ) Browsers pose a further limitation: section 8.1.4 of the HTTP 1.1 spec states that "A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy", and this recommendation is in fact followed by t

[jQuery] Re: Comet calls/multiple open HTTP connections

2007-09-20 Thread Dan G. Switzer, II
David, >I'm using jQuery 1.2.1 (I love it... the selectors are most awesome >and it has a very "functional" flavor) > >I've got a situation that I've seen on Firefox 2.0 (it may be an issue >on other browsers.) It seems that I can only have 2 pending HTTP >requests from the browser to the same s

[jQuery] Re: Comet Client Plugin and ie7

2007-08-22 Thread RLFitch
Seems to work okay with IE 6. Ransom Fitch On Aug 22, 10:33 am, Messiahs <[EMAIL PROTECTED]> wrote: > it seems that the comet plugin doesn't run correct with ie7. > > When i watch the demo at:http://empireenterprises.com/_comet.html > with FF > there are messages like {"idx":1,"message":""}, {"i

[jQuery] Re: Comet

2007-05-25 Thread Glen Hinkle
For those interested, I've added a download link to http:// empireenterprises.com/_comet.html in order to make it seem more accessible. -g On May 25, 2007, at 8:45 AM, MikeR wrote: http://docs.jquery.com/Plugins On May 24, 2:15 pm, peter <[EMAIL PROTECTED]> wrote: You are quite right.

[jQuery] Re: Comet

2007-05-25 Thread MikeR
http://docs.jquery.com/Plugins On May 24, 2:15 pm, peter <[EMAIL PROTECTED]> wrote: > You are quite right. But this address is not advertised anywhere that > I can find. You have to go snooping around, and look at the source > code for the page. > The problem is that there doesn't seem to be a c

[jQuery] Re: Comet

2007-05-24 Thread peter
You are quite right. But this address is not advertised anywhere that I can find. You have to go snooping around, and look at the source code for the page. The problem is that there doesn't seem to be a centralized place for downloading advertized plugins. This isn't the only plugin suffering fro

[jQuery] Re: Comet

2007-05-24 Thread Sean Catchpole
I assume you are talking about this plugin: http://empireenterprises.com/_comet.htm Then you can download it here: http://empireenterprises.com/_share/jquery.comet.js ~Sean