Thread (74 messages) flat view 74 messages, 13 authors, 2016-08-11

Re: kernel.org mirroring (Re: [GIT PULL] MMC update)

From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-08-11 20:34:26

Lars Hjemli wrote:
On 12/8/06, H. Peter Anvin [off-list ref] wrote:
quoted
Linus Torvalds wrote:
quoted
I could write a simple C caching thing that just hashes the CGI 
arguments
quoted
and uses a hash to create a cache (and proper lock-files etc to 
serialize
quoted
access to a particular cache object while it's being created) fairly
easily, but I'm pretty sure people would much prefer a mod_perl 
thing just
quoted
to avoid the fork/exec overhead with Apache (I think mod_perl allows
Apache to run perl scripts without it), and that means I'm not the 
right
quoted
person any more.
True about mod_perl.  Haven't messed with that myself, either.
fork/exec really is very cheap on Linux, so it's not a huge deal.
I've been playing around with a "native git" cgi thingy the last week
(I call it cgit),  and I've been thinking about adding exactly this
kind of caching to it. And since it's basically a standard git command
written in C, it should have less overhead than any perl
implementation.
Trust me, perl, or CGI, is not the problem.  It's all about I/O traffic 
generated by git.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help