Philip Martin writes:
> "C. Michael Pilato" writes:
>
>> On 02/14/2012 05:41 AM, Philip Martin wrote:
>>> A substantial performance improvement but at the cost of making write
>>> operations block read operations. This would mean things like TSVN
>>> would not be able to run status on a working
On Wed, Feb 15, 2012 at 10:59 AM, wrote:
> Author: hwright
> Date: Wed Feb 15 16:59:56 2012
> New Revision: 1244593
>
> URL: http://svn.apache.org/viewvc?rev=1244593&view=rev
> Log:
> Ev2 shims: What Greg hath broken, I shall fix.
>
> Followup to r1241748 by supplying the correct children in the
On Feb 15, 2012 12:28 PM, "Hyrum K Wright"
wrote:
>
> On Wed, Feb 15, 2012 at 10:59 AM, wrote:
> > Author: hwright
> > Date: Wed Feb 15 16:59:56 2012
> > New Revision: 1244593
> >
> > URL: http://svn.apache.org/viewvc?rev=1244593&view=rev
> > Log:
> > Ev2 shims: What Greg hath broken, I shall fi
On 02/14/2012 06:48 PM, Paul Burba wrote:
> It seems we are far from any consensus on inheritable properties. The
> major sticking points seem to be as follows:
>
> -- 1 -- Performance: Server Side (a.k.a. "Is this ultimately an
> exercise in futility?")
[...]
> Looking at the server side, I mi
Note that you're probably not "optimizing" anything here, unless the
UUID mismatches. Since you still establish a new RA session at the
end, you're not really saving anything. IIRC, we send the UUID in the
initial OPTIONS response, so that later RA session setup is still
fetching the UUID...
On We
On Wed, Feb 15, 2012 at 14:29, C. Michael Pilato wrote:
> On 02/14/2012 06:48 PM, Paul Burba wrote:
>> It seems we are far from any consensus on inheritable properties. The
>> major sticking points seem to be as follows:
>>
>> -- 1 -- Performance: Server Side (a.k.a. "Is this ultimately an
>> exe
Hi all,
I've just released serf version 1.0.1. This is a very minor release,
merely containing some test suite fixes for FreeBSD and a couple minor
build script tweaks.
Please visit http://code.google.com/p/serf/downloads/list to download
the release.
Cheers,
-g
On Wed, Feb 15, 2012 at 12:30, Greg Stein wrote:
>
> On Feb 15, 2012 12:28 PM, "Hyrum K Wright"
> wrote:
>>
>> On Wed, Feb 15, 2012 at 10:59 AM, wrote:
>> > Author: hwright
>> > Date: Wed Feb 15 16:59:56 2012
>> > New Revision: 1244593
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1244593&vie
http://www.sqlite.org/pragma.html#pragma_page_size
Apparently changing the PAGE_SIZE pragma has a significant effect on the
wc speed:
% rm -rf d && time ( export _SVN_PRAGMA='PRAGMA page_size = 65536;'; echo $svn;
$svn co -q file:///tmp/svn/r1 d && $svn pl -R d >/dev/null )
/home/daniel/src/svn/
9 matches
Mail list logo