How to choose web server ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to choose web server ?

I have a website and its have a good traffic. But the problem is that the database get over thousands hit per seconds so I would like to get suggestions from you guys. The server is capable of handling many traffics but maraidb service gets off so What should I do? I was thinking to use remote databases and a cdn server for contents. Current server + Database server + CDN Server. Anyone have better suggestion that will help me to get rid of the problem and also reduce the cost of CDN/database servers??

24th Sep 2019, 12:55 AM
Sayma Wahid
Sayma Wahid - avatar
5 Answers
+ 2
Depends on the type of website your running
24th Sep 2019, 2:18 AM
Lexfuturorum
Lexfuturorum - avatar
+ 1
News site
24th Sep 2019, 2:19 AM
Sayma Wahid
Sayma Wahid - avatar
0
You could go around the datebase by saving the articles into file and parsing the content that way the cache is handling most of the traffic for comments you could still use the database that should lower the load
24th Sep 2019, 2:22 AM
Lexfuturorum
Lexfuturorum - avatar
0
The site needs to insert new data to database too frequently, cache is good way of reducing load and I had already implemented it.
24th Sep 2019, 2:25 AM
Sayma Wahid
Sayma Wahid - avatar
0
What data are you saving there?
24th Sep 2019, 4:17 AM
Lexfuturorum
Lexfuturorum - avatar