Why would more CPU cores on virtual machine slow compile times?
[edit#2] If anyone from VMWare can hit me up with a copy of VMWare Fusion, I’d be more than happy to do the same as a VirtualBox vs VMWare comparison. Somehow I suspect the VMWare hypervisor will be better tuned for hyperthreading (see my answer too)
How can I distribute a unique database already in production?
Let’s assume a successful web Spring application running on a MySQL or PostgreSQL database. The traffic is becoming so high and the amount of data is becoming so big that a distributed database solution needs to be implemented to address scalability issue. Let’s also assume this application is using Hibernate and the data access layer is cleanly separated with DAOs.
Splitting big request in multiple small ajax requests
I am unsure regarding the scalability of the following model. I have little experience with large systems, big number of requests and so on but I’m trying to build some features considering scalability first.
Open Grid Engine or Akka/Something more fault tolerant?
My use case is that I have a pipeline of independent, stand alone programs, that I want to execute in a certain order on specific pieces of data that are output from previous pipeline stages.
How to design a scalable notification system? [closed]
What services are being used to send messages?
Depends, some are classical REST webservice, other are some exotic protocol, it is really up to the provider.
How can I scale spring application context?
I’m currently working on a project that need to be dynamically scaled on demand according to the need.
Is BDD scalable for medium to large projects?
In every Website you read about BDD (Behaviour Driven Development) you find a very simple nice example showing you how obvious and easy is it to define your requirements. But trying to implement this process in a big product (not a calculator example) showed me that things can get (or will get) pretty complex and unreadable; especially changing requests at a later point means a lot of work to correct the Integration tests for this.
Is map-reduce the basic factor that makes NoSQL more scalable than SQL?
I’m studying the differences between NoSQL and SQL, and what makes the first more scalable. I think I got the point, so I’ll try to explain:
Why OTServs have an item cloning problem if the server crashes? [closed]
Closed 11 years ago.
How concerned about load balancing do I need to be?
I’m currently working on a project which will have client applications (desktop & android & web) communicate with varies processes running on a server(s).