The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.