
cherokee at googlecode
Aug 26, 2012, 10:48 AM
Post #5 of 7
(370 views)
Permalink
|
|
Re: Issue 1362 in cherokee: Stream handler needs mutex locking.
[In reply to]
|
|
Comment #4 on issue 1362 by mehmetal...@gmail.com: Stream handler needs mutex locking. http://code.google.com/p/cherokee/issues/detail?id=1362 so, av_find_stream_info is never fail when getting file info. but memory usage is raising. normally, AVFormatContext is keeping in hdl struct so i move it into function. i comment out some part of function and i add a variable to struct. it is in attachment. for now i tested this code on production server and memory usage is not raising same as old one's. Attachments: func.c 2.1 KB _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|