You're right: I get approx. the same response times. I also noticed the webservers of apache.org are going unusual slow. Maybe this is related?
tomK > -----Original Message----- > From: Paul Dillon [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 26 oktober 2001 9:40 > To: [EMAIL PROTECTED] > Subject: Re: Real time web page? > > > Ick, I sent this email about 7 hours ago and it has only just > appeared on > the list. I sent a mail to ant-user yesterday still hasn't appeared. > Anyone else having email probs with the jakarta mailing lists? > > ----- Original Message ----- > From: "Paul Dillon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 26, 2001 10:29 AM > Subject: Re: Real time web page? > > > > You can effectively push with a multipart response. The > server can send > > each part whenever it wants - in response to a real-time event for > example. > > > > Some guy put together a library for doing real-time updates > by pushing > > chunks of javascript in the body of a long-lived response. > By putting it > > into a hidden frame you could keep your main page stationary while > updating > > the form input elements in real-time. Sorry I don't > remember the URL. > > > > The most robust solution would be an applet. Is the reason > you don't want > > to use an applet due to presentation issues? You can have > a more or less > > invisible applet that handles the communication, and use > DHTML for the > > presentation. > > > > Cheers, > > > > Paul > > > > > ----- Original Message ----- > > > From: <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Thursday, October 25, 2001 2:16 AM > > > Subject: Real time web page? > > > > > > > > > > > > > > > > > > Hi everyone. We are starting a new project and have a > requirement for > > > real-time > > > > updates in a web browser. Does anyone know of any > tools that allow > for > > > this, > > > > apart from applets? > > > > > > > > Cheers, > > > > > > > > Dave > > > > > > > > > > > > > > > > > > > > > > > > > > > >

