I ve some problem with memory management using perlembed. In fact i am using perl v5.6.1 with multiple perl interpreter and i am calling perl interprter many times. it seems that perl_destruct and perl_free don't free all the memory and so the memory usage increase with each call of perl_interpreter. When i use the PL_perl_destruct_level = 1 the application crash in the next call of perl_parse. Many thanks to anyone who can help.
Mehdi