PyInotify only allows you to detect file changes, leaving you with the task of asynchronously sending http requests.<br><div><br></div><div>-martin<br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 12:19 PM, Mikhail <span dir="ltr">&lt;<a href="mailto:termim@gmail.com">termim@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Martin-Louis Bright &lt;mlbright &lt;at&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; writes:<br>

<br>
&gt;<br>
&gt;<br>
&gt; I am using linux, and I want the daemon to be as responsive as possible to log<br>
events, so I think I would rather have it sit on the same box as where the log<br>
is produced. (Perhaps I&#39;m wrong about this?) So I&#39;m going to try Cary&#39;s<br>
ProcessProtocol approach, and if that doesn&#39;t work, Glyph&#39;s LoopingCall with a<br>
read() approach.<br>
&gt;<br>
<br>
</div>You can also use pyinotify to watch your log file changes.<br>
<a href="http://trac.dbzteam.org/pyinotify" target="_blank">http://trac.dbzteam.org/pyinotify</a><br>
<br>
Regards,<br>
<font color="#888888">Mikhail<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br></div>