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
Glyph Lefkowitz wrote:
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. Ma