???????, 6 ??????? 2013, 13:55 +01:00 ?? David Matthews <David.Matthews at prolingua.co.uk>:
On 04/08/2013 22:31, Dmitry Popoinikov wrote:
Hi Dmitry, I can't see there would be any problem with running a Poly/ML program for a long time. Provided your application only requires a constant data size there's no reason why the heap should grow beyond a steady state. There will be periodic garbage collections of course.
I've now added code to the SVN version so that a thread created within foreign code can call an ML callback. I've done some simple tests of it but you may want to test it more exhaustively.
Regards, David
Hi David, My program works well now. Thank you very much!