In article ,
Randall Smith wrote:
>
>I'm trying to get a grasp on how memory usage is affected when forking
>as the multiprocessing module does. I've got a program with a parent
>process using wx and other memory intensive modules. It spawns child
>processes (by forking) that should be very l
Thanks Piet. You gave a good explanation and I think I understand much
better now.
Piet van Oostrum wrote:
Randall Smith (RS) wrote:
RS> I'm trying to get a grasp on how memory usage is affected when forking as
RS> the multiprocessing module does. I've got a program with a parent process
> Randall Smith (RS) wrote:
>RS> I'm trying to get a grasp on how memory usage is affected when forking as
>RS> the multiprocessing module does. I've got a program with a parent process
>RS> using wx and other memory intensive modules. It spawns child processes (by
>RS> forking) that should
I'm trying to get a grasp on how memory usage is affected when forking
as the multiprocessing module does. I've got a program with a parent
process using wx and other memory intensive modules. It spawns child
processes (by forking) that should be very lean (no wx required, etc).
Based on inspe