As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a Microsoft ASP.NET MVC web application with SQL Server 2008. Current开发者_开发百科ly running on a single server, performance is reasonable. However I now need to deploy the same application t
While testing a program for scalability, I came across the situation where I have to make my memcpy operation as atomic operation . I have to copy 64bytes of data from one location to other .
I just want to know if my thoughts concerning REST are right. Let\'s imagine we have a shopping site. With a conventional approach the shopping cart would be stored in the users session so that the se
I\'m trying to keep my Prolog code modular, and I was wondering if anyone had any advice as to how to do this. The way I was doing this with simple consults, but that is getting cumbersome as the numb
I have to develop a high scalable webservice, but the connection pool size (Oracle DB) is set to 50. Having this size means that the number of开发者_开发技巧 concurrent request served will be max 50
I have a function which needs to be called on a lot of files (1000\'s). Each is independent of another, and can be run in parallel. The output of the function for each of the files does not need to be
Starting a new project an e-commerce, that basically consists of two, main separated projects: a core application and a web client.
First of all, I\'m not a DB expert .. so I\'m not sure if my terminology or anything is correct here, but if you can bear with me I hope you\'ll get the idea.
How does the actor model (in Akka) work when you need to perform I/O (ie. a database operation)? It is my understanding that a blocking operation will throw an exception (and essentially ruin all con