Re: [Twisted-Python] Plugin Example - review appreciated

2011-06-24 Thread R M Waters
On Tue, Jun 21, 2011 at 5:32 PM, wrote: > > Don't define Options or makeService in the dropin file. > > Use twisted.application.service.ServiceMaker instead of implementing > your own. > > Don't use the global reactor in SetupService. > > > Would you please elaborate on the three items above? Mo

Re: [Twisted-Python] Minitrue: implementing ICAP proxylet support, or implementing sslbump

2011-09-09 Thread R M Waters
Not able to help you with your question, but I was browsing github earlier and came across some ICAP code using Twisted: https://github.com/diegows/misc/blob/master/adv-indonesia/usr/local/bin/icap-server.py hth On Thu, Sep 8, 2011 at 7:04 AM, Laurens Van Houtven <_...@lvh.cc> wrote: > Hi :)