Re: [python-tulip] RabbitMQ RPC problem with asyncio

2016-11-23 Thread Yury Selivanov
On 2016-01-18 2:50 PM, Charles-François Natali wrote: No caveats, actually I think this should be the default (that's the asyncio will set it by default in 3.6. Yury

Re: [python-tulip] RabbitMQ RPC problem with asyncio

2016-11-23 Thread Anton VV
What performance do you get after setting TCP_NODELAY? On Monday, January 18, 2016 at 3:11:33 PM UTC+3, Yuriy Homyakov wrote: > > Its works! Thank you very much! > > i have added > transport._sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, True) > > is there any caveats? possible problems?