Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-22 Thread Kevin Horn
On Thu, Apr 22, 2010 at 11:51 AM, wrote: > On 02:57 pm, kevin.h...@gmail.com wrote: > >On Wed, Apr 21, 2010 at 9:48 PM, wrote: > >> > >>So about the conversion, I wonder if we can start to generate the > >>Sphinx > >>version of the docs on buildbot sometime soon, and perhaps host them > >>alongs

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-22 Thread exarkun
On 02:57 pm, kevin.h...@gmail.com wrote: >On Wed, Apr 21, 2010 at 9:48 PM, wrote: >> >>So about the conversion, I wonder if we can start to generate the >>Sphinx >>version of the docs on buildbot sometime soon, and perhaps host them >>alongside the current docs, as the first step in phasing out t

Re: [Twisted-Python] Getting a synchronous interface to a twisted reactor

2010-04-22 Thread Andrey Fedorov
On Thu, Apr 22, 2010 at 11:00 AM, Phil Mayers wrote: > I would recommend just trying to use the API in the Twisted "way". You can > use the aforementioned @inlineCallbacks decorator & generator syntax if you > prefer writing your code that way, as opposed to traditional deferred > callback chainin

Re: [Twisted-Python] Getting a synchronous interface to a twisted reactor

2010-04-22 Thread Phil Mayers
On 22/04/10 15:50, Andrey Fedorov wrote: > On Thu, Apr 22, 2010 at 3:21 AM, Phil Mayers > wrote: > > If that's the case, then the answer is "sort of" but I think you > might have misunderstood Twisted a bit. The entire point is to > have non-blocking API

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-22 Thread Kevin Horn
On Wed, Apr 21, 2010 at 9:48 PM, wrote: > > So about the conversion, I wonder if we can start to generate the Sphinx > version of the docs on buildbot sometime soon, and perhaps host them > alongside the current docs, as the first step in phasing out the current > version? > I suppose we could d

Re: [Twisted-Python] twistd and init.d

2010-04-22 Thread Kevin Horn
Thanks for reporting back to the list, Don. I'm sure this info will help someone down the road (maybe even me!) Kevin Horn On Thu, Apr 22, 2010 at 9:11 AM, Don Schoeman wrote: > Hi guys, > > I have finally managed to solve this problem. It turns out (as predicted) > that this is not a twistd

Re: [Twisted-Python] Getting a synchronous interface to a twisted reactor

2010-04-22 Thread Andrey Fedorov
On Thu, Apr 22, 2010 at 3:21 AM, Phil Mayers wrote: > If that's the case, then the answer is "sort of" but I think you might have > misunderstood Twisted a bit. The entire point is to have non-blocking APIs, > not to want a blocking API. > That sounds like might be the case case. Wwhat I'm lookin

Re: [Twisted-Python] twistd and init.d

2010-04-22 Thread Don Schoeman
Hi guys, I have finally managed to solve this problem. It turns out (as predicted) that this is not a twistd problem after all. This particular Ubuntu server has an encrypted home directory (enabled through eCryptfs). This means that during the boot process the particular home directory from w

Re: [Twisted-Python] Getting a synchronous interface to a twisted reactor

2010-04-22 Thread Phil Mayers
On 04/22/2010 07:06 AM, Andrey Fedorov wrote: > Thanks! The main reason for the question, though, is just curiosity from > playing with and learning the Twisted API, not necessarily getting the > example working :) > > A more direct question would have been - is there a Twisted reactor > which prov