On dg., abr. 19 2020, salil GK wrote:
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. Coul
Or peek in matrix-synapse's code, which has a telnet-based one.
synapse's manhole is SSH-based :)
(dunno why, given it uses hardcoded auth, so all security depends on the
manhole port being locked down, but still)
___
Twisted-Python mailing list
Tw
On dl., abr. 20 2020, Richard van der Hoff wrote:
Or peek in matrix-synapse's code, which has a telnet-based one.
synapse's manhole is SSH-based :)
(dunno why, given it uses hardcoded auth, so all security
depends on the manhole
port being locked down, but still)
I actually remembered t
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