Re: Recurring Task

2014-11-23 Thread Dan Stromberg
On Sun, Nov 23, 2014 at 10:35 AM, Dennis Lee Bieber wrote: > On Sun, 23 Nov 2014 07:23:43 -0800 (PST), t...@timothyarnold.co.uk declaimed > the following: > >>Hi All >>Looking for some advice. I'm creating a small netwok poller and wondered what >>people recommend to use? Will be polling up to 10

Re: Recurring Task

2014-11-23 Thread Dan Stromberg
On Sun, Nov 23, 2014 at 7:23 AM, wrote: > Hi All > Looking for some advice. I'm creating a small netwok poller and wondered what > people recommend to use? Will be polling up to 100 hosts every ten reconds or > so > > Options I can see > > Home grown using worker threads with Queue and dispatch

Recurring Task

2014-11-23 Thread tim
Hi All Looking for some advice. I'm creating a small netwok poller and wondered what people recommend to use? Will be polling up to 100 hosts every ten reconds or so Options I can see Home grown using worker threads with Queue and dispatcher based on timestamp Twisted timer service Python Sche