high-load Questions

24

Solved

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 knows PHP and a fe...
Paratroops asked 23/8, 2008 at 22:37

2

I have a Node application running on AWS. When moving into production, there is a very high chance that it will get a very high number of requests. I'm planning to host it using AWS ECS and there w...

4

Solved

What I'm trying to do is to update a simple div to say "Processing..." before executing a CPU-intensive script (it takes 3-12 seconds to run, no AJAX) then update the div to say "Finished!" when do...
Claytor asked 8/9, 2011 at 1:1

1

I'm trying to understand the following scenario: I have a website with nginx in front (serving with SSL, config see below) requests to the Django application are handled by gunicorn (0.18, config...
Nari asked 16/12, 2015 at 7:36

1

Solved

I would like to clarify how php-fpm manages workers with dynamic process manager. Let's assume we have following config: pm = dynamic pm.max_children = 100 pm.start_servers = 30 pm.min_spare_serv...
Sayers asked 16/9, 2016 at 16:10

4

We have a client server app, 1 server, about 10 clients. They communicate via tcp sockets using custom queries. The system had been running smooth for many months, but at some point, after the dai...
Gapeworm asked 20/5, 2015 at 10:39

1

Solved

How to plan resources (I suspect, elasticsearch instances) according to load: With load I mean ≈500K events/min, each containing 8-10 fields. What are the configuration knobs I should turn? I'm ...
Orthopedic asked 19/5, 2015 at 17:0

2

Solved

I am using a simple redis server setup to store some values in my PHP application. Yesterday I installed phpredis module to use redis as PHP Session backend, which increased request rate on redis D...
Tabaret asked 22/1, 2013 at 14:11

1

Solved

We have a big EC2 instance with 32 cores, currently running Nginx, Tornado and Redis, serving on average 5K requests per second. Everything seems to work fine, but the CPU load already reaching 70%...
Garvey asked 6/4, 2015 at 20:22

1

We have a web-based game (SignalR for communication), our workload will be: 5,000 - 20,000 concurrent client with 0.5 - 2 messages/client/second ~= 10-40k messages/secs with the following serve...
Phrenetic asked 6/8, 2014 at 12:2

3

As a part of my research I'm writing an high-load TCP/IP echo server in Java. I want to serve about 3-4k of clients and see the maximum possible messages per second that I can squeeze out of it. Me...
Sanbenito asked 9/7, 2013 at 19:48

2

We try to deploy APC user-cache in a high load environment as local 2nd-tier cache on each server for our central caching service (redis), for caching database queries with rarely changing results,...
Importunate asked 7/11, 2013 at 22:30

4

I am making a high-load web statistics system through embedding <img> tag to site. The thing I want to do is: nginx gets request for an image from some host it gives as answer to host littl...
Belshin asked 4/12, 2011 at 8:10

0

I have a website with very high load and keeping my test app under a hidden iframe to make sure that the target framework is a good choice for my use case. First tried SignalR test app and th...
Doddering asked 31/12, 2011 at 1:19

3

Solved

I'm looking to create a high-traffic chat website, possibly with video streaming with some image manipulation happening on the server. Scanning over the Channel API (http://code.google.com/appeng...

3

Solved

How does digg or any other high-traffic website store user sessions? What do they use for storing the user sessions? File system, DB (which one?), memcache or both? Let's imagine a simple situatio...
Quartana asked 18/1, 2010 at 0:39

4

Solved

I'm the webmaster for a major US university. We have a great deal of requests on our website, which I've built and been in charge of for the last 7 years or so. I've been building ever-more-complex...
Finned asked 5/3, 2011 at 13:55

3

Solved

I need to create specialized HTTP server, for this I plan to use epoll sycall, but I want to utilize multiple processors/cores and I can't come up with architecture solution. ATM my idea is follown...
Irregular asked 14/1, 2011 at 3:8

5

Solved

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 what would scale b...
Ironbound asked 15/10, 2008 at 13:57
1

© 2022 - 2024 — McMap. All rights reserved.