SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Coro rpm build for : OpenSuSE. For other distributions click perl-Coro.

Name : perl-Coro
Version : 6.570.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150500.1.1 Date : 2024-07-20 01:06:03
Group : Unspecified Source RPM : perl-Coro-6.570.0-150500.1.1.src.rpm
Size : 0.48 MB
Packager : https://www_suse_com/
Summary : The only real threads in perl
Description :
For a tutorial-style introduction, please read the Coro::Intro manpage.
This manpage mainly contains reference information.

This module collection manages continuations in general, most often in the
form of cooperative threads (also called coros, or simply \"coro\" in the
documentation). They are similar to kernel threads but don\'t (in general)
run in parallel at the same time even on SMP machines. The specific flavor
of thread offered by this module also guarantees you that it will not
switch between threads unless necessary, at easily-identified points in
your program, so locking and parallel access are rarely an issue, making
thread programming much safer and easier than using other thread models.

Unlike the so-called \"Perl threads\" (which are not actually real threads
but only the windows process emulation (see section of same name for more
details) ported to UNIX, and as such act as processes), Coro provides a
full shared address space, which makes communication between threads very
easy. And coro threads are fast, too: disabling the Windows process
emulation code in your perl and using Coro can easily result in a two to
four times speed increase for your programs. A parallel matrix
multiplication benchmark (very communication-intensive) runs over 300 times
faster on a single core than perls pseudo-threads on a quad core using all
four cores.

Coro achieves that by supporting multiple running interpreters that share
data, which is especially useful to code pseudo-parallel processes and for
event-based programming, such as multiple HTTP-GET requests running
concurrently. See Coro::AnyEvent to learn more on how to integrate Coro
into an event-based environment.

In this module, a thread is defined as \"callchain + lexical variables +
some package variables + C stack), that is, a thread has its own callchain,
its own set of lexicals and its own set of perls most important global
variables (see Coro::State for more configuration and background info).

See also the \'SEE ALSO\' section at the end of this document - the Coro
module family is quite large.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Coro-6.570.0-150500.1.1.x86_64.rpm
     

Provides :
perl(Coro)
perl-Coro
perl-Coro(x86-64)

Requires :
/usr/bin/perl
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(AnyEvent) >= 5
perl(Guard) >= 0.5
perl(common::sense)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/AIO.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/AnyEvent.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/BDB.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Channel.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/CoroAPI.h
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Debug.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Handle.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Intro.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/LWP.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/MakeMaker.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/RWLock.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Select.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Semaphore.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/SemaphoreSet.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Signal.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Socket.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Specific.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/State.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Storable.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Timer.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/Util.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/jit-amd64-unix.pl
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Coro/jit-x86-unix.pl
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Coro
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Coro/State
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Coro/State/State.so
/usr/share/doc/packages/perl-Coro
There is 28 files more in these RPM.

 
ICM