Re: [DOC-WEB] cvs: docweb /scripts grab_livedocs_db.php
[email protected] (Sean Coates)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
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. S