RE: Push-Server with Tomcat

2004-10-19 Thread Steve Kirk
Seems to me that browsers are inherently pull technology because at the basic level they send a single request and await a single response to it. You can't push stuff at them that they haven't requested. Hence why you have to use an approach like your javascript - which, by the way, I have used

Re: Push-Server with Tomcat

2004-10-19 Thread Edoardo Panfili
Harald Henkel wrote: At the moment I'm doing this using a JavaScript timer on the client requesting a new page for that frame every couple of seconds, but for this application push would really be better. This is more simple than javascript I think. META HTTP-EQUIV=Refresh

Re: Push-Server with Tomcat

2004-10-19 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Push-Server with Tomcat

2004-10-19 Thread Steve Kirk
] Sent: Tuesday 19 October 2004 12:41 To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Push-Server with Tomcat Seems to me that browsers are inherently pull technology because at the basic level they send a single request and await a single response to it. You can't push stuff

[OT] Re: Push-Server with Tomcat

2004-10-19 Thread Michael McGrady
a couple of seconds to check for more data. -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: Tuesday 19 October 2004 12:41 To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Push-Server with Tomcat Seems to me that browsers are inherently pull technology because

Re: Push-Server with Tomcat

2004-10-19 Thread Harald Henkel
] Subject: RE: Push-Server with Tomcat Seems to me that browsers are inherently pull technology because at the basic level they send a single request and await a single response to it. You can't push stuff at them that they haven't requested. Hence why you have to use an approach

[OT] Re: Push-Server with Tomcat

2004-10-19 Thread Ben Souther
To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Push-Server with Tomcat Seems to me that browsers are inherently pull technology because at the basic level they send a single request and await a single response to it. You can't push stuff at them

RE: [OT] Re: Push-Server with Tomcat

2004-10-19 Thread Steve Kirk
Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Tuesday 19 October 2004 14:57 To: Tomcat Users List Subject: [OT] Re: Push-Server with Tomcat Do you have a simple sample of this Steve? If so, I would sure like to see it. Michael McGrady Steve Kirk wrote: Not sure

Re: Push-Server with Tomcat

2004-10-19 Thread Robert Hunt
This gives excellent exposition to behind-the-scenes data transfer with code examples: http://www-106.ibm.com/developerworks/web/library/wa-exrel/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: