What is Vultr?
What is Vultr
1
Visitor
Vultr is a service company that rents you a computer that you can manage. You can use the computer you will have as a web server, CDN, etc. You can use it for whatever purpose you want and install the operating system you want. There are system resources reserved only for you. This allows you to publish a website much faster than other shared servers.
1
Answer
Atakan Au
Test
In order to use it in an application, a web server using PHP needed to connect to an MsSQL database on a server in Turkey. We tried this scenario on 3 different servers. Average response times were as follows.Server features:
Azure:~40 USD / monthly - Standard Small App Service Hours - Azure App Service (Free trial account)
Vultr #1
20 USD / monthly - 60 GB SSD, 2 CPU, 4 GB Memory, 3 TB Bandwidth - Windows
Vultr #2
5 USD / monthly - 25 GB SSD, 1 CPU, 1 GB Memory, 1 TB Bandwidth - CentOS 7
Sorgular:
Query | Number of rows | Number of columns | |
SQL #1 | SELECT * FROM STOKLAR WHERE id = 1 | 1 | 194 |
SQL #2 | SELECT isim FROM STOCKS | 1515 | 1 |
SQL #3 | SELECT * FROM STOCKS | 1515 | 194 |
Values:
sqsrv | Vultr #1 | Vultr #2 | Azure |
SQL #1 | 130 | 800 | 1100 |
SQL #2 | 500 | 1200 | 2300 |
SQL #3 | 6400 | 10000 | 19000 |
pdo | Vultr #1 | Vultr #2 | Azure |
SQL #1 | 170 | 650 | 1300 |
SQL #2 | 550 | 1400 | 2700 |
SQL #3 | 6200 | 9500 | 19000 |
0 comments:
Post a Comment
ⓘ Comment is published after moderation.