[Twisted-Python] deciding to use twisted or not

Martin-Louis Bright mlbright at gmail.com
Tue Sep 1 09:20:26 MDT 2009


PyInotify only allows you to detect file changes, leaving you with the task
of asynchronously sending http requests.

-martin

On Thu, Aug 27, 2009 at 12:19 PM, Mikhail <termim at gmail.com> wrote:

> Martin-Louis Bright <mlbright <at> gmail.com> writes:
>
> >
> >
> > I am using linux, and I want the daemon to be as responsive as possible
> to log
> events, so I think I would rather have it sit on the same box as where the
> log
> is produced. (Perhaps I'm wrong about this?) So I'm going to try Cary's
> ProcessProtocol approach, and if that doesn't work, Glyph's LoopingCall
> with a
> read() approach.
> >
>
> You can also use pyinotify to watch your log file changes.
> http://trac.dbzteam.org/pyinotify
>
> Regards,
> Mikhail
>
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20090901/78d32072/attachment-0001.html>


More information about the Twisted-Python mailing list