Re: Polling a net address

2009-08-23 Thread Aahz
In article <99ddf4e1-d327-4fb1-aee4-aa881de3b...@d23g2000vbm.googlegroups.com>, Iain wrote: > >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

Polling a net address

2009-08-20 Thread Iain
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 a