[Twisted-Python] connecting through an http proxy

2009-09-01 Thread Salil
First of let me say that I'm *very* new to twisted (I'm only trying to patch an app that uses twisted). So sorry if this is a stupid question. The problem is I am behind an http proxy (with authentication), so I need to connect through that proxy. The documentation doesn't help (me) much and neith

Re: [Twisted-Python] connecting through an http proxy

2009-09-03 Thread Salil
Thanks for your reply. The app I was interested in fixing was gm-notify ( https://code.launchpad.net/gm-notify) which is a notifier for gmail. But to be honest I've since lost interest in the question because I patched gwibber to read the gmail atom feed instead of fixing this :) Anyway the releva

[Twisted-Python] Help with twisted.conch.manhole

2020-04-19 Thread salil GK
I am real need to debug my python application for memory issues. I found that using twisted.conch.manhole we can get a telnet session to python interpreter so that we can do some debugging sessions there. I am using twisted 16.6 in my server. Could you some one please give me some sample progra

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-20 Thread salil GK
Thank you all so much Its of great help. Twisted upgrade is in the pipeline. We will be moving there soon. ~S On Mon, 20 Apr 2020 at 15:04, Evilham wrote: > > > On dl., abr. 20 2020, Richard van der Hoff wrote: > > >> Or peek in matrix-synapse's code, which has a telnet-based one. > > > > synapse