Il giorno 24/apr/09, alle ore 17:53, Karen Tracey ha scritto:
> So where is the persistent storage of this XML data? Always in a > file on the client (is there only one client?), and POSTed to the > server each time a client wants to run a query on the data? If so: > why even have a server, why not just run the query processing on the > client's data file directly? If instead, when the data is POSTed to > the server it is then persistently stored there -- where is it > stored? If not in a database, if in file(s) -- how does the server > track what files have been uploaded to where, and what clients can > access which files, etc. (I can't really believe there is only one > client)? Or do all clients have a copy of the exact same file? > Does it never change? If it does, how are you managing updating all > the clients? XML files are uploaded to the server by only "super users", and eventually augmented with other information by them later. They are simply stored as files in a non-served directory. After that no one can access it but the server, who answers the "other web app"'s questions. These two apps are part of a university project, that's the reason of being dbless. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---