I started to work on demo reading and it doesn't look really simple. There should be smarter ways to do this, really. Now, I don't know how...
XML : no for the reasons given above
json : would it be really better ?
demos : no because parsing demo would be redundant with server process, I mean it's much easier to make server does this work himself
Fiz's solution : I would like to know more about it. Does it allow to get extended informations ? what happens if link between PHP server and AC server is broken ? datas are lost ?
YAML : I'm currently checking out this solution, seems good, what do you think about it ? (thanks BluePrint for the idea)
There are maybe some other solutions... like a lighter format to save scores (for example, save scores as I did with my XML system but in the same format as demos ?)
NB : it would be interesting to keep the "real time" aspect, if you see what I mean
XML : no for the reasons given above
json : would it be really better ?
demos : no because parsing demo would be redundant with server process, I mean it's much easier to make server does this work himself
Fiz's solution : I would like to know more about it. Does it allow to get extended informations ? what happens if link between PHP server and AC server is broken ? datas are lost ?
YAML : I'm currently checking out this solution, seems good, what do you think about it ? (thanks BluePrint for the idea)
There are maybe some other solutions... like a lighter format to save scores (for example, save scores as I did with my XML system but in the same format as demos ?)
NB : it would be interesting to keep the "real time" aspect, if you see what I mean