Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.328.245 Times

File::LockDir 0.01

  Date Added: June 03, 2010  |  Visits: 1.954

File::LockDir

Report Broken Link
Printer Friendly Version


Product Homepage
Download (460 downloads)



File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be locked; $nap_till is the total amount of time to wait before giving up; $locker is a name identifying the locker; $lockhost is the host requesting the lock. nunflock($file) Unlocks the supplied file. nlock_state($file) Checks the state of the lock for the supplied file. Returns a list: the first item is true if the file is unlocked, and false if not; the second item is undef if the file is unlocked, and the identity (name and host) is it is locked. DIAGNOSTICS %s already locked Seen when youve already locked the requested pathname. Informational only. No pathname to be locked You didnt supply a pathname to be locked to nflock. Fatal. cant write to directory of %s The directory where the file resides cant be written, so the lockfile cant be created. cant get %s: %s The named lock cant be gotten: the reason is supplied. Failure occurs after ten tries to get the lock. %s %s[%s]: lock on %s held by %s The lock on the specified file is help by the noted locker. Informatory message, printed only when debugging is on. close failed for %s: %s The file containing the lock information couldnt be closed for the reason shown. releasing lock on %s Debug message; notes that the lock on the specified file was successfully released..

Requirements: No special requirements
Platforms: Linux
Keyword: Cant File Filelockdir Libraries Lock Lock On Lockdir Locked Programming Supplied
Users rating: 0/10

License: Freeware Size: 6.14 KB
USER REVIEWS
More Reviews or Write Review


FILE::LOCKDIR RELATED
Shell Enhancements  -  Caps Lock On 1.0
Caps Lock will automatically turn on after computer reload.
289 KB  
Security Tools  -  Hide Folder HiBit 7.2.8
Program main functions: [1]-Protect any folder or file by : Hide, Lock, Encrypt or Fake it [2]-The protected folders or files still protected even in other computers [3]-You can lock files on a computer and unlock them on another computer [4]-The...
1.71 MB  
Windows Software  -  PCBooster Free File Locker 7.3.5
Do you have some crucial business documents that you don't want anyone else to access? Or you have some homemade video and song recordings stored in a folder that's easy to find? PCBooster Free File Locker is a safeguard against any kind of data...
926.37 KB  
File Utilities  -  Worker 2.15.0
Worker is a file manager for X-Window on UNIX. The dirs and files are shown in two independent panels (similar to MidnightCommander)..
552.96 KB  
Web Browser Tools  -  M3U Ripper 1.4
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file link by right clicking on the link and selecting the "Rip Playlist Contents..." option from the popup menu. The option will only appear if...
12.29 KB  
Shell & Desktop  -  SkTvPrograms 1.6
SkTvPrograms is a superkaramba theme that read a XMLTV file and display what is on Tv now. It uses XMLTV files (http://membled.com/work/apps/xmltv/) and PyXML. Tested with XMLTV 0.5.42 and tv_grab_fr (France), tv_grab_it (Italy), tv_grab_no...
72.7 KB  
File Utilities  -  ClamFS 1.0.1
ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. Here are some key features of "ClamFS": ???N*?* User-space file system (no kernel patches, recompilation,...
143.36 KB  
Database Tools  -  DTM ODBC Manager 1.03.10
DTM ODBC Manager is a free simple and easy-to-use ODBC Data Sources manager. The program allows you to export data source definitions into a file and then restore it on a local or remote system. ODBC Manager is an indispensable tool for DBAs or...
296.87 KB  
Misc. Networking Tools  -  MyNetwork 2.1
MyNetwork is for file-copying between two computers on a network, it can work on computers that can't communicate with each other using the normal My Network Neighborhood. C source code also available for download.
69 KB  
Misc. Web Browser Tools  -  Favorite Start Page 1.43
The Favorite Start Page is a single, dynamic HTML file which you can store on your hard disk. This HTML file can both import and export your Internet Explorer bookmarks (Favorites). You can also use it to back up or transfer your bookmarks in a...
33 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB