39
votes
18answers
4k views
Does Django Scale?
Hello,
I'm building a web application with Django. The reasons I chose Django were:
I wanted to work with free/open-source tools
I like Python and feel it's a "long term" language, whereas …
28
votes
11answers
3k views
How Scalable is SQLite?
I recently read this Question about SQLite vs MySQL and the answer pointed out that SQLite doesn't scale well and the official website sort-of confirms this, however.
How scalable is SQLite and what …
27
votes
9answers
2k views
How/why do functional languages (specifically Erlang) scale well?
I have been watching the growing visibility of functional programming languages and features for a while. I looked into them and didn't see the reason for the appeal.
Then, recently I attended Kevin …
23
votes
15answers
2k views
How to write a scalable Tcp/Ip based server
I am in the design phase of writing a new Windows Service application that accepts TCP/IP connections for long running connections (i.e. this is not like HTTP where there are many short connections, …
22
votes
19answers
2k views
How are you taking advantage of Multicore?
As someone in the world of HPC who came from the world of enterprise web development, I'm always curious to see how developers back in the "real world" are taking advantage of parallel computing. …
19
votes
7answers
1k views
Does Scala scale better then other JVM languages?
Here is the only way I know to ask it at the moment. As Understand it Scala uses the Java Virtual Machine. I thought Jruby did also. Twitter switched its middleware to Scala. Could they have done …
17
votes
1answer
280 views
SO, Wiki architectures and scaling
In the highscalability blog, Todd Hoff talks about the wiki architecture SO adopted (initially), crunches that followed and mentions the painful refactoring needed to get back on track.
To quote:
…
15
votes
10answers
788 views
Good Book on Scaling Asp.Net applications
Can somebody suggest a good solid book on scaling Asp.Net applications? One that could potentially scale to millions of users.
Some of the books listed here are pretty good …
14
votes
8answers
3k views
Should I use EJB3 or Spring for my business layer?
My team is developing a new service oriented product with a web front-end. In discussions about what technologies we will use we have settled on running a JBoss application server, and Flex frontend …
13
votes
9answers
585 views
What databases do Web’s biggest sites run on?
This question is meant to serve as a list of databases and their configurations that the major web-sites use and would be a great reference for anyone thinking of scaling their web-site to the size of …
13
votes
10answers
974 views
No PHP for large projects? Why not?
I've read a few posts where people have stated (not suggested, not discussed, not offered) that PHP should not be used for large projects.
Being a primarily PHP developer, I ask two questions:
What …
13
votes
15answers
787 views
How well does .NET scale?
(I'll begin by making it clear, I am not a .NET developer and am not tied to any other environment.)
Recently, I heard that the London Stock Exchange went down for an entire day. I've also heard that …
12
votes
5answers
1k views
Scaling databases with cheap SSD hard drives
Hey guys!
I hope that many of you are working with high traffic database-driven websites, and chances are that your main scalability issues are in the database. I noticed a couple of things lately:
…
11
votes
9answers
720 views
CMS without front end?
In many projects we are developing we need to have CMS functionalities in the back end of the site. On the other end we don't want to or can't commit to a complete front end solution.
To explain this …
11
votes
8answers
2k views
SharePoint List Scalability
I am particularly interested in Document Libraries, but in terms of general SharePoint lists, can anyone answer the following...?
What is the maximum number of items that a SharePoint list can …
