Hello,

I've been playing with the EasyXML object to create a database for my server. So far ive figured out how it worked. But my server will have many sub-apps and i guess i have a problem. The EasyXML have to store the file in the program before doing any operations. The client have to retreive the projects, etc.. and data from the database.

My two questions are :

1- How this can be done ? how i can make the server to directly access the data from the XML file and send it to the client when requested ? (like the projects list)

2- It is better to store the XML in the main application ? or in each sub-apps then load the XML in the obhect to access the data ?

3- It is possible to : when we request a data it load the XML then parse it and clear it.. and load it everytime we have to parse something? or it will be slow ?

Keep in mind that the server have sub-apps editors (like projects editor to add new projects) so actually the server have to write to the XML file often.


Thanks you.