Yuji Suzuki > POEIKC-0.02_05 > poeikcd

Download:
POEIKC-0.02_05.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: POEIKC-0.04

NAME ^

poeikcd - POE IKC daemon

SYNOPSIS ^

  poeikcd {start|stop|restart} [options]

  eg:
    poeikcd start -p 47225
    poeikcd stop  -p 47225

    poeikcd start -I ~/lib

  Options:

    -n,  --name=s      : Server name.

    -p,  --port=#      : Port number to use for connection.

    -a   --alias=s     : Symbolic name, or session alias methods 

    -f   --foreground  : Run in the foreground 
                         STDOUT & STDERR It outputs.
                         eg) poeikcd start -f >> ~/logs.txt 2>1& &

    -I   --INC=s       : specify @INC/#include directory
                         eg1) -I ~/lib:/mylib/ or -I ~/lib -I /foo/lib/
                         eg2) poikc -I '$ENV{HOME}/lib'

    -M   --Module      : execute "use/no module..." before executing program
                         eg) -M LWP::Simple

    -v   --version     : show version number


    -d   --debug       : debug mode. Run in the foreground 
                         STDOUT & STDERR It outputs.

    -h   --help        : show this help screen

IKC server. Parameters (See also POE::Component::IKC::Server)

    -V   --Verbose     
    -P   --Processes   
    -b   --babysit     
    -c   --connections 

DESCRIPTION ^

poeikcd (POEIKC::Daemon) is daemon of POE::Component::IKC

AUTHOR ^

Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>

LICENSE ^

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO ^

poikc POE::Component::IKC::Server