public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Bernhard Bitsch <Bernhard.Bitsch@gmx.de>
To: development@lists.ipfire.org
Subject: Aw: Re:  Fwd: Update-Accelerator 3.0
Date: Thu, 07 Mar 2013 10:36:49 +0100	[thread overview]
Message-ID: <trinity-2f36b8c0-972e-494a-a0f8-7ae5bd9fa0dd-1362649009355@3capp-gmx-bs55> (raw)
In-Reply-To: <1362607691.1828.8.camel@hughes.tremer.info>

[-- Attachment #1: Type: text/plain, Size: 2265 bytes --]



> Gesendet: Mittwoch, 06. März 2013 um 23:08 Uhr
> Von: "Michael Tremer" <michael.tremer(a)ipfire.org>
> An: "Bernhard Bitsch" <Bernhard.Bitsch(a)gmx.de>
> Cc: "development(a)lists.ipfire.org" <development(a)lists.ipfire.org>
> Betreff: Re: Aw: Fwd: Update-Accelerator 3.0
>
> On Wed, 2013-03-06 at 22:23 +0100, Bernhard Bitsch wrote:
>
> > I don't think we should make a new solution based on squid's caching,
> > too.
> >
> > The existing Update Accelerator is written as a rewriter module to
> > squid.
> >
> > This model is strong enough to realize the function " caching of
> > frequent  file requests ".
>
> When we jump right ahead to discuss technical details, I would like
> someone to check out if we can easily control the cache to store our
> files, so that we don't have to manage our own one.
>
>
No problem. But this solution must give us th possibility to manage the file store from the WUI.
I don't want to miss this feature.

> > My first idea for a redesign of the accelerator was generalize the
> > conditions for caching.
> >
> > In the moment all conditions can be described by the pattern
> >
> >   if URI match set of (sample URI's and RE'S)_1  & URI !match  set of
> > (sample URIs and RE's)_2 then
> >
> >     check(URI)
> >
> >   fi
> >
> >
> >
> > This can be enhanced if the sets of URI's and RE's are condensed to
> > two regular expressions for each caching class, actually called
> > "vendor".
> >
> > Then the check for caching is just a loop over all classes.
> >
> > A second enhancement can be achieved if the most requested checks are
> > made first. The loop terminates by the first match.
>
> The latest version of PCRE comes with a fast JIT compiler for regular
> expressions. We should take advantage of that instead of running thrugh
> loops.
>

The loops are not avoidable by a JIT compiler ( Perl does this too ).
The storage application must loop over the various categories.
At a short look on PCRE I could not find a possibility for efficiently assembling several single RE's/URI's to one.
This is necessary if we want the user to extend the rule set. A main problem in the actual implementation is the extension by adding a new alternative.

- Bernhard

  reply	other threads:[~2013-03-07  9:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <trinity-4fddf3b5-ccc4-4ab6-aa82-e7c38081966d-1362605012586@3capp-gmx-bs43>
2013-03-06 22:08 ` Aw: " Michael Tremer
2013-03-07  9:36   ` Bernhard Bitsch [this message]
2013-03-07 13:15     ` Jörn-Ingo Weigert
2013-03-12 12:25       ` Michael Tremer
2013-03-12 12:44         ` Aw: " Bernhard Bitsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-2f36b8c0-972e-494a-a0f8-7ae5bd9fa0dd-1362649009355@3capp-gmx-bs55 \
    --to=bernhard.bitsch@gmx.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox