[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] RFC: New cache scheme

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-01-21 15:52:50 CET

At 07:45 21/01/2005 -0700, you wrote:

>Also, if named pipe performance is a problem, you could use
>an alternative IPC mechanism, such as a shared memory section,
>either for the whole cache, or just for this small part.
>
>I quite confident that shared memory would be fast enough :-)

I'm sure, though I suspect that message-mode named pipes on a local machine
is not much more than shared-memory-with-some-signalling-objects, and you'd
have to implement them yourself in a shared memory scheme.

Like you say, you could put the whole cache into shared memory, but that
puts you back towards having the code in the shell-extension DLL, which
makes it tedious to manage.

Cheers,

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jan 21 15:54:02 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.