Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-07-25 23:32:22
Point:500 Replies:6 POST_ID:828614USER_ID:11059
Topic:
PHP Scripting Language;Apache Web Server;Linux Networking
http://www.google.com.hk/?gws_rd=cr#site=&source=hp&q=CDN&oq=CDN&gs_l=hp.3..0l9j0i2.2092.2480.0.2776.3.3.0.0.0.0.63.179.3.3.0....0.0..1c.1.20.hp.cVk4IDamACE&bav=on.2,or.&bvm=bv.49784469%2Cd.aGc%2Cpv.xjs.s.en_US.MpiVkF51mpA.O&fp=68e88f033c6be9af&biw=995&bih=534
I study the CDN network system will help
to speed up for my client to go to my website from the google link
And I'm doing a test on Cloudflare.com, CDN provider
My question is:
My Linux server with my domain(mysite.com) will daily use php curl() function to get huge data
from remote website at HOngkong to my Linuxserver at US . The daily extraction database time is around 6 hours
Do you think CDN system will help on my case and speed up the my php spcirpt with using curl() function from 6 hours to less hour
Please advise
Duncan
I study the CDN network system will help
to speed up for my client to go to my website from the google link
And I'm doing a test on Cloudflare.com, CDN provider
My question is:
My Linux server with my domain(mysite.com) will daily use php curl() function to get huge data
from remote website at HOngkong to my Linuxserver at US . The daily extraction database time is around 6 hours
Do you think CDN system will help on my case and speed up the my php spcirpt with using curl() function from 6 hours to less hour
Please advise
Duncan
Author: duncanb7 replied at 2024-07-26 02:53:37
Thanks for your reply
Accepted Solution
Expert: Dave Baldwin replied at 2024-07-26 01:27:24
500 points EXCELLENT
I can't read the text but the diagrams show exactly the same thing. When you use a CDN, you load static content to all the CDN servers around the country and the world so that people who are browsing your site can get it from a closer and thus faster connection.
As for a better connection, I talked to my hosting company, Hurricane Electric, and they said you have to talk to your hosting company about the availability of a better connection. One that could be faster and more direct to Hong Kong. The services they offer starts at $200 per month for a 100Mbps connection and there are a lot of details to it that I didn't understand. If you could afford it, it is theoretically possible to get 1Gbps or 10Gbps connections.
As for a better connection, I talked to my hosting company, Hurricane Electric, and they said you have to talk to your hosting company about the availability of a better connection. One that could be faster and more direct to Hong Kong. The services they offer starts at $200 per month for a 100Mbps connection and there are a lot of details to it that I didn't understand. If you could afford it, it is theoretically possible to get 1Gbps or 10Gbps connections.
Author: duncanb7 replied at 2024-07-26 00:38:55
it is also good article , please read it , http://blog.soft.idv.tw/?p=1110
Question:Only a faster and more direct connection will make any difference.
Please also write it detail or clearly
DUncan
Question:Only a faster and more direct connection will make any difference.
Please also write it detail or clearly
DUncan
Expert: Dave Baldwin replied at 2024-07-26 00:31:21
You should really read this. https://en.wikipedia.org/wiki/Content_delivery_network
"believe that problem of long hour is due to the distance and connection time issue"
Yes, that is true, but CDN will not help it. Only a faster and more direct connection will make any difference.
"believe that problem of long hour is due to the distance and connection time issue"
Yes, that is true, but CDN will not help it. Only a faster and more direct connection will make any difference.
Author: duncanb7 replied at 2024-07-26 00:21:07
becoz when do the php script from HK server to HK remte website, the speed is less than one hour.
but the php script from US server to HK remote website is 6 hour so
believe that problem of long hour is due to the distance and connection time issue
CDN is technolog and just help the client to find out optimizing network path or routing
in order to speed up connection time I think
Question: Can you run your PHP on your CDN?
my php script is at my server, CDN is a techonlogy and its company is NOT hosting company
but the php script from US server to HK remote website is 6 hour so
believe that problem of long hour is due to the distance and connection time issue
CDN is technolog and just help the client to find out optimizing network path or routing
in order to speed up connection time I think
Question: Can you run your PHP on your CDN?
my php script is at my server, CDN is a techonlogy and its company is NOT hosting company
Expert: Dave Baldwin replied at 2024-07-25 23:55:03
I don't know why it would. It's still the same amount of data moving the same distance. If it is fetched twice, it may even take longer. I thought CDN's were used for static data like plain HTML and images. Can you run your PHP on your CDN?
The only thing I know of that would speed up your data transfer is a much better connection. There are companies that can provide special high-speed fiber network connections to many locations around the world. See if you can find one of them that can give you a more direct and faster connection to Hong Kong.
The only thing I know of that would speed up your data transfer is a much better connection. There are companies that can provide special high-speed fiber network connections to many locations around the world. See if you can find one of them that can give you a more direct and faster connection to Hong Kong.