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
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
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
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()
I am trying to understand this concept of async methods and i thought I had
it cracked with the code below but it doesn't seem to work as all the calls
to the xmlrpc server return one after the other like this:
Success:I started at Fri Apr 24 01:12:23 2009 and i slept 5 seconds then
woke at Fri Ap