I need help with a common senario..... I have a central database or datastore in some way. Then I have a bunch of Win-clients. These clients all needs a part of this data in a local datastore of some
There are many questions and answers and opinions about how to do low level Java optimization, with for, while, and do-while loops, and whether it\'s even necessary.
Quis custodiet ipsos custodes? -- (Decimus Iunius Iuvenalis) I have the following setup: On one node (\'one@erlang.enzo\') a server process is running which has a watchdog running one another node
Background I have a backoffice that manages information from various sources. Part of the information is in a database that the backoffice can access directly, and part of it is managed by accessing
I\'m developing a distributed environment, mostly in PHP. A lot of the projects that I have share some of the same code. For example my logging code (based on log4php but with some custom additions).
I am trying to ilustrate the concept of distributed applications using Erlang. My system currently has one server and one ATM. I try to keep it as simple as possible.
first of all I am new to the distributed DB world, anynhow scenario is: I have three servers in US, Sweden and Australia, same web application has been deployed on all of them with mysql DB (same str
On non-web based chat system the server distinguishes its clients by their PIDs, right? And what should be used to disting开发者_运维问答uish the clients on web-based chat system?
I\'ve a PHP app and i\'m using Mercurial as Revision Control.开发者_运维百科 I want to code a bash script or something like that that help me to update the content of my web server.
Starting a new project an e-commerce, that basically consists of two, main separated projects: a core application and a web client.