Re: [Twisted-Python] Twisted on Windows, 2015 edition

2015-03-26 Thread Glyph
> > On Mar 25, 2015, at 3:01 PM, Christian Long wrote: > > I'm writing up my experiences porting a Twisted application from Linux > to Windows. Part 1 is up, covering how to install the requirements. > > http://www.christianlong.com/blog/twisted-on-windows-2015-edition.html > > Part 2 will cov

Re: [Twisted-Python] Reporting total traffic that goes through an SSL socket

2015-03-26 Thread Burak Arslan
Hey Glyph, On 03/25/15 22:20, Glyph Lefkowitz wrote: > > However, there is a ticket in > progress: https://twistedmatrix.com/trac/ticket/5642 which has some > code that demonstrates how to make the TLS stuff "purely" a wrapper > all the way from the endpoint to your application code. > > What you

Re: [Twisted-Python] Twisted on Windows, 2015 edition

2015-03-26 Thread Adi Roiban
Many thanks! I find it of great help and happy to see more people talking about Microsoft Visual C++ Compiler for Python 2.7. Recently I had tried to fix a bug in iocp support and I failed to build IOCP module on windows. I will try it again using your steps. Looking forward for next posts! On

[Twisted-Python] IRCClient (ircLogBot.py) send a message every 5 minutes

2015-03-26 Thread Laurens Vets
Hello, I'm trying to get to know the Twisted framework by extending the ircLogBot.py example. I want to be able to get a list of all names in a channel (by sending NAMES) and I want to rerun this every 5 minutes. I've been able to get the NAMES on a channel join by doing this in LogBot: de

Re: [Twisted-Python] LoopingCall.withCount countCallable called with 0

2015-03-26 Thread Dario Vinella
2015-03-24 23:18 GMT+01:00 Glyph Lefkowitz : > It would be good to look at how many of these numbers are negative. > Not a single one, running the script for a couple of hours, under any condition > > That seems right. I think there's a real problem here, since physical > clocks do just fail,