Re: [Twisted-Python] Twisted-Python Digest, Vol 67, Issue 23

2009-10-13 Thread Dirk Moors
Hello Reza, I tried the solution you provided and I have to say, that changed a lot! You gave me a better understanding of how things work with Twisted, and I really appreciate your response! Thanks for your help! Best regards, Dirk Moors 2009/10/13 > Send Twisted-Python mailing l

Re: [Twisted-Python] Twisted-Python Digest, Vol 67, Issue 22

2009-10-13 Thread Dirk Moors
n integer, result is 4 bytes > return struct.pack("i", anInteger) > > @deferred > def bin2intAsync(aBin): > #Unpacks a bytestring into an integer > return struct.unpack("i", aBin)[0] > > > > > Kind regards, > > Valeriy Pogre

[Twisted-Python] Twisted Python vs. "Blocking" Python: Weird performance on small operations.

2009-10-13 Thread Dirk Moors
Hello Everyone! My name is Dirk Moors, and since 4 years now, I've been involved in developing a cloud computing platform, using Python as the programming language. A year ago I discovered Twisted Python, and it got me very interested, upto the point where I made the decision to conver