Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37852769
en ru br
ALT Linux repositórios
S:0.1403-alt1
5.0: 0.1100-alt2

Group :: Desenvolvimento/Perl
RPM: perl-POE-Component-Generic

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.1100-alt2
Data da compilação: 20 novembro 2008, 16:21 ( 807.0 weeks ago )
Tamanho:: 39.85 Kb

Home page:   http://search.cpan.org/dist/POE-Component-Gener…

Licença: Artistic
Sumário: Generic non-blocking POE interface to any OO-module
Descrição:

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.

Mantenedor currente: Michael Bochkaryov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-POE-Component-Generic
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009