[fpc-pascal] TFPGObjectList error

Ryan Joseph ryan at thealchemistguild.com
Mon Jul 2 18:02:40 CEST 2018



> On Jul 2, 2018, at 5:39 AM, Michael Van Canneyt <michael at freepascal.org> wrote:
> 
> I'm reviving my 'search docs' engine attempt. The idea is to create a single
> index for all doc pages, which would be updated when the documentation is
> regenerated.

why can’t the .chm file be read on the server? There’s already scripts to do this like https://github.com/mlocati/chm-lib. It’s fast to search those things once they’re in memory.

Reading the 3.4M file is brutal though and I don’t know if web servers can share memory between requests unless we had custom software. MySQL solves this but we need to convert the .chm index into SQL then.

Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list