G'day!

So nowadays, drizzleadmin only has two functionalities "shutdown"
and "ping", which are so simple they can be moved to the drizzle
client program. This is exactly what I did in this tree:

http://bazaar.launchpad.net/~tmaesaka/drizzle/drizzleadmin-to-drizzle

As a result, we can perform shutdown and ping commands on servers
that are listening to certain ports like this:

    $ drizzle --shutdown --port=<port_number>
    $ drizzle --ping --port=<port_number>

Performing the above will not take the user to readline mode and
drizzle will exit after the command is processed.

I've had Jay look through the patch but would anyone have any
issues if drizzleadmin was to go away?

Cheers,
-- 
Toru Maesaka <[email protected]>

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to