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.447.685 Times

Queueq freeware
 

Queueq

Added: August 11, 2013 | Visits: 538

Queue::Q4Pg::Lite Queue::Q4Pg::Lite is a Perl module that offers a simple message queue using PostgreSQL, which supports pg_advisory_lock (version 8.2 or later). This algorithms was invented by http://d.hatena.ne.jp/n_shuyo/20090415/mq . Many codes copied from Queue::Q4M. SYNOPSIS use Queue::Q4Pg::Lite; my...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (41): Queue::Q4Pg::Lite Download

Added: November 11, 2013 | Visits: 406

Queue::Q4M Queue::Q4M is a simple Perl wrapper to q4m, which is an implementation of a queue using mysql. SYNOPSIS use Queue::Q4M; my $q = Queue::Q4M- >connect( connect_info = > [ 'dbi:mysql:dbname=mydb', $username, $password ], ); for (1..10) { $q- >insert($table, %fieldvals); } while ($q-...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Queue::Q4M Download