Erlang Mailing Lists

Author Message

<  RabbitMQ mailing list  ~  Small suggestion for 1.3 scripts

Guest
Posted: Tue Apr 01, 2008 3:36 pm Reply with quote
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
alexis
Posted: Tue Apr 01, 2008 3:40 pm Reply with quote
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 Wink


On Tue, Apr 1, 2008 at 8:35 AM, Holger Hoffst
View user's profile Send private message Yahoo Messenger
Guest
Posted: Wed Apr 09, 2008 7:25 pm Reply with quote
Guest
Holger,

Holger Hoffst

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

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