From: Michael S. <Mic...@lr...> - 2005-05-06 21:22:43
|
Lionel, we would like to run 2 independant sqlgrey daemons in parallel on the same system, one for production, the other for test purposes. To be able to do this, we need 2 things: - be able to specify the logging name of the daemon. My suggestion is to use as the defualt the process name of the daemon. You can get it by my ($process_name) = $0 =~ m{.*/(.*)}; In addition a configuration variable to specify this name would be nice. - At the moment we can choose a different configuration file, but we are unable to switch to a different configuration directory for all the other files. Therefore we need a command line parameter for the configuration directory in addition to the configuration file. Michael Storz ------------------------------------------------- Leibniz-Rechenzentrum ! <mailto:St...@lr...> Barer Str. 21 ! Fax: +49 89 2809460 80333 Muenchen, Germany ! Tel: +49 89 289-28840 |