[Twisted-Python] Different behavior under Windos and Linux

Christopher Armstrong radix at twistedmatrix.com
Wed Jan 2 06:55:27 MST 2008


On Jan 2, 2008 6:38 AM, W K <wlad.karyagin at mail.ru> wrote:
> Hello all,
>
> i'll be short. The application was developed, which sends streams to different nodes using TCP (basic.LineReceiver and ClientFactory were used) It works perfectly under WindowsXP. However, under (K)Ubuntu the data is not sent immediately, but after approximately 20 secs delay! Does anyone encounter similar inconsistencies? How can one tune the parameters responsible for buffering?

Does your application use threads? Does it call any Twisted APIs from
those threads? Specifically, does it send data from those threads?

-- 
Christopher Armstrong
International Man of Twistery
http://radix.twistedmatrix.com/
http://twistedmatrix.com/
http://canonical.com/




More information about the Twisted-Python mailing list