Some of the EC2 tools people are developing allow you to specify
different types of application instances in case you want some
instances doing one thing and other instances doing another. That way
if some of your worker bees have more work than others, you just fire
up more instances of the type that are doing a certain kind of work.
Heroku hides the instances from us, which is great, but are there
plans to allow us to upload separate pieces of code with the idea that
one chunk of code would run on one server and another chunk of code
could run on a different type of server (or group of servers--of
course the number of instances behind that would still be hidden from
us), so that these different applications could interact with one
another to form the whole application we want to deploy?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---