Polling a net address

Iain iain at kandaba.com
Thu Aug 20 06:19:56 EDT 2009


Hi All,

I'm writing a system tray application for windows, and the app needs
to poll a remote site at a pre-defined interval, and then process any
data returned.

The GUI needs to remain responsive as this goes on, so the polling
needs to be done in the background. I've been looking into Twisted as
a way of achieving this, but can't seem to get anything to loop
successfully.

Does anyone have any pointers that they might be able to give me?

TIA.



More information about the Python-list mailing list