Re: Caching in memory for Apache

2006-03-24 Thread grahamd
Simon Johnson wrote: > Dear All, > > I have decided to take the big plunge and drop the Microsoft platform > and use Mod_Python and Apache in it's place. > > I've never used Linux before this project so it's a really big learning > curve, but so far it's going well. I've managed to create some si

Re: Caching in memory for Apache

2006-03-24 Thread Adam DePrince
On Fri, 2006-03-24 at 06:56 -0800, Simon Johnson wrote: > Dear All, > > I have decided to take the big plunge and drop the Microsoft platform > and use Mod_Python and Apache in it's place. > > I've never used Linux before this project so it's a really big learning > curve, but so far it's going w

Re: Caching in memory for Apache

2006-03-24 Thread Paul Boddie
Simon Johnson wrote: > > I have decided to take the big plunge and drop the Microsoft platform > and use Mod_Python and Apache in it's place. Congratulations! ;-) [...] > One of the questions I have is: How do you cache stuff in memory? Say > I've got a bunch of stuff I need to create from a se

Re: Caching in memory for Apache

2006-03-24 Thread Harlin Seritt
Pickle (http://www.network-theory.co.uk/docs/pytut/tut_58.html) comes to mind when anyone mentions wanting to save a value, method, object, etc without writing to storage (file or db). Is it possible for you to post some code? There may be an alternative algorithm so you can avoid writing to "memor