[Zope] Storing an object in RAM during Zope's up-time

Pavlos Christoforou pavlos@gaaros.com
Sun, 9 Apr 2000 15:06:02 -0400 (EDT)


On Sat, 8 Apr 2000, Michel Pelletier wrote:

> 
> 1) you don't change mutable global variables (without locking)
> 
> 2) you don't change mutable default arguments to methods (also, without
> locking).
> 
> Other than that I've never had to think about thread-safety is any of my
> code.
> 

Micheeeeel I hope you are not serious ...

Pavlos