Each app on heroku gets a single database.  If you want to have several apps
work together its quite easy to share data over HTTP with either
ActiveResource or RestClient.  If it makes more sense to have them accessing
the same database it would be best to keep in the same heroku app-space.

On Wed, Oct 1, 2008 at 6:36 AM, just discovered heroku!! <
[EMAIL PROTECTED]> wrote:

>
> But they couldn't use the same database, right?
>
>
>
> On Oct 1, 1:00 am, DyingToLearn <[EMAIL PROTECTED]> wrote:
> > just discovered heroku!! wrote:
> > > 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 could create serveral applications that talk to each other via
> > REST.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to