From: Steve W. <sw...@wc...> - 2000-08-10 05:03:20
|
I've written the code for MostPopular for the Postgresql library, and it now works/is checked in. I'm having trouble with the DBM version because it would mean some very messy code; I'd have to open a file in one function and close it in another. This is all because of SavePageToArchive, which has a call to open the database to access the archive. We need to get rid of this; for the RDBMSs this means a second unneeded connection to the DB. It would also mean reworking index.php3 since it wouldn't have to decide on which db to open (there's only one). It might be simple, or there might be control flow problems... I'm too sleepy to think it through tonight. I have tomorrow off though and will look into it, as well as bring more stuff up to date for the project. sw ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |