Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045104
en ru br
Репозитории ALT
S:0.1403-alt1
5.1: 0.1100-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-POE-Component-Generic

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.1100-alt2
Время сборки: 20 ноября 2008, 16:21 ( 801.1 недели назад )
Размер архива: 39.85 Kb

Домашняя страница:   http://search.cpan.org/dist/POE-Component-Gener…

Лицензия: Artistic
О пакете: Generic non-blocking POE interface to any OO-module
Описание:

POE::Component::Generic is a POE component that provides a non-blocking
wrapper around any object.  It works by forking a child process with
POE::Wheel::Run and creating the object in the child process.  Method
calls on the object are then serialised and sent to the child process to be
handled by the object there.  The returned value is serialised and sent
to the parent process, where it is posted as a POE event.

Communication is done via the child's "STDIN" and "STDOUT". This means
that all method arguments and return values must survive serialisation.  If
you need to pass coderefs or other data that can't be serialised, use
"callbacks", "postbacks" or "factories".

Method calls are wrapped in "eval" in the child process so that errors may
be propagated back to your session.  See "OUTPUT".

Output to "STDERR" in the child, that is from your object, is shown only if
"debug" or "verbose" is set.  "STDOUT" in the child, that is from your
object, is redirected to STDERR and will be shown in the same circomstances.

Текущий майнтейнер: Michael Bochkaryov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-POE-Component-Generic
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin