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 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
