On Wednesday 28 February 2001 09:42, you wrote:
> Is it a wise idea to have a PHP web application running on multiple
> databases? Everything I've done to date has run off one database, no
If you get *really much* traffic, it's wise to split things up to 2 or 3
databases (each on a dedicated machine):
* Normal data
* Session data
* evtl. Cached pages / parts
> each of which should be able to be backed up to a floppy. Not all
If each part fits on a floppy, forget it. For these sizes it'n not worth
the effort (and can, in fact, slow down things)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
CPU not found. retry, abort, ignore?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]