scalability
JSF Performance: How scalable is JSF? [closed]
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[详细]
2023-03-21 07:08 分类:问答What hosted server configuration do I need for a medium-scalable web-application? I know this is off topic now and I will close
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[详细]
2023-03-20 14:02 分类:问答atomic memcpy suggestion
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 .[详细]
2023-03-20 07:01 分类:问答Understanding REST in terms of scalability, performance,
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[详细]
2023-03-20 04:29 分类:问答Programming in the large with prolog
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[详细]
2023-03-20 03:31 分类:问答Connection Pools Size vs. Number of concurrent requests
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[详细]
2023-03-19 21:57 分类:问答MapReduce or a batch job?
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[详细]
2023-03-19 19:37 分类:问答Designing a Scalable Application
Starting a new project an e-commerce, that basically consists of two, main separated projects: a core application and a web client.[详细]
2023-03-19 17:25 分类:问答SQL Azure - How to measure current workload to estimate when throttling will occure
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.[详细]
2023-03-17 12:22 分类:问答How does I/O work in Akka?
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[详细]
2023-03-16 20:12 分类:问答