Monks,
I'm facing the following issue: we have some fairly old code. We've been upgrading Perl versions, and it has been running fine on our servers, loaded with 5.8.6.
Recently, we set up some new machines and validated that code against 5.8.8. The code seems to work, BUT, as they are daemon processes, they end up eating all the available RAM (plus swap) of the machine.
Before I dive into the code, I'd like some pointers, perhaps some issue with the way 5.8.8 handle some specific aspect, so I can target it directly in my code.
Thanks!
alex.