Re: Rotating a cube

2008-07-17 Thread Ryan Smith
Have you taken the time to solve the problem for the 2D case? I can't say my code is correct or even good python, but this was my attempt at the 2D case, maybe it will give you some ideas. http://code.google.com/p/rs-wxpython-nooberdev/source/browse/rectangle.py For the rest of c.l.p, criticism

Re: mmap and shared memory

2008-02-15 Thread Ryan Smith-Roberts
On Feb 11, 3:41 pm, Matias Surdi <[EMAIL PROTECTED]> wrote: > Suppose I've a process P1, which generates itself a lot of data , for > example 2Mb. > Then, I've a process P2 which must access P1 shared memory and, > probably, modify this data. > To accomplish this, I've been digging around python's