|
|
| Author |
Message |
|
| Guest |
Posted: Tue Apr 01, 2008 3:36 pm |
|
|
|
Guest
|
Guys,
Congrats on the 1.3 release - much improved and easier installation. Here
are two small suggestions for the Windows scripts. I noticed that the logs
& db are placed in %HOMEDRIVE%\%HOMEPATH%\rabbitmq. Windows convention is
to use a subdirectory under the per-user %APPDATA% directory, i.e. change
the definition of RABBITMQ_BASE in rabbitmq-server.bat and
rabbitmq-multi.bat like this:
set RABBITMQ_BASE=%APPDATA%\RabbitMQ
The APPDATA path usually contains spaces ("Application Data") but I
confirmed that everything still works fine.
Also, since that directory might be on a user's "network profile" (getting
synced back and forth) it might be useful to only set the default if it
has not been set already, for example when the db is supposed to be shared:
if "%RABBITMQ_BASE%"=="" (
set RABBITMQ_BASE=%APPDATA%\RabbitMQ
)
Both changes are attached as patches.
Looking forward to that Fortran rewrite! (why not APL?)
Holger
Post recived from mailinglist |
|
|
| Back to top |
|
| alexis |
Posted: Tue Apr 01, 2008 3:40 pm |
|
|
|
User
Joined: 06 Sep 2007
Posts: 80
Location: London
|
Thanks Holger.
We looked at APL but it just doesn't have the clarity of expression
that Fortran provides
On Tue, Apr 1, 2008 at 8:35 AM, Holger Hoffst |
|
|
| Back to top |
|
| Guest |
Posted: Wed Apr 09, 2008 7:25 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|