Re: [Twisted-Python] xmlrpc - Possable failure to understand async concept

2009-04-26 Thread Tim Hughes
Thanks for the help on this everyone Tim Hughes mailto:thug...@thegoldfish.org Without religion, people wouldn't pray for peace, they would work towards it. On Fri, Apr 24, 2009 at 8:33 PM, Drew Smathers wrote: > On Fri, Apr 24, 2009 at 2:28 AM, Nathan wrote: > > On Thu, Apr 23, 2009 at 9:34

Re: [Twisted-Python] xmlrpc - Possable failure to understand async concept

2009-04-24 Thread Drew Smathers
On Fri, Apr 24, 2009 at 2:28 AM, Nathan wrote: > On Thu, Apr 23, 2009 at 9:34 PM, Tim Allen wrote: >> Tim Hughes wrote: >>> Am I completly missing the point here or is there something incorrect with >>> my code. >> >> Yes, it seems you have missed the point somewhere. >> >>> def blocking_met

Re: [Twisted-Python] xmlrpc - Possable failure to understand async concept

2009-04-23 Thread Nathan
On Thu, Apr 23, 2009 at 9:34 PM, Tim Allen wrote: > Tim Hughes wrote: >> Am I completly missing the point here or is there something incorrect with >> my code. > > Yes, it seems you have missed the point somewhere. > >>     def blocking_method(self, duration=5): >>         """block the instance f

Re: [Twisted-Python] xmlrpc - Possable failure to understand async concept

2009-04-23 Thread Tim Allen
Tim Hughes wrote: > Am I completly missing the point here or is there something incorrect with > my code. Yes, it seems you have missed the point somewhere. > def blocking_method(self, duration=5): > """block the instance for a specified duration""" > started = time.asctime()