Thanks for the interesting details about IPv6 and Windows.

Richard Hipp:

> I'd appreciate it if some readers could try the two versions out,
> side by side, and give their opinions.

Focusing on Windows XP here, the version with [c038de8d] works fine
and navigates to the correct page for `fossil ui'.

Hard to say anything reasonable about speed on Windows XP, as Google
Chrome version 49.0.2623.110 is the latest XP-available browser to
handle all the JavaScript and timeline drawings correctly.

The startup delay for `fossil ui' and `fossil server' on Windows XP is
more obvious than possibly sluggish browser navigation, which I
*think* is due to waiting for StartServiceCtrlDispatcherW. This could
be cut down by skipping the call to StartServiceCtrlDispatcherW for
the `ui' and `server' commands, as Fossil always runs in a console
session, and not as a service, in these cases.

--Florian
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to