scalability
Mochiweb + AMQP consumer concurrently
I\'m new to Erlang and have been reading O\'Reilly\'s great book, I\'ve followed some tutorials on the Internetz as well. I can get my basic Mochiweb chat like application working stand alone and also[详细]
2023-03-11 15:47 分类:问答Working on a django site and wondering would it be wise to store my media on an nfs mounted partition?
First, I only have experience building small-medium sized websites with php so forgive me if this question seems asinine.I want to know if it is a common /accepted/wise practice to store media (user u[详细]
2023-03-11 05:19 分类:问答Linux: what is the most scalable design for making a system call like fadvise in a thread?
My server has the following requirements: 1) each new connection to the server will trigger a series of N posix_fadvise calls.[详细]
2023-03-10 07:24 分类:问答Database scalability: Which is more important, size of table or number of queries?
I\'ll take a simplified StackOverflow system as an example. Although limiting some features, it would be possibly to hold Questions and Answers in the same tab开发者_C百科le:[详细]
2023-03-09 14:35 分类:问答Does Node.js scalability suffer because of garbage collection when under high load?
Though Node.js is pretty hot topic, I happens to find that it is reported Node.js might not be appropriate for real-time application due to its Garbage Collection model (http://amix.dk/blog/post/19577[详细]
2023-03-09 12:08 分类:问答Using Rails as a framework for a large website
I\'ve been playing around with Rails (version 3) for a few months now and I understand the framework fairly well. However, I have yet to develop a large website which offers lots of database access an[详细]
2023-03-09 09:24 分类:问答Wicket: “large memory footprint!”, "Does Wicket scale?".. etc
Wicket uses开发者_开发技巧 the Session heavily which could mean “large memory footprint” (as stated by some developers) for larger apps with lots of pages. If you were to explain to a bunch of CTOs[详细]
2023-03-08 20:32 分类:问答What's the best architecture to do Instagram/Twitter kind of Follow system?
Twitter/Instagram these kind of applications allow you to follow others and share messages/photos. What\'s the best architecture to do this kind of system? Or s开发者_StackOverflowimple architecture[详细]
2023-03-08 13:05 分类:问答What are the sharding heuristics for MySQL - number of records per table & number of tables per instance?
Designing an object stor开发者_如何学Goe for ~10B objects and using mySQL for storing metadata. We know we need to shard and are looking for general heuristics to scale. Would appreciate pointers and[详细]
2023-03-08 12:14 分类:问答How to scale SQL azure?
I w开发者_开发知识库ant to host my WCF services in the Azure clouds for scalability reasons. For example there will be some read data action. And it will be under High Load (1000+ user/sec).[详细]
2023-03-08 02:10 分类:问答