fumanchu wrote: > [EMAIL PROTECTED] wrote: > > How save data between controllers w/o using database? > > I tend to use module-level globals for such things. > Regardless of where you put it, you just need to be > careful you don't run into problems with multiple > threads overlapping operations on it.
So you inspired me to provide a thread-safe RAM backend in Dejavu: http://projects.amor.org/dejavu/wiki/RamStorage The bonus is that you could easily move it to a DB when you realize you need to. ;) Robert Brewer System Architect Amor Ministries [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

