Questions tagged [high-traffic]

54 questions
0
votes
1 answer

I need suggestions for large-scale web site

I am planning a social networking and magazine website for university students. It is expected to have 200.000 members in a year and high/traffic. I am planning to use Joomla and it is extensions. Jomsocial, EasyBlog, EasyDiscuss, Reviews for Joomla…
0
votes
2 answers

Updating a Site With Active Member Registration

I want to take on a project, but I’m not sure how to handle the updating process. Normally, when asked to update a site, you back-up the database & site files, then make the updates locally or on a development server. Then when the updates are…
kmgdev
  • 2,607
  • 28
  • 41
0
votes
1 answer

DNN Site Traffic

We recently launched a web site developed with DNN. Analyzing the log files, I see files with .axd extension as resources accessed together with pages. The problem is that I see a heavy traffic on these .axd files. By heavy traffic, I mean hits,…
Amira Kamel
  • 93
  • 1
  • 5
0
votes
2 answers

High traffic spikes on certain images, serve these from Amazon S3?

First: I'm very noob at this. Sorry. I want to learn. My website sometimes got REALLY high traffic spikes (for certain images). (I'm at Linode btw.) And therefore my website loading very slowly. (The cpu is low, IO rate is high). Again, not…
Filkor
  • 642
  • 6
  • 18
0
votes
1 answer

How not to be labelled as a spammer by Google when using GMail as a mail server?

Traffic to my site surged a few days ago. As a result the amount of emails my site has been sending has surged as well. At times several emails are being sent each minute and on average an email is being sent every couple of minutes. I setup GMail…
killajoule
  • 3,612
  • 7
  • 30
  • 36
0
votes
1 answer

Handling Blocking External API Calls in Django

I'm part of a Django project where we make many API calls to external services using the requests and zeep libraries. These calls are done sequentially and our API heavily relies on their immediate responses. However, when our server experiences…
Azikdev
  • 11
  • 1
  • 2
0
votes
1 answer

Hazelcast causing heavy traffic between nodes

NOTE: Found the root cause in application code using hazelcast which started to execute after 15 min, the code retrieved almost entire data, so the issue NOT in hazelcast, leaving the question here if anyone will see same side effect or wrong…
Pavel
  • 33
  • 1
  • 5
0
votes
1 answer

Can we use hibernate in a high traffic multi tenancy cloud application?

We are about to build a SaaS application. Now we are in the phase of deciding the technology stack. We have developed earlier applications with spring boot and hibernate. So our team currently thinking to use the same stack for the new product. But…
Rajeshkumar
  • 815
  • 12
  • 35
0
votes
0 answers

MySQL Connection Error on heavy load with wordpress site

I've used WordPress site, If we give multiple requests using JMeter or on search engine boot time MySQL server getting down I have changed the below configuration on my server key_buffer = 25M max_allowed_packet = 1M thread_stack = 128K table_cache…
Mukesh
  • 150
  • 1
  • 10
0
votes
1 answer

Low download speed

Hey guys I am having a big problem and i need some advice . I have a Dedicated server with those informations : Atom C2750 8/8t 2,4 / 2,6 GHz 16 GB RAM DDR3 1600MHz 12TB 500Mbps Bandwidth List item 1Gbps Network Burst I am running a website…
Diptox
  • 1,809
  • 10
  • 19
0
votes
1 answer

Hosting/Server for high traffic website

What setup would you recommend for Wordpress website with average daily traffic ~250,000 sessions per day (~130K unique users). In peak hours we can get ~25K users in hour, and non peak ~10-17k per hour. Monthly bandwidth is ~14TB. I'll be happy to…
alya
  • 27
  • 1
  • 6
0
votes
2 answers

High traffic connection between Php and Redis

I have backend on php, that works with Redis. But when requests increased and they more than 2000 request per sec I receive an error: 99 - Cannot assign requested address All sockets in TIME_WAIT. Connecting example: $this->_socket =…
SiJey
  • 169
  • 1
  • 4
  • 9
0
votes
0 answers

Nodejs - High Traffic to Clustered Microservices Problems

Sorry for the novel... I'm working on a Nodejs project where I need to decrypt millions of envelopes in multiple files. Any APIs of my application have to run on localhost. The main API handles client requests to decrypt a batch of files. Each file…
gcc
  • 283
  • 1
  • 3
  • 14
0
votes
0 answers

PHP JpGraph -- dynamic image creation in same directory for multiple users

I have a PHP page (results.php) that has logic like this: // check if user is logged in // Get user data from database // Do stuff with user data // use JpGraph to graph user data, save graph.jpg to /directory/ // echo "
chakeda
  • 1,551
  • 1
  • 18
  • 40
0
votes
0 answers

Syncing Postgres Database Instances

I have a queer situation. I am managing an e-commerce site built on Django with Postgresql. It has two versions - English and Japanese. Because of a release that has brought a huge number of users, the site (specifically Postgres) is overloaded and…
Nikhil Khullar
  • 703
  • 6
  • 21