[Catalyst] Using URIs for my app in another program

J. Shirley jshirley at gmail.com
Fri May 2 03:01:28 BST 2008


On Thu, May 1, 2008 at 4:53 PM, Byron Young <Byron.Young at riverbed.com> wrote:
>  Hey J.  Yes, that could work too, but it requires making a call to the catalyst app, which means at least one hard-coded url will be in the daemon.  I considered having a page on my app that would just serve up a requested url, which is similar to your proposal, but I'd rather avoid hard-coding any urls in the daemon.
>
>  Thanks for the suggestion.


Not necessarily hard-coded; you can store that either A) in the daemon
config, B) with the jobs that are sent in or C) in the DB somewhere.



More information about the Catalyst mailing list