CGI Presentation at Revolution Seminar

jbv jbv.silences at Club-Internet.fr
Fri Jan 16 08:00:48 EST 2004



Pierre Sahores a *crit :

> As long as you don't use a real application server, the flat-files way
> can't be a competitive solution : for each new request, a cgi script
> loads from disk all the datas stored in flat-files.

Yes, I am aware of this limitation / drawback, although I found out
that (at least for this specific web app I'm working on) carefully
splitting the data into small files & carefully indexing the content,
for each request my cgi script wouldn't need to load more than 100
or 150 Kb into memory...
So, in that case, it really looks like a competitive solution...

JB



More information about the use-livecode mailing list