You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcached
Hello all,
I am just begining to use memcached. I came accross pecl and there I
saw 2 caching extensions. memcached and memcache. Which one should I
use ???
Thanks,
Paras
张志坚
unread,
Apr 14, 2009, 11:15:29 PM4/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memc...@googlegroups.com
Memcached need PHP Version: PHP version 6.0.0 or older or PHP Version: PHP 5.2.0 or newer Memcache need
PHP Version: PHP 4.3.11 or newer PEAR Package: PEAR Installer 1.4.0b1 or newer
Suggest to use Memcache. Memcached is still a beta version
-- Nick Verbeck - NerdyNick ---------------------------------------------------- NerdyNick.com SkeletalDesign.com VivaLaOpenSource.com Coloco.ubuntu-rocks.org
Marc Bollinger
unread,
Apr 15, 2009, 1:24:09 AM4/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memc...@googlegroups.com
PECL extensions are C-based, unlike PEAR extensions, but you're right that the PECL memcached client is basically a PHP wrapper over libmemcached, while PECL's memcache client is hand-rolled. I don't keep track of issues with either client, but the 'beta' designation wouldn't hold me back from using the former because of its association with libmemcached.