Re: [DOC-WEB] cvs: docweb /scripts grab_livedocs_db.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <011201c5030f$a06c6be0$0100a8c0@pc07653> |
> Nuno Lopes wrote: >> nlopess Tue Jan 25 13:33:21 2005 EDT >> >> Modified files: >> /docweb/scripts grab_livedocs_db.php >> Log: >> life is simpler... :) > ... >> +copy(REMOTE_ENTITY_SQLITE_FILE, ENTITY_SQLITE_FILE); > > Was trying to read small chunks to keep memory reqs down to near-zero. > But I guess it doesn't really matter for a <5MB file. > >> $bytesSec = number_format(round($bytesRead / $scriptTime)); > > This line should probably be removed now, with your changes. Sorry, I didn't notice that you were using this. Do you want me to revert? Nuno