Jump to content

Support for PHP Memcached lib


jfse

Recommended Posts

Currently you can access memcache through this library http://php.net/manual/en/book.memcache.php
But we were already using the memcached lib on our servers http://www.php.net/manual/en/book.memcached.php

Would you consider adding support for this?
Creating a classCacheMemcached is not much work (you can have ours if you want) and aside from that you would probably just need another setting in conf_global (something like "memcache_lib")

Link to comment
Share on other sites

Simply wider support for already established environments, I doubt most people fancy the idea of having 2 different memcache libraries installed (though I suppose this is possible).
Basically we simple want to minimize the amount of modding we have to do with every release :)
But it might also help others out, you probably know this better then us.

I cant tell if you there is other advantages to using the newer library that would be beneficial.

Though, some of the features could probably be useful if you should choose to increase the use of performance enhancing stuff (if they are enabled on the current system)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...