2
votes
2answers
50 views
How many open udp or tcp/ip connections can a linux machine have?
There are limits imposed by available memory, bandwidth, CPU, and of course, the network connectivity. But those can often be scaled vertically. Are there any other limiting factor …
1
vote
2answers
17 views
.NET Client/Server Scaleability & Asynchronous I/O - Excess Thread Issues
I have a pretty simple question which perhaps someone familiar with Server/Client design & the Asynchronous I/O paradigm of .NET could answer quickly...
I'm writing a server-s …
1
vote
2answers
34 views
YSlow Best Practices with Django apps, How to implement them?
Hi,
I have an django 1.1.1 app, actually in developement, thinking in best practices I ran the YSlow test (Grade E Ruleset applied: YSlow V2 ) it recomends:
Grade F on Ad …
0
votes
7answers
74 views
Inspiration needed: Selecting large amounts of data for a highscore.
I need some inspiration for a solution...
We are running an online game with around 80.000 active users - we are hoping to expand this and are therefore setting a target of achiev …
0
votes
1answer
41 views
I have one database (mysql). What is the best “failover” strategy?
Does MySQL come with a built-in automatic failover?
Or, are there load-balancers out there that can "detect" whether the database is alive...and if not...shoot it to the failover d …
3
votes
4answers
135 views
Reasons for NOT scaling-up vs. -out?
As a programmer I make revolutionary findings every few years. I'm either ahead of the curve, or behind it by about π in the phase. One hard lesson I learned was that scaling OUT …
0
votes
2answers
57 views
Scaling a system bound by database?
Following is the scenario and some proposed solutions.
Are there any better solutions?
There is a system A which has to "analyse" lots of URLs.
Another system B generates these UR …
0
votes
1answer
17 views
New to MySQL scaling-how to have 2 master-write servers?
From what I learned, a MySQL MASTER server is one that can both read and write. Correct?
My question is: Suppose you have 2 MySQL master-write servers (and many slave-read servers …
3
votes
4answers
64 views
any good books on scalable web applications (Java/Ajax/REST)?
Are there any good books on the subject worth reading and still up-to-date with current technologies?
I'm mostly interested in back-end architecture and things I should consider c …
0
votes
1answer
25 views
Amazon RDS: can databases be setup in replicaton mode?
I am studying the new Amazon RDS product and it seems it can be scaled only vertically (i.e. put a stronger server).
Did anyone see a possibility to configure multiple instances s …
7
votes
3answers
123 views
What is the best Clustering or Distributed System solution for Java applications
What are the best approaches to clustering/distributing a Java server application ?
I'm looking for an approach that allows you to scale horizontally by adding more application se …
0
votes
7answers
315 views
php vs python. scalability
Why is PHP considered more scalable than python?
I've heard may times that one of the reasons PHP is "better" than python is that PHP is more easily scalable, and that Yahoo prove …
1
vote
2answers
53 views
How to partition Mysql across MULTIPLE SERVERS?
I know that horizontal partitioning...you can create many tables.
How can you do this with multiple servers?
This will allow Mysql to scale.
Create X tables on X servers?
Does a …
2
votes
5answers
73 views
Auto-completion for names against a SQL database
I have a text field in my web app where I want to do auto-completion (e.g. the user types "St" and I can suggest "Steve"). The names I'm matching against are in a SQL database tab …
2
votes
3answers
73 views
Are there any scalability best practices specifically for sites with huge audiences?
While this question has been asked in a variety of contexts before, I can't find any information pertaining specifically to sites targeting very large audiences - for example on th …
