Re: [Twisted-Python] Way to fix memory leaks of external c module

2009-11-30 Thread Maris Ruskulis
Itamar Turner-Trauring (aka Shtull-Trauring) wrote: On Sat, 2009-11-28 at 15:05 +0200, MārisR wrote: I wondering if its possible to load utidylib in thread, do processing and after this kill thread and release memory? Or maybe something like deferToProcess? 1. You should report the bu

[Twisted-Python] is there way to baypass value limit of 64kb in twisted.protocols.amp

2009-11-30 Thread MārisR
Hello! I'm currently trying to figure out, how to bypass amp value limit of 64kb. First tought was to split string into chunks <64kb, then join before processing. Problem is, how to dinamicaly generate amp.Command argument list. Maybe there is other well known method how to achieve this? Thank Y

Re: [Twisted-Python] is there way to baypass value limit of 64kb in twisted.protocols.amp

2009-11-30 Thread Glyph Lefkowitz
On Nov 30, 2009, at 2:10 PM, MārisR wrote: > I'm currently trying to figure out, how to bypass amp value limit of 64kb. > First tought was to split string into chunks <64kb, then join before > processing. Problem is, how to dinamicaly generate amp.Command argument list. > Maybe there is other w

[Twisted-Python] Lore to Sphinx Conversion Progress Report

2009-11-30 Thread Kevin Horn
The previous thread was getting a little long, so I thought I'd start a new one... I haven't made as much headway on this as I would have liked, but I'm just going to blame the US Thanksgiving holiday and hope no one looks too closely at the dates of the previous emails. ;) Here's what I've done

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report

2009-11-30 Thread Marco Giusti
On Mon, Nov 30, 2009 at 03:05:30PM -0600, Kevin Horn wrote: > [...] > Thanks for "listening"! some notices about what i get[1]. mainly i'd like if you could make the documentation more readable when the browser's window is not really big. usually i do not use the browser with the window maximized