Re: [Twisted-Python] a weird problem about IOCP reactor and perspective broker

2012-03-16 Thread gelin yan
On Fri, Mar 16, 2012 at 12:25 AM, wrote: > On 06:33 am, dynami...@gmail.com wrote: > >On Wed, Mar 14, 2012 at 10:04 PM, gelin yan > >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

Re: [Twisted-Python] a weird problem about IOCP reactor and perspective broker

2012-03-15 Thread exarkun
On 06:33 am, dynami...@gmail.com wrote: >On Wed, Mar 14, 2012 at 10:04 PM, gelin yan >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.

Re: [Twisted-Python] a weird problem about IOCP reactor and perspective broker

2012-03-14 Thread gelin yan
On Wed, Mar 14, 2012 at 10:04 PM, gelin yan 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 dir

[Twisted-Python] a weird problem about IOCP reactor and perspective broker

2012-03-14 Thread gelin yan
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