On Tue, 2006-10-31 at 22:15 +1100, Jonathan Kelly wrote: > Hi, > > is there some way of measuring the memory useage in felix, from the os > and/or the gc system? Also, does the collector expose any information > statistics about memory useage / garbage collected?
Yes. If you run with --debug you will get some debug info. To get that under program control from C++ is easy enough. >From Felix .. well you may need to add some wrappers for the C++ methods. See flx_gc.ipk for the C++. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
