Executing remote code
Posted: Thu Jun 02, 2005 10:51 am
I'm using a script to generate a signature for a forum I'm active in but it's a very large forum and the script gets/makes some 5000000 requests per month! Since I'm using a free host and I only get 3GB transfer per month, I have five free accounts. The img tag is pointed at account #1 which decides dynamically which account to forward the request, then one of the other four accounts receives the request and passes the signature back to the browser. This solution saved me bandwidth-wise, but I'm having trouble maintaining and adding new things to my signature since it's hosted on five servers.
Is there any way I can keep the latest version of my code in a TXT document on server 1 and have servers 2-5 just read the code out of the file and execute it?
Is there any way I can keep the latest version of my code in a TXT document on server 1 and have servers 2-5 just read the code out of the file and execute it?