Tagged Questions

2
votes
4answers
58 views

Persistence strategy for low latency reads and writes

I am building an application that includes a feature to bulk tag millions of records, more or less interactively. The user interaction is very similar to Gmail where users can tag …
0
votes
2answers
38 views

What should be the maximum number of opened socket on a server?

For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn't have pending request and based on wh …
1
vote
2answers
56 views

(*nix) Cloud/Cluster solutions for bulding fast & scalable web-services

I'm going to build a high-performance web service. It should use a database (or any other storage system), some processing language (either scripting or not), and a web-server daem …
5
votes
4answers
181 views

Achievements / Badges system

I have been browsing this site for the answer but I'm still a little unsure how to plan a similar system in its datbase structure and implementation. In PHP and MySQL it would be …
0
votes
2answers
28 views

Is this way of using Excel 2007 Pivot table for BI scalable ?

Hi all, Background: We need to consolidate sales data across the country to do analysis Our Internet connection/IT expertise/IT investment is not quite strong, therefore full B …
0
votes
5answers
98 views

High-traffic, Highly-secure web API, what language?

If you were planning on building a high-traffic, very secure site what language would you use? For example, if you were planning on say building an authorize.net-scale site, tha …
1
vote
4answers
45 views

AS3: Faster to use EventListeners or ArrayLoops?

I am writing a game in AS3 and have, as an example, around 40 objects on screen. Let's say they are clouds. I'm wondering which of the two paths would be less a strain on system re …
3
votes
3answers
93 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 …
0
votes
1answer
30 views

How to store PHP sessions in APC Cache ?

Hi Storing sessions in disk very slow and painful for me. Im having very high traffic. I want to store session in Advanced PHP Cache, How can i make this ? Thanks
1
vote
2answers
48 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
79 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 …
2
votes
1answer
36 views

Create a database for scalability

How do i create a database for scalability? I am in the middle of http://www.slideshare.net/vishnu/livejournals-backend-a-history-of-scaling which i cant read ATM and need to leave …
0
votes
1answer
47 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 …
0
votes
3answers
70 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 …
3
votes
4answers
150 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 …

1 2 3 4 5 16 next
15 30 50 per page