mod_python at mikebell.org
mod_python at mikebell.org
Tue Jun 24 21:27:23 EST 2003
On Wed, Jun 25, 2003 at 12:16:29AM -0400, Gregory (Grisha) Trubetskoy wrote: > http://www.python.org/doc/current/lib/module-mmap.html The only problem with the mmap module is that it just gives you a string-like object. How do you put something like a mutex in there so you can access the shared memory area safely?
|