On 15.08.06 01:30 +0200, Jonathan De Graeve wrote:
> I'm looking at a way to store the CP data (or ny other data if
> needed) in an other way instead of loading/writing it everytime
> with the need of parsing it.
> ...
> Serialisation (keeps the data structures intact, still writes
> everything to a file but hell, its MFS ;) ) I don't know if this is
> going to give us the needed performance boost with +100 CP users
I'd use serialization - the webGUI already uses it anyway (to avoid
having to re-parse config.xml every time a page is loaded even if it
hasn't changed).
- Manuel |