in reply to Re: Yet another Embedding question
in thread Yet another Embedding question

Thanks - looks like an internal Perl issue... which is bad... I hope the Wise Ones know of a way to resolve this issue - else I will have to scrap the whole thing and re-write it in another language... Is that Blasphamy in here?
my thanks to all that have attempted to look at this issue.
Tom

Replies are listed 'Best First'.
Re: Re: Re: Yet another Embedding question
by tomw1975 (Sexton) on Jul 28, 2003 at 21:47 UTC
    A solution has been found!

    I moved the compilation of the perl script  perl_parse out of the loop and passed the pointer to the memory around in C - this cut the memory loss from 1072 down to 8 per message. Much more manageable!

    Thanks all