Posts Tagged ‘perl’

Q4M

星期四, 8月 7th, 2008

What is Q4M?

Q4M (Queue for MySQL) is a message queue licensed under GPL 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.
To start using Q4M, download either a binary or source distribution from the install page, and follow the installation instructions. A small tutorial is also avialable. You may use SQL to access Q4M queues, or there is a wrapper module available for perl (Queue::Q4M).
For more information, please read the developer’s weblog (Kazuho@Cybozu Labs) or subscribe to the mailing list
看上去非常不错,自己没实际用过,希望有用过的朋友分享一下经验。

安装perl的crc32模块

星期一, 6月 30th, 2008

因为要写一个相关的perl脚本,需要crc32函数,默认的perl又不带,没办法只好安装一个:

  1. 下载:
    wget -c http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.4.tar.gz

(more…)

beanstalkd

星期一, 12月 17th, 2007

推荐一个软件:beanstalkd,和memcached类似的内存的软件。
目前只有perl,,ruby的client, 本人持观望态度,找个时间再测试一下,有兴趣的同学可以去test :)

另:myspace已经在用了^_^