Publishing 'live' Python objects

Camiel Dobbelaar dobbe at xs3.xs4all.nl
Fri Apr 9 08:01:35 EDT 1999


Hi Pythoneers,

I'm looking for advice on the following:

Suppose I have a Python program that essentially does the following:

while 1:
   read from stdin
   <fancy calculations>
   update some buffer objects

I now wish to take a look at snapshots of those buffer objects in
'real-time'. (the program continues running and updating the buffers)
I'd like to do this with HTTP.

Is this possible? I gave Zpublisher a try, but I don't think it can do
what I want. Should I look into using threads?


Thanks,

Camiel

 




More information about the Python-list mailing list