|
Posted by Ivαn Sαnchez Ortega on 03/11/07 04:14
aarondeloach wrote:
> No DB backend. This tree needs to be created on-the-fly from the array
> provided.
No way. Doing so, on-the-fly, every time, is:
a) a waste of CPU time (too inefficient)
b) consecuently, a decrease of the server performance
c) complex code
d) consecuently, a source of bugs
e) consecuently, a source of headaches
So, whatever backend you're using, modify it to store the tree. And run a
script, *once* to convert the plain array into the tree.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Now listening to: Orbital - Diversions (1994) - [5] Lush 3 - 4 Warrior Drift
Psychick Warriors Ov Gaia (10:49) (95%)
[Back to original message]
|