NAME

Maplat::Worker::VNCTunnel - Open a new VNC Tunnel (proxy tunnel)

SYNOPSIS

This module opens proxy tunnels for VNC via an external script.

DESCRIPTION

This is the worker part to update the weather information. =head1 Configuration

<module>
    <modname>vnctunnel</modname>
    <pm>VNCTunnel</pm>
    <options>
        <db>maindb</db>
        <reporting>reporting</reporting>
        <app>perl tunnel.pl</app>
        <loghost>illinrbs01</loghost>
    </options>
</module>

work

Internal function, does the cyclic checking and command handling.

start_app

Internal function, starts a new external tunnel script.

stop_app

Internal function, stops an external tunnel script.

REAPER

Internal function, handles SIGCHLD and avoids zombie processes.

SEE ALSO

Maplat::Worker

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 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.