[Twisted-Python] Twisted 15.2 Release Announcement

2015-05-18 Thread HawkOwl
On behalf of Twisted Matrix Labs, I'm honoured to announce the release of Twisted 15.2. Bringing not only headlining features but also a lot of incremental improvements, this release has got plenty to like: - twisted.logger has landed! This is a brand-new, feature-rich logging framework. - Pyt

Re: [Twisted-Python] Twisted on Windows, parts 2 and 3

2015-05-18 Thread Werner Thie
On 18/05/15 07:19, Christian Long wrote: I added to my series of posts about running Twisted on Windows. Part 2 is about virtual service accounts http://www.christianlong.com/blog/twisted-on-windows-2015-edition-part-2.html Part 3 is about permissions http://www.christianlong.com/blog/twiste

Re: [Twisted-Python] Twisted on Windows, parts 2 and 3

2015-05-18 Thread Christian Long
Thanks for the kind words, and please send any corrections or improvements. Christian On Mon, May 18, 2015 at 12:46 PM, Ray Cote wrote: > Hi Christian: > > Thanks for the three great articles (turned into my lunch-time reading). > I've been running Twisted on Windows with the built-in service mo

Re: [Twisted-Python] Twisted on Windows, parts 2 and 3

2015-05-18 Thread Ray Cote
Hi Christian: Thanks for the three great articles (turned into my lunch-time reading). I've been running Twisted on Windows with the built-in service module for some time now -- but it has been a pain to build both a service and non-service version of the app. Had bookmarked NSSM for research, but

[Twisted-Python] Twisted on Windows, parts 2 and 3

2015-05-18 Thread Christian Long
I added to my series of posts about running Twisted on Windows. Part 2 is about virtual service accounts http://www.christianlong.com/blog/twisted-on-windows-2015-edition-part-2.html Part 3 is about permissions http://www.christianlong.com/blog/twisted-on-windows-2015-edition-part-3.html Let