Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread Corbin Simpson
On Sun, Nov 20, 2011 at 11:40 PM, gelin yan dynami...@gmail.com wrote: Hi glyph      I attached a file for this purpose. there is a number 4073 inside the code. when i use any smaller value, the function return a correct result. I use win 7 twisted 11.1 at the moment. I am not sure whether

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread Flavio Grossi
gelin yan dynamicgl at gmail.com writes: Hi glyph      I attached a file for this purpose. there is a number 4073 inside the code. when i use any smaller value, the function return a correct result. I use win 7 twisted 11.1 at the moment. I am not sure whether this limit comes from os

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread Žiga Seilnacht
On 21.11.2011 8:40, gelin yan wrote: Hi glyph I attached a file for this purpose. there is a number 4073 inside the code. when i use any smaller value, the function return a correct result. I use win 7 twisted 11.1 at the moment. I am not sure whether this limit comes from os or not.

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread gelin yan
Thanks for that... the patch you mentioned definitely solve this problem...it looks like the default buffer size is 4096 bytes on windows. minor change of the patch for twisted 11.1 _pollingfile._PIPE_BUFFER_SIZE has been changed to _pollingfile.FULL_BUFFER_SIZE * * thanks again for your guys

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-21 Thread gelin yan
Hi I am happy to see some other teams have used it in a production environment. If there are no serious bugs, I am gonna use it to implement my analyzer which need to take benefit from multiple cores. At the moment, ampoule seems is the most intuitive way to reap the power of multiple cores.

Re: [Twisted-Python] Does anyone use ampoule in production?

2011-11-18 Thread Romanoff Alexei
2011/11/18 gelin yan dynami...@gmail.com: Hi all.    just a few hours ago, I discovered ampoule is probably a right choice to run my analyze codes. I want to know whether your guys have used it for production purposes or not It seems the development has been frozen for a while and I noticed