Re: The "mod_perl2 User's Guide" book is out

2007-09-11 Thread Stas Bekman
Stas Bekman wrote: Hi everybody, Jim Brandt, Allison Randal and I are happy to announce that the first book about mod_perl2: The "mod_perl2 User's Guide" has been published and available for purchase. See the book's site: http://modperl2book.org/ for details. 50% of this book's proceeds wil

Re: Memory usage

2007-09-11 Thread Michael Peters
Will Fould wrote: > Hi. I'm trying to estimate (forecast) perl memory requirements for > storing simple lists (hashes) in memory. > > If my lists use integers as keys and all values are either integers or > simple scalar strings (of maximum size each), can the total memory size > be estimated by

Memory usage

2007-09-11 Thread Will Fould
Hi. I'm trying to estimate (forecast) perl memory requirements for storing simple lists (hashes) in memory. If my lists use integers as keys and all values are either integers or simple scalar strings (of maximum size each), can the total memory size be estimated by simply factoring the total num