Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-14 Thread Alfred Perlstein
* 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

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-13 Thread Doug Barton
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.

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-13 Thread Jilles Tjoelker
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

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Alfred Perlstein
* 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

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Garrett Cooper
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

svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-12 Thread Alfred Perlstein
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