I\'m working on an application which interacts with hundreds of devices across a network. The type of work being committed requires a lot of the concurrent threads (mostly because each of them require
Scenario is simple to describe, but might have a complex answer: Imagine a case where you have one write only开发者_开发技巧 mysql database. Then you have about 5 or 6 read only databases. The write
Let\'s imagine that we have high traffic project (a tube site) which should provide sorting using this options (NOT IN REAL TIME). Number of videos is about 200K and all information about videos is st
Just wonder how much cost to raise a java exception (or to call native fillInStackTrace() of Throwable) compared to what it cost to log it with log4j (in a file, with production hard drive)...
I\'m writing a high-loaded daemon that should be run on the FreeBSD 8.0 and on Linux as well. The main purpose of daemon is to pass files that are requested by their identifier. Identifier is converte
We have currently a Postgres database with a 100 of tables 20 of them with more than 5 000 000 rows, the master DB server runs on Debian 32MB RAM 8 Processors.
How does digg or any other high-traffic website store user sessions? What do they use for storing the user sessions? F开发者_如何学JAVAile system, DB (which one?), memcache or both?