[jQuery] Re: Streaming information from a server

2007-05-23 Thread Glen Hinkle
I have a simple example in my comet plugin demo, @ http:// empireenterprises.com/_comet.html#server_example -g On May 21, 2007, at 5:03 AM, Jan Sorgalla wrote: Hi, On May 21, 10:58 am, peter <[EMAIL PROTECTED]> wrote: I have a server application where I start a long running process and

[jQuery] Re: Streaming information from a server

2007-05-21 Thread Ⓙⓐⓚⓔ
I have submitted an enhancement to the ajax function. a partial callback, which gets called as each chunk is received. I should be in jQuery 1.2 On 5/21/07, peter <[EMAIL PROTECTED]> wrote: I have a server application where I start a long running process and want to give the user feedback on

[jQuery] Re: Streaming information from a server

2007-05-21 Thread Jan Sorgalla
Hi, On May 21, 10:58 am, peter <[EMAIL PROTECTED]> wrote: > I have a server application where I start a long running process and > want to give the user feedback on how it is progressing. I need the > server process to send information every few seconds. > > I have had a look at heartbeat and rss

[jQuery] Re: Streaming information from a server

2007-05-21 Thread Alexandre Plennevaux
Using setInterval to launch a check process at regular intervals? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of peter Sent: lundi 21 mai 2007 9:58 To: jQuery (English) Subject: [jQuery] Streaming information from a server I have a server app