16 Oct
2012
16 Oct
'12
8:42 a.m.
"Konstantin A. Pustovalov" <lamoz@adriver.ru> writes:
Hello guys!
I have found that dancer's memory consumption is indeterminant. I am writing RESTful statistics service. Have discovered that dancer can consume lots more memory with one request than another with essentially same POST body size. Some tests: http://pastebin.com/yuy1ZKfn The output: http://pastebin.com/YDHqLzQh
I, too, experience large memory usage (which doesn't seem to decrease) with non-trivial POST requests. When I investigated, I couldn't reproduce it, so I blamed my own code for some leakage and/or the perl lazy GC. Sorry, I know this doesn't help much.... -- Marco