Connecting to external databases is probably not a good idea.  It may
or may not work now, but I suspect it will definitely not work in the
future after we make some other architectural changes we have in mind
to facilitate scaling.

I'd recommend rethinking your application architecture to follow
modern conventions, i.e. changing the external database access into
REST calls to an app that is directly connected to that database.  I
realize that might seem like a big change, but it might also be easier
than you think.  If you post some of the specifics (like a description
of what your app is doing, or even code snippets) I or someone else
here might be able to advise you on this.

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

Reply via email to