On Wed, 23 Jan 2008, Brad Nicholes wrote:

>    I am running into another problem since the switch to popen2 in 
> tcpconn.py.  After running for several days, the tcpconn.py module died due 
> to too many open files.  The traceback points back to the popen2 call.  Does 
> anybody know what needs to be cleaned up?  I saw some examples of having to 
> close stdin.  Do we need to close stdin, stdout and stderr?  or is there 
> something else that is missing.

Yeah, I see it now as well.  This module is majorly leaking file 
descriptors.  Let me take a quick look.

Matthias

> 
> Brad
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Ganglia-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ganglia-developers
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to