NAME

Plack::Handler::Starman::ModCluster - Plack adapter Starman::ModCluster

SYNOPSIS

  plackup -s Starman::ModCluster --mc-node-name=myapp1 --mc-uri=http://127.0.0.1:6666 --mc-context="/myapp" --mc-alias="localhost" --mc-host=127.0.0.1

DESCRIPTION

This handler exists for the plackup compatibility. Essentially, plackup -s Starman::ModCluster is equivalent to starman-modcluster --preload-app, because the starman-modcluster executable delay loads the application by default. See starman-modcluster for more details.

AUTHOR

Roman Jurkov

SEE ALSO

Starman::ModCluster