Am Montag, 17. November 2003 23:25 schrieb Seamus Thomas Carroll: > Hi, > > Starting today (monday) I will be working on a ground vehicle server that > will manage the movement of ground vehicles over a road network. The > server will be in charge of calculating the ground elevation and movement > of each vehicle every second. Any connecting client (FG) will be passed > this info in the form of an XML document. The client will then display the > vehicles interpolating the the points inbetween those passed by the server. >
Why do you want use a XML document for a server to client data transfer problem? XML is nice for local tasks or world wide web, but overhead for network game things. If you want to use your server over the internet you will have a very limited bandwith and XML documents are bigger then an own solution so they are definatly not the best solution. Best Regards, Oliver C. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel