rejetto forum

Testing build #249

rejetto · 18 · 11878

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
download @ www.dovedove.it/hfs/hfs249.exe

what's new
+ parameter "var" for {.urlvar.} {.postvar.} {.replace.}
* {.regexp|replace=XXX|var=YYY.} will store result in variable YYY
* text coming from the http request and containing macros will not be just discarded but encoded [link]
- problems appending to [section] of the template, from a diff template [link]
- attempt to fix problems with bad timestamps files [link]


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
function Tmainfrm.getFolderPage(folder:Tfile; conn:ThttpConn; otpl:Tobject):string;
.....
  else
    begin
                     s:=diffTpl.getTxtByExt(ExtractFileExt(f.name));                  <<<-----  say me why  :D
    if s = '' then s:=diffTpl.getTxtByExt(ExtractFileExt(f.name));                  <<<----- 
    if s = '' then s:=fileTpl;
    inc(numberFiles);
    type_:='file';
    end;

It is true that after the corrective hfs will be sharply faster  :D ;D ;)


Offline jerome

  • Occasional poster
  • *
    • Posts: 36
    • View Profile
5mn to simply access the root,
from the machine where HFS is running.
web users will go anywhere else. ;D

this one is super slow to show the pages, 23s for a only 6 folder page.



Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
5mn to simply access the root,
from the machine where HFS is running.
web users will go anywhere else. ;D

this one is super slow to show the pages, 23s for a only 6 folder page.

???
I don't have that behavior here.  No slowdown at all comparing it to other builds.  For example it took 0.182 of a second to open my main uncached page (root) and 2.182 secs to open a uncached folder containing 225 files and this is on a slow machine.
« Last Edit: November 23, 2009, 05:06:56 AM by maverick »
maverick


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
hi jerome
This build is as fast building the pages as previous builds. Your problem seems to be caused by something else than hfs.

Buildtime for pages is normally  less than 1 second (between 0.024 and 2.5 seconds for huge folders with 700 items).
Only building a page with recursive listing of about 16500 items takes  about 40 seconds and creates a html page of  1 MByte - but this is not faster with previous builds.

Check your build times, and compare them with those of the standard template.

your computer has no brain - use your own !


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
@mars
it's there since years, and never came in sight :)

@jerome
let us know if you find what's causing the problem.
if you think it's this exact version, you can test previous versions and report the most recent version that has no such problem.


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
@mars
it's there since years, and never came in sight :)

I doubt not, it must be posting from time to time even if it is to say nothing, if only to show that we are still alive (healthy) :D


K.rotte

  • Guest
New Beta of HFS doesn't start with a gui...

The Process Explorer shows HFS249 running, but there is no Icon in Systemtray or something like this. And there is also no Connection to the server (timeout/not responding).

Old Version of HFS (247) doesn't start, too. it shows the same behavior. Before the update all works fine?!?!

System: Win Xp Prof


Offline jerome

  • Occasional poster
  • *
    • Posts: 36
    • View Profile
after a machine crash on v249 before closing it but saving the vfs v249.
with a kernel check error alert on a first reboot.

it opened again on the vfs v248, it need to load the vfs v249, close HFS to take and write the change. (as usual)

i reverted to 248 because it was giving a better response time than 249 (before the first close).
from this page:
http://audio-planet-deluxe.eu (a 1&1 domain hosting normally not too far)

about 5mn using 249
30s using 248

Updating to 249, save the vfs, close hfs and open it again seems to work better now.

Maybe a few bot sensible on start,
65.36.241.76 internetseer.com is not cool for HFS
china telecom use also a lot of slots on many ports at the same time and it freeze HFS during few minutes.

cut the internet connection need a few time to reset HFS when it freeze, but it is faster than close and load again the vfs.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
New Beta of HFS doesn't start with a gui..

it's hard to tell.
that's clearly not related to this version. maybe something gone wrong with the update itself.
do you have an hfs.ini file in your folder?
you may want to try holding SHIFT while you start HFS, but this will make you lose all settings. (not the file system, just the settings, like accounts)
« Last Edit: November 30, 2009, 03:03:53 PM by rejetto »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
65.36.241.76 internetseer.com is not cool for HFS
china telecom use also a lot of slots on many ports at the same time and it freeze HFS during few minutes.

mmmm....
i wonder if spiders goes through links to folder archive, or maybe also click the archive button (that's a form).
do you have folder archive as links in your template?



Offline jerome

  • Occasional poster
  • *
    • Posts: 36
    • View Profile
no folder archive link (excepted from the hfs menu)
no parent and root folder archivable in my template but a lot of archivable children sub folders




Offline r][m

  • Tireless poster
  • ****
    • Posts: 347
    • View Profile
In 2.3 beta 249 %item-modified% reports correct date, but time is 6 hours ahead of
the time reported by detail "modified" on the hard disk.
Oddly, my time zone is 6 hours off GMT so 12:00 pm converts to 6:00 pm GMT.
Build 248 reports item-modified correctly.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
In 2.3 beta 249 %item-modified% reports correct date, but time is 6 hours ahead of

ouch. fixed in next release.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
no folder archive link (excepted from the hfs menu)

doesn't matter if it's in a menu.
the difference is just between a button and a link.
i guess it's a link, from your description.