> I can put it up, but there is limited time to update the cgi-scripts (you > need to mail them to me and I need to put them up). So if the code is > stable, I can donate the page and the bandwidth (up to a limit, though).
Many thanks for your offer but I don't think if you can support this: Database must be updated daily. Here how I do only with http: - I've a restricted cgi that receive from me via file upload a sql file that contain new insert statement, one request per line. (new report). - this cgi make a list of $dbh->do on each ligne do add them on db. All reports (1250) take 4mo on Mysql. Script do 6/8 Mysql requests / cgi request. cgi request for only last report take 1.8s (user cpu). cgi request for all reports take 9.6s (user cpu). Memory usage ... don't really know, in worst case I think to 10Mo of data. For update scripts, I think that 3 or 4 day is enough. Can you handle this ? Regards, -- Alain BARBET