I\'m porting a game to Windows and wonder how, for example, highscore data should be stored so that all users on the same sy开发者_开发百科stem can share the data. Ideally the data shouldn\'t be write
This is my first time developing an application that will be used by 10-15 people concurentlyso I\'m not exactly sure of a good way to minimize update collisions.
In my web application there\'s a page where users can post messages. The problem is a开发者_开发知识库 user always has to click a button \'get messages\' to see the messages other users have posted si
Can anyone recommend me links or books to build a multiuser a开发者_开发技巧pplication? My idea is an web app, with which users can play multiuser game on their browsers. I also want to create an app
I have a particular problem I\'m trying to solve in a rails 3 app, and the two common solutions that I\'m seeing are these:
How do you handle record locking in a flex (flash builder 4) application with multiple users? It is using zend amf to talk to a database (mongodb or mysql).
I am creating multiuser application. created using php codeigniter And I am seeking the best practice or the best way to prevent user to changing/deleting other user data.
I\'d like to ensure that only I can connect to an emacs serv开发者_运维知识库er that I initialised. I frequently use machines that other people could be SSH\'d into, and I don\'t see what\'s to stop t
I\'m going to build a multi-user website, much like wo开发者_高级运维rdpress.com, that users can signup and get their isolated account at a sub-domain.
I am wondering if it\'s possible to create a graphical application in Silverlight which supports synchronisation between the different clients.