]> git.mjollnir.org Git - moodle.git/commit
user/index: switch to recordsets to use less memory
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:55:15 +0000 (07:55 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:55:15 +0000 (07:55 +0000)
commit91d39e7392302d677fe02092ecca4efc903edf42
tree2d3fdfc419631b60c11f74d6dce8e8b4a3f2d591
parentb6ac3623cef25fc8e0cca1ee1be034da7beeda79
user/index: switch to recordsets to use less memory

Memory usage was still high for long userlists. Use recordsets
to manage memory growth.

Note that we are still collecting a long long HTML table in memory
before we print it, so the footprint of the html itself is bit of an
issue.
user/index.php