The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Maplat::Web::CommandQueue - command ihandling module

SYNOPSIS

This module allows to view the commandqueue. It also allows admins to schedule various PostgreSQL admin commands to the backend worker.

DESCRIPTION

This module gives you complete control over the command queue. It allows to schedule various admin commands as well as delete commands from the queue. The module automatically checks if the user is an admin and gives an extended view.

Configuration

        <module>
                <modname>command</modname>
                <pm>CommandQueue</pm>
                <options>
                        <linktitle>Commands</linktitle>
                        <webpath>/rbs/command</webpath>
                        <pagetitle>Commands</pagetitle>
                        <db>maindb</db>
                        <memcache>memcache</memcache>
                </options>
        </module>

get

The CommandQueue form

Dependencies

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):

Maplat::Web::PostgresDB as "db" Maplat::Web::Memcache as "memcache"

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.