Search results for "Win32::Mutex"
Win32::Mutex - Use Win32 mutex objects from Perl
This module allows access to the Win32 mutex objects. The "wait" method and "wait_all" & "wait_any" functions are inherited from the Win32::IPC module. Methods $mutex = Win32::Mutex->new([$initial, [$name]]) Constructor for a new mutex object. If $in...
CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC - Search in distribution- Win32::IPC - Base class for Win32 synchronization objects
Forks::Super::Sync::Win32Mutex
IPC synchronization object implemented with Win32::Mutex. Advantages: fast, doesn't create files or use filehandles Disadvantages: Windows only. Gets complicated when a process dies without releasing its locks....
MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC - Search in distribution- Forks::Super::Sync - portable interprocess synchronization object
Lock::Socket - application lock/mutex module based on sockets
Lock::Socket provides cooperative inter-process locking for applications that need to ensure that only one process is running at a time. This module works by binding an INET socket to a port on a loopback address which the operating system convenient...
MLAWREN/Lock-Socket-0.0.6 - 19 Sep 2014 14:54:19 UTC - Search in distribution
libev - a high performance full-featured event loop written in C
MLEHMANN/EV-4.33
-
18 Mar 2020 13:21:00 UTC
-
Search in distribution
X11::Xlib - Low-level access to the X11 library
This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...
NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC - Search in distribution
IO::Lambda - non-blocking I/O as lambda calculus
This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...
KARASIK/IO-Lambda-1.32 - 02 Dec 2022 16:40:40 UTC - Search in distribution
perl5320delta - what is new for perl v5.32.0
This document describes differences between the 5.30.0 release and the 5.32.0 release. If you are upgrading from an earlier release such as 5.28.0, first read perl5300delta, which describes differences between 5.28.0 and 5.30.0....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl5320delta - what is new for perl v5.32.0
- perl589delta - what is new for perl v5.8.9
- perl589delta - what is new for perl v5.8.9
LockFile::NetLock - FTP based locking using the FTP mkdir command.
Provide locking/mutex mechanism under (at least) UNIX and Win32 that will function correctly even in networked/NFS environments. It is based on the concept that if two processes each connect to the same host via ftp and try to create the same directo...
RONALDWS/LockFile-NetLock-0.32 - 28 Feb 2008 14:54:35 UTC - Search in distribution
Imager::API - Imager's C API - introduction.
The API allows you to access Imager functions at the C level from XS and from "Inline::C". The intent is to allow users to: * write C code that does Imager operations the user might do from Perl, but faster, for example, the Imager::CountColor exampl...
TONYC/Imager-1.019 - 09 Jul 2022 03:41:29 UTC - Search in distribution
Win32::EnvProcess - Perl extension to set or get environment variables from other processes
This module enables the user to alter or query an unrelated process's environment variables. Windows allows a process with sufficient privilege to run code in another process by attaching a DLL. This is known as "DLL injection", and is used here....
CLIVE/Win32-EnvProcess-0.06 - 29 Jun 2008 06:44:23 UTC - Search in distribution
Bundle::libwin32 - install all modules that make up the libwin32 bundle
The libwin32 package on CPAN used to contain a set of Win32-specific modules that provide access to core Windows functionality. Keeping all the modules together in a single distribution turned out to be a big maintenance problem because the releases ...
JDB/Bundle-libwin32-0.31 - 28 Nov 2013 21:06:02 UTC - Search in distribution
Graphics::VTK::Common - A Perl interface to VTKCommon library
Graphics::VTK::Common is an interface to the Common libaray of the C++ visualization toolkit VTK.....
CERNEY/Graphics-VTK-4.0.001 - 01 Feb 2003 15:47:39 UTC - Search in distribution