The "mod_perl2 User's Guide" book is out

2007-09-10 Thread Stas Bekman
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 will go The Perl Founda

Child processes/cache question

2007-09-10 Thread David Willams
Condition: I'm pre-load sharable data at apache start, but I also have different data that is caching itself within child processes. Goal: to pre-cache within each process, the data that cannot be cached within the shared space. Not sure if I'm asking this correctly, but is there a method by which

Re: Child processes/cache question

2007-09-10 Thread William A. Rowe, Jr.
David Willams wrote: > Condition: I'm pre-load sharable data at apache start, but I also have > different data that is caching itself within child processes. > Goal: to pre-cache within each process, the data that cannot be cached > within the shared space. > > Not sure if I'm asking this correct

Re: Child processes/cache question

2007-09-10 Thread David Willams
Excellent. That's it. Thanks! On 9/10/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > > David Willams wrote: > > Condition: I'm pre-load sharable data at apache start, but I also have > > different data that is caching itself within child processes. > > Goal: to pre-cache within each proce

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

2007-09-10 Thread Foo JH
I've been waiting for this book for the longest time... 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://modperl

Re: PDF creation tools

2007-09-10 Thread Jordan McLain
PDF::API2 is awesome. I use it to create entire pdf documents as well as to lay text over already existing pdf documents. Jordan On 9/5/07, Bill Whillers <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm looking for a fast and simple module for creating simple PDF format > documents from mostly text