>From my experience, I was unable to gain control of the memory until after I switch away from python. I have not used any other packages that integrated with python, so I don't know.
Don't get me wrong, I much rather use python as it is much quicker development. I had spend a quite few week trying to get python to work, but I gave up and rebuilt my application in cpp. Now with the triple the traffic, I am using quarter of the memory. Also now I am not fighting against pythons GIL. Peter On Wed, 2009-04-01 at 09:08 +0300, Juha Heinanen wrote: > peter, > > just one more note about the ivr memory leak. it is a bit hard for me > to believe that it is a general python over c++ wrapping problem that > cannot be done nothing about. or are you saying that also other such > wrappings, for example, popular pjsip python wrapper, would also leak > memory? > > -- juha > _______________________________________________ > Semsdev mailing list > [email protected] > http://lists.iptel.org/mailman/listinfo/semsdev _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
