On Wed, Mar 4, 2009 at 10:53 AM, BigLove <[email protected]> wrote: > I'm wondering how I might be able to kick off a new dyno? And what > exactly goes into making this happen? Will I get a chance to run any > startup scripts for when this happens?
Running multiple dynos will be a feature on paid accounts. This has been in beta for a while, general availability is coming soon. If you're interested in participating in that beta, contact us. As for startup scripts, no such thing is necessary - it's the same process your app always uses when booting. So if you're using Rails, whatever you put into config/environment.rb (or any of the config/initializers/) will run each time a dyno boots. > I'm working on a site right now where we're using TokyoTyrant, a > small, lightweight, and really fast database. We're doing this because > it's so damn easy to setup replication for your app. Tokyo Tyrant is cool for sure. You can definitely use it with Heroku, but you'll need to start your own server outside Heroku (EC2 instance, slicehost slice, or whatever) and then point your Heroku app at the proper IP. > Also, for each dyno, what does "localhost" point to? It will vary. You shouldn't count on it being anything in particular. > Finally, the heroku command lists some commands for "bundles". Is > there any documentation on this? We're continuing to build out the docs. The section covering bundles is in draft form right now, it should make it into the main branch pretty soon. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
