Minor comment (so far):

pkgsubprocess.py:
  93                         # Close pipe fds.  Make sure we doesn't

  doesn't -> don't :)

Thanks,
Brad

On Thu, Nov 06, 2008 at 05:27:12PM -0800, [EMAIL PROTECTED] wrote:
> Folks,
> We've run into a lot of trouble in recent builds when we attempt to fork
> and are low on memory.  This change doesn't do anything to address the
> actual memory usage; however, it makes it more likely that we'll
> successfully fork a new process when memory is tight.
> 
> This change adds an Python interface to posix_spawn(3C) and creates a
> subclass of the subprocess.Popen class to use it.
> 
> Webrev can be found at the location below.
> 
>       http://cr.opensolaris.org/~johansen/webrev-4612/
> 
> Thanks,
> 
> -j
> _______________________________________________
> pkg-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to