i have few websites on servers around the world that run a certein function and i want that the site will send the output directly to my computer (no neccessary my computer, it can be my other website that is located in my country, the important thing is that the data will arrive form the site to my location on the globe).
thanks,
yishai
i have few websites on servers around the world that run a certein function
Share
So, to break this down:
You have a function on a web server in the US. You want to know how long it takes to request a page, the function to complete and then for the result to be returned to your computer.
My (new) advice is this:
This should answer your question.