Kevin Dangoor wrote:
After the release of 0.8, it became clear that the PackageHub wasn't
the right answer anyhow. If you're hooking up multiple apps, you'd
really need to be able to specify a URI for each path. (If everything
is in one database, this is not a problem). A path-based hub is
possible, but will also require some additional tool support in
tg-admin sql.

This should improve as more work is done to deploy multiple apps
behind one server.

If each application had its own configuration file and independent existance then this shouldn't be any problem -- URLs won't be conflated with applications, and it will only be in unusual situations where an application will have more than one database connection. As you enter the application you set the connection, and restore it (probably just delete it) on the way out of the app. Anyway, this doesn't help that much, because you can't do this now. But really everything will become much simpler when it is possible!

--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org

Reply via email to