Thanks Terry! That&#39;s a good jumpstart you gave me...(&quot;,)<br><br><div class="gmail_quote">On Thu, Aug 13, 2009 at 6:40 PM, Terry Jones <span dir="ltr">&lt;<a href="mailto:terry@fluidinfo.com">terry@fluidinfo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;&gt;&gt;&gt;&gt; &quot;Rebs&quot; == Rebs Guarina &lt;<a href="mailto:fatblowfish@gmail.com">fatblowfish@gmail.com</a>&gt; writes:<br>

Rebs&gt; I&#39;m currently looking at writing a remote syslog client (logs go to a<br>
Rebs&gt; central log server running syslog-ng) using twisted. Do you guys have<br>
Rebs&gt; any tips on this? If this somewhat appears to be a repost, please<br>
Rebs&gt; kindly redirect me to the appropriate link.<br>
<br>
Hi Rebs<br>
<br>
This on only a suggestion of a direction, one which we (Fluidinfo) are<br>
very likely to take too.<br>
<br>
The ingredients are Twisted (of course) and Scribe<br>
(<a href="http://developers.facebook.com/scribe/" target="_blank">http://developers.facebook.com/scribe/</a>). You can tie these together using<br>
the Twisted support we added to Thrift (Scribe uses Thrift). You can<br>
optionally be routing log messages through AMQP using txAMQP<br>
(<a href="https://launchpad.net/txamqp" target="_blank">https://launchpad.net/txamqp</a>).<br>
<br>
That&#39;s actually a pretty simple solution, given the existence of Twisted<br>
support for both Thrift and AMQP (if you want it). But OTOH it&#39;s not<br>
something you&#39;ll get set up without some effort and perhaps head scratching<br>
(especially if you add AMQP to the mix - it&#39;s considerably simpler if you<br>
just use Thrift with its built-in Twisted support). So if your load isn&#39;t<br>
going to be fairly heavy you&#39;d probably be better doing something simpler.<br>
<br>
Terry<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>
</blockquote></div><br>