Re: [Ryu-devel] Proposal to improve live debugging...

2016-01-18 Thread Victor Orlikowski
On Jan 18, 2016, at 8:19 PM, FUJITA Tomonori wrote: > > Sorry about the delay, No problem at all. > Sounds reasonable to me. I’ll work something up; it may be a couple of days, given that I have some other work that may consume my time. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.e

Re: [Ryu-devel] Proposal to improve live debugging...

2016-01-18 Thread FUJITA Tomonori
Sorry about the delay, On Fri, 1 Jan 2016 18:08:41 + Victor Orlikowski wrote: > Folks, > > So - in our controller application here at Duke, we’ve added enabled the use > of eventlet.backdoor to help us debug greenlet issues. > > It’s been a real help - but it concerns me due to: > 1) Effe

[Ryu-devel] Proposal to improve live debugging...

2016-01-01 Thread Victor Orlikowski
Folks, So - in our controller application here at Duke, we’ve added enabled the use of eventlet.backdoor to help us debug greenlet issues. It’s been a real help - but it concerns me due to: 1) Effectively being a security vulnerability 2) Being disabled by fellow administrators *because* of bein