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
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
My server has the following requirements: 1) each new connection to the server will trigger a series of N posix_fadvise calls.
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:
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
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
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
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
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
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).