Tagged Questions

1
vote
1answer
34 views

Common-practice in dealing with high-load tables in MySQL

Hi, I have a table in MySQL 5 (InnoDB) that is used as a daemon Processing Queue, thus it is being accessed very often. It is typical to have around 250 000 records inserted per d …
0
votes
0answers
35 views

hosting country for a global site [closed]

Hi, For a high traffic global web site is it efficient to change the hosting country to out of US ? I have to make a decision between colocating our own servers nears us vs dedicat …
0
votes
4answers
136 views

Library to create high-performance server applications

I remember finding a C++ (or maybe plain C) library which does thread pooling, socket polling and other stuff, needed to write a high-performance server on Linux. (And this library …
1
vote
2answers
81 views

What’s the best way of creation of thousands of controls in scrollable area using WPF

Hi guys! I'm using WPF and C#. I have a problem. I need to create a lot of bindable templated controls in scrollable area (they are all of different types). For example 1000 text …
1
vote
6answers
176 views

Patterns and technologies for a system capable of processing 40,000 messages per second

We need to build a system capable of processing 40,000 messages per second. No messages can be lost in case of any software or hardware failures. Each message size is about 2-4Kb. …
2
votes
3answers
179 views

Design considerations for web application with 5 GB/day transfer volume?

I have to build a web application that's similar to a "branch/store locater". A user types in his address and the web application will plot nearby stores on a map. One of the req …
48
votes
21answers
3k views

Tactics for using PHP in a high-load site

Before you answer this I have never developed anything popular enough to attain high server loads. Treat me as (sigh) an alien that has just landed on the planet, albeit one that k …
2
votes
7answers
537 views

Hints for a high-traffic web service, c# asp.net sql2000

I'm developing a web service whose methods will be called from a "dynamic banner" that will show a sort of queue of messages read from a sql server table. The banner will have a h …
8
votes
5answers
658 views

What would you recommend for a high traffic ajax intensive website?

For a website like reddit with lots of up/down votes and lots of comments per topic what should I go with? Lighttpd/Php or Lighttpd/CherryPy/Genshi/SQLAlchemy? and for database w …