![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: How to send a query to the browser from time to time?
From: Simon Dahlbacka <simon.dahlbacka@gmail.com>
Date: Tue Jul 19 2005 - 15:03:48 CEST
Short answer: Not using HTTP.
However, you can use something like AJAX to just load new data from
Or you might be able to keep the connection alive and occationally send
I'd go for the ajax route if you don't need to support old browsers.
|