Questions tagged [high-traffic]

54 questions
9
votes
2 answers

Solr safe dataimport and core swap on high-traffic website

Hello fellow technicians, Let's assume we have a (PHP) website with millions of visitors a month and we running a SolR index on the website with 4 million documents hosted. Solr is running on 4 separate servers where one server is the master and…
8
votes
5 answers

Is it possible for mysqli_insert_id to return an incorrect id in high traffic applications?

In a high traffic application, is it possible for mysqli_insert_id() to return the wrong id, or to confuse the id between two INSERT queries performed nearly simultaneously?
Art Ianuzzi
  • 197
  • 2
  • 8
5
votes
1 answer

Hosting questions for a "high" traffic rails application

I've got a question concerning hosting for a high traffic rails application. The thing is i have 3 / 4 years experience with Ruby on Rails applications but i never had a high traffic website before. I'm really excited because this is the "next…
Daniël Zwijnenburg
  • 2,550
  • 2
  • 21
  • 28
4
votes
3 answers

How to handle load in a high traffic Java web application?

I am developing a high-traffic java web application. Currently I'm defining its architecture. I have some questions: What are the key elements that we should consider while designing the architecture to handle load? How to prevent web application…
Ashish Agarwal
  • 113
  • 1
  • 5
4
votes
1 answer

Ubuntu - Nginx - extremely high IO writes

I have a pretty high traffic Nginx server dishing out static content for a family of websites. I can't figure out why the disk writes are so high. VMWare ESXi 6.0 host (datastore is sitting on 4x Enterprise SSDs in a RAID10) running an Ubuntu…
Xengulai
  • 76
  • 1
  • 4
4
votes
1 answer

Squid handling of concurrent cache misses

We're using a Squid cache to off-load traffic from our web servers, ie. it's setup as a reverse-proxy responding to inbound requests before they hit our web servers. When we get blitzed with concurrent requests for the same request that's not in the…
Oliver H-H
  • 71
  • 4
3
votes
1 answer

How to serve cached ruby apps from nginx rather than unicorn?

I have a rails 3.0 app, and it has a good amount of traffic, the app it's running through the combination of Nginx and Unicorn. The thing is that unicorn and it's workers consume a lot of resources, and because of the nature of my app, a lot of…
fespinozacast
  • 2,484
  • 4
  • 23
  • 38
3
votes
1 answer

Laravel for complex browser game website

There is a lot written about the performance of Laravel. It is not the very best framework when it comes to fast applications but it has a lot of options and a brilliant community and documentation. I would like to know if Laravel suits my…
Jordy
  • 4,719
  • 11
  • 47
  • 81
3
votes
1 answer

Create a Linux packet splitter

I am looking for some hints to build a network packet splitter. What i want is some sort of tools/code that split the packets of a logic link (tcp/ip connection for ex.) over several network interfaces. I used with success the Linux bonding driver,…
frico
  • 101
  • 3
3
votes
2 answers

Apache Commons DBCP strange behavior

I'm trying to figure out a problem that we have in a high traffic site using Tomcat 6.0.37 and MySQL 5.5 underneath the cover. The test load was 200 concurrent connections to Tomcat - all connections to the same URL and all of them hitting the…
2
votes
3 answers

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 requirements is: "The web application must support 100 simultaneous users…
John
  • 32,403
  • 80
  • 251
  • 422
2
votes
3 answers

Performace enhancement for a Struts2 application(website) with high traffic usage

I wanted to ask that what all things i should keep in mind in order to create a high performance STRUTS2 based web application. It is guaranteed that the site will have a high traffic (i.e. lets assume somewhere around 500,000 requests daily). Also…
Karan Gujral
  • 389
  • 2
  • 4
  • 21
2
votes
1 answer

Apache 2.4 php 7.2 Apache ( php module) increase max connections to handle 10000

I have project with apache(2.4) and php(7.2), which apache uses mpm_fork how can I increase max connections in apache to handle 10,000 cocurrent connections ? I'm testing with https://loader.io , It just can handle max to 5000 concurrent connections…
Majid Abdolhosseini
  • 2,191
  • 4
  • 31
  • 59
2
votes
0 answers

Django shows Python socket.error: [Errno 104] Connection reset by peer

I have a django+mysql website on AWS. Client send post request to website, then the website query the mysql database and return a json. I am doing stress testing to it. I send 300 post requests simultaneously to the website and get responses…
Robinisme2
  • 21
  • 2
2
votes
2 answers

How to architect a video site, from a performance point of view

I want to build a high traffic video site, which has many videos and visitors, using ASP.NET. But I have no experience of high traffic sites and video sites. Anyone can give me some stuff to read or some keywords for me to google? In the…
Mouhong Lin
  • 4,402
  • 4
  • 33
  • 48
1
2 3 4