Re: [fossil-users] Why Fossil is so fast?

2018-04-02 Thread Svyatoslav Mishyn
(Sat, 31 Mar 08:22) Richard Hipp: > On 3/31/18, Svyatoslav Mishyn wrote: > > "max-loadavg" setting can't help as it does not affect /vdiff pages. > > We could fix that. Should we? then /fdiff, /vpatch, /info pages should probably also be included if "max-loadavg"

Re: [fossil-users] Why Fossil is so fast?

2018-03-31 Thread Richard Hipp
On 3/31/18, Svyatoslav Mishyn wrote: > "max-loadavg" setting can't help as it does not affect /vdiff pages. > We could fix that. Should we? -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list

Re: [fossil-users] Why Fossil is so fast?

2018-03-31 Thread Svyatoslav Mishyn
(Mon, 26 Mar 16:40) Warren Young: > On Mar 26, 2018, at 2:45 PM, Warren Young wrote: > > > > On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn > > wrote: > >> > >> Here are results of r.sh when stress.sh was run (and all RAM was used > >> on VPS):

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 26, 2018, at 2:45 PM, Warren Young wrote: > > On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn > wrote: >> >> Here are results of r.sh when stress.sh was run (and all RAM was used >> on VPS): I’ve thought a bit more about this stress.sh

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn wrote: > > Here are results of r.sh when stress.sh was run (and all RAM was used > on VPS): > 2018-03-26-19:34:08 time generation: 0.001s; load average: 10.909180 > 2018-03-26-19:34:11 time generation: 0.001s; load

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Svyatoslav Mishyn
(Mon, 26 Mar 09:50) Warren Young: > > I compared page generation speed with some other Fossil repositories: > > Fossil itself, SQLite, Tcl > > using the same pages which are not strictly related to > > repository size and age: like > > /help, /sitemap, /stat, /wiki, /version?verbose > > > > and

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Joerg Sonnenberger
On Mon, Mar 26, 2018 at 09:50:22AM -0600, Warren Young wrote: > On Mar 24, 2018, at 5:11 PM, Svyatoslav Mishyn > wrote: > > > > just noticed that page generation of many of my repos is 0.001s. > > The calculation for that is in the skin’s Footer code: > >

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 24, 2018, at 5:11 PM, Svyatoslav Mishyn wrote: > > just noticed that page generation of many of my repos is 0.001s. The calculation for that is in the skin’s Footer code: [expr {([utime]+[stime]+1000)/1000*0.001}] In TH1, the utime and stime functions