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

Q4m freeware
 

Q4m

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

Added: August 04, 2013 | Visits: 341

Q4M Q4M, short from Queue for MySQL, is a message queue that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. The development started in late December of 2007, and although it is very primitive, operates quite swiftly. Robust Q4M logs all message transfers to...


Platforms: *nix

License: Freeware Size: 1.55 MB Download (41): Q4M Download

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