I have a WCF service hosted in IIS which is an adapter for various ThirdParty APIs. All this service does is:
A web project I\'m coding for uses a complex CSV to MySQL converter to create their database. What this means is that to update the db content with the latest changes from the CSVs, a converter is run
For starters, I\'m using Postgres. Is socket c开发者_如何学编程onnection a/the preferred way to connect (I will have my database in a separate VM on the same physical machine as my application)? Is
Where do you get info about \'how to build scalable, high perfomance web app\'? I mean architecture, best practice ets. regardless of platform and language: .net, php, java ...
For those not familiar with it, a realtime bidding ad开发者_JS百科 exchange is a relatively new way to allow advertisers to \"bid\" for the right to show their ad to an individual.
GraphDB vs Key-ValueDb\'s Neo4j versus OrientDB Valdemort versus OrientKV Features to choice and compare
Merged with Is there any modern review of solutions to the 10000 client/sec problem. This is probably a well known discussion: http://www.kegel.com/c10k.html
What are the iterative steps / best practices for transitioning from an RDBMS to Cassandra? Is there a benefit to denormalizatio开发者_StackOverflow社区n of the RDBMS schema prior to the move (beyond
I am encountering a situation at work similar to the thread over here. The difference is that we are not using a web service. But rather we are using a web app. We have a requirement that lets a user
I have recently made the shift to a framework called the Yii Framework. Really is good to be working on a framework, solves lot of mundane开发者_开发百科 work. I believe the framework will provide me