>>>>> "SHC" == Shawn H Corey <shawnhco...@ncf.ca> writes:
SHC> On 11-05-18 08:36 PM, Jim Green wrote: >> is this the same for other language like c++ or java? SHC> For all processes. That's why deamons periodically respawn; to clean SHC> up messes like this. again, somewhat incorrect. a properly well written daemon will not leak ram and can run for a long time. note that many daemons in the OS don't respawn at all. they have been debugged and are long running without leaks. perl itself will generally not leak but it is easy to create perl data structure which don't get properly freed up (reference loops) and that can leak. there have been reports of perl itself leaking in various versions under certain circumstances but the average perl program won't hit those. any leaks then are usually the fault of the perl coder, not perl. uri -- Uri Guttman ------ u...@stemsystems.com -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/