previous index next

When we run our system on servers, memory usage grows a little too much, as shown here with memory versus code size. Now, this isn't impacting performance -- I showed you the performance numbers -- mainly because when we look at total memory usage by the application, we're increasing it by 2x or so. But if you wanted to run multiple server processes at once, this scalability would become an issue. Adding thread-shared cache support would solve this.

  Copyright © 2004 Derek Bruening