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

Yote::Engine

DESCRIPTION

The Engine is a loop that runs all the yote commands in a single process. It listens on a tcpip port for requests and executes those requests in order.

PUBLIC API METHODS

start( $config_hashref )

Starts up the engine and opens a socket to listen on.

AUTHOR

Eric Wolf coyocanid@gmail.com http://madyote.com

LICENSE AND COPYRIGHT

Copyright (C) 2014 Eric Wolf

This module is free software; it can be used under the same terms as perl itself.