Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-PerlIO-via-Timeout

Project: openSUSE_13.2

Repository: oss

Title: a PerlIO layer that adds read & write timeout to a handle

Description:
This package implements a PerlIO layer, that adds read / write timeout.
This can be useful to avoid blocking while accessing a handle (file,
socket, ...), and fail after some time.

The timeout is implemented by using '<select'> on the handle before
reading/writing.

*WARNING* the handle won't timeout if you use 'sysread' or 'syswrite' on
it, because these functions works at a lower level. Hower if you're trying
to implement a timeout for a socket, see the IO::Socket::Timeout manpage
that implements exactly that.

Version: 0.29

Release: 2.1.3

Architecture: noarch

Size: 16 KB

Build Time: 2014-10-06 17:42:42 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(PerlIO::via::Timeout) ... perl-IO-Socket-Timeout
perl-PerlIO-via-Timeout = 0...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Time::Out) perl-Time-Out