* Doug Barton [13 13:26] wrote:
> On 11/13/2011 04:21, Jilles Tjoelker wrote:
> > Given that you are already using 'local', why not use it everywhere? You
> > may need to split up some functions to do this.
>
> You might want to look more deeply at the portsnap code before you
> recommend tha
On 11/13/2011 04:21, Jilles Tjoelker wrote:
> Given that you are already using 'local', why not use it everywhere? You
> may need to split up some functions to do this.
You might want to look more deeply at the portsnap code before you
recommend that Alfred take responsibility for roto-tilling it.
On Sat, Nov 12, 2011 at 07:25:23PM -0800, Garrett Cooper wrote:
> On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote:
> > Author: alfred
> > Date: Sun Nov 13 03:18:57 2011
> > New Revision: 227483
> > URL: http://svn.freebsd.org/changeset/base/227483
[snip]
> > Modified: head/usr.sbin/portsnap/por
* Garrett Cooper [12 19:25] wrote:
> On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote:
>
> > Author: alfred
> > Date: Sun Nov 13 03:18:57 2011
> > New Revision: 227483
> > URL: http://svn.freebsd.org/changeset/base/227483
> >
> > Log:
> > Utilize shell's IFS instead of forking ~6 process
On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote:
> Author: alfred
> Date: Sun Nov 13 03:18:57 2011
> New Revision: 227483
> URL: http://svn.freebsd.org/changeset/base/227483
>
> Log:
> Utilize shell's IFS instead of forking ~6 processes to
> handle splitting input files on a '|'. This grea
Author: alfred
Date: Sun Nov 13 03:18:57 2011
New Revision: 227483
URL: http://svn.freebsd.org/changeset/base/227483
Log:
Utilize shell's IFS instead of forking ~6 processes to
handle splitting input files on a '|'. This greatly
reduces the time taken to process several databases
during t