Thank you so much Farsheed.  I will test this and post my findings.
Pubsub over polling would save me a ton of bandwidth.

-David

On Oct 5, 1:52 pm, Farsheed Ashouri <[email protected]>
wrote:
> Put something like this at the end of your page:
>
> <div id="jsrun"></div>
> <script>
> ajax('../response_url', [''], 'jsrun');
> </script>
>
> create a function that returns data:
>
> def response_url():
>     return '''
>                YOUR DATA OR EVEN JSSCRIPT HERE
>                '''

Reply via email to