Slashdot Mirror


User: dixo0015

dixo0015's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Will Perl 6 deal with large amounts of memory? on Ask Larry Wall · · Score: 1

    There are currently some problems with the Perl process itself that make it less scalable for applications that use large amounts of memory, as well as applications that you'd like to keep running awhile. Will there be a way to recover from out of memory situations without recompiling the Perl core (which to my knowledge only allows you to recover once)?

    I've also found that Perl doesn't seem to re-order memory when it's freed, meaning that requests for large memory blocks can cause small memory leaks to explode since they'll pollute memory. Do you have any plans of making changes here?