I am currently using Flex (Flash Builder 4) and making web service connections to a Apache PHP Zend AMF server to retrieve d开发者_StackOverflow中文版ata.
I have two questions- Q1. Is there a more efficient way to handle the error situation in MPI, other than check-point/rollback? I see that if a node \"dies\", the program halts abruptly.. Is there any
Let\'s say we have an SDK in C++ that accepts some binary data (like a picture) and does something. Is it not possible to make this SDK \"crash-proof\"? By crash I primarily mean forceful termination
In Scala, an actor can be notified when another (remote) actor terminates by setting the trapExit flag and invoking the link(开发者_Go百科) method with the second actor as parameter. In this case when
How is Erlang fault tolerant, or help in that regard开发者_如何学编程?I think I covered part of the answer in this reply to another thread.Erlang is fault tolerant with the following things in mind:
We\'re developing a server system in Scala + Akka for a game that will serve clients in Android, iPhone, and Second Life.There are parts of this server that need to be highly available, running on mul
I have developed a report viewer in .NET Winforms (it just runs queries and displays results). This works against a reporting database. However, the above is a small subset of a much larger applicati
We have a web server that we\'re about to launch a number of applications onto. They will all share database and memcached servers, but each application has it\'s own mySQL database and all memcached
Are there are good in-memory transactional databases that support LINQ and SQL Server persistance?I\'d like to create a full representation of a large data store in memory and have it commit to a SQL
I will build a system where I wan开发者_高级运维t to reduce single-point-of-failures, and I need a database. Is there any (free) relational database systems that can handle multi-master setups good (i