2012/3/15 Peng Xiao -X (penxiao - Digital China at Cisco)
> Hi experts,
>
> ** **
>
> I have a question about twisted log.
>
> I used “from twisted.python import log” and “log.msg(msg_str)” to store
> log for my twisted program (about 40MB log message)
>
> But it’s efficiency is poor,
On 02:34 am, penx...@cisco.com wrote:
>Hi experts,
>
>I have a question about twisted log.
>
>I used “from twisted.python import log” and “log.msg(msg_str)” to store
>log for my twisted program (about 40MB log message)
>
>But it’s efficiency is poor, it will take more time to finish my
>program w
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.