I want my Perl script can handle a large number of users. I'm going to run the script on Amazon clouds servers.
This is my understanding of how the clouds work. At first the script instances are run on a single server. Then at the moment the server gets overloaded by too many users, the second server is added to run script instances. Do I understand clouds right?
Do I have to do anything special to make this process work? Or maybe everything is run seamlessly and the only thing I have to do is to upload the script to the image?