On 06:33 am,
dynamicgl@gmail.com wrote:
>On Wed, Mar 14, 2012 at 10:04 PM, gelin yan <
dynamicgl@gmail.com>
>wrote:
>>Hi all
>>
>> I attach two files for this problem. When i used iocp reactor with
>>pb,
>>I noticed once the remote method returned a deferred object, the
>>client app
>>would raise many exceptions..kinda weird.
>>
>>It is ok to return the value directly (no defer)
>>
>> The most interested part is when I used select reactor, everything
>>was
>>fine..I am not sure whether it is a bug on IOCP.
>>
>>OS: windows 7 64 bit
>>py: 2.6.6 32bit
>>twisted version: 12.0.0
>>
>>Regards
>>
>>gelin yan
>
>Hi All
>
> I guess the implementation of IOCP reactor has problems. I ran
>another
>test with AMP. sending some chunks data and the program showed some
>errors
>which didn't exist with select reactor.