Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-04-01 Thread Werner Thie
Hi, I'm a long term user of twisted with nevow on top mainly using the athena part with LivePage and LiveElement for RPC between Python and JScript. nevow/athena opens up a whole new world of transparently calling from server to browser and vice versa on a permanent connection. With a slight c

[Twisted-Python] ~twisted-dev on Launchpad will now receive mail about bugs filed on Ubuntu's Twisted

2010-04-01 Thread Jonathan Lange
Hello all, I've subscribed the Launchpad team https://launchpad.net/~twisted-dev to receive mail about bugs on the "twisted" source package in Ubuntu. It will add a small amount of email traffic to anyone who's a member of that team. However, it will let us know about bugs that Ubuntu users exper

[Twisted-Python] Inline Callbacks

2010-04-01 Thread Jason J. W. Williams
Would it be fair to say that when developing code that utilizes inlineCallbacks, your function is a generator that returns a deferred whose callback is the coroutine that's yielding? -J ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com ht

Re: [Twisted-Python] session management

2010-04-01 Thread Mark
Thanks for the help, but how do I access the session? What would be the method call to put the data into a session for instance? On Wed, Mar 31, 2010 at 5:39 PM, wrote: > On 04:10 am, elihusma...@gmail.com wrote: >>On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring >> wrote: Greetin

Re: [Twisted-Python] session management

2010-04-01 Thread exarkun
On 02:38 am, elihusma...@gmail.com wrote: On Wed, Mar 31, 2010 at 5:39 PM, wrote: On 04:10 am, elihusma...@gmail.com wrote: On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring wrote: Greetings, I am new to this list and twisted. �I have worked with some systems similar to twisted, no

Re: [Twisted-Python] Inline Callbacks

2010-04-01 Thread Christopher Armstrong
On Thu, Apr 1, 2010 at 8:20 PM, Jason J. W. Williams wrote: > Would it be fair to say that when developing code that utilizes > inlineCallbacks, your function is a generator that returns a deferred > whose callback is the coroutine that's yielding? It pays to be very very specific about all the d

Re: [Twisted-Python] Inline Callbacks

2010-04-01 Thread Jason J. W. Williams
Hi Christopher, Apologize for the sloppy language. So would this be a better way of putting it? Assuming a function func_a that has the inlineCallbacks decorator... If func_a were added as a callback for a deferred (deferred 1), when func_a was called another deferred would be returned (deferred