php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56450 connecting to memcached pools
Submitted: 2005-07-11 14:49 UTC Modified: 2005-07-12 13:28 UTC
From: liamr at umich dot edu Assigned:
Status: Not a bug Package: memcache (PECL)
PHP Version: 4.3.10 OS: linux
Private report: No CVE-ID: None
 [2005-07-11 14:49 UTC] liamr at umich dot edu
Description:
------------
Any chance that this extension will be changed so it can talk to a pool of memcached servers instead of a single memcached server?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-11 14:57 UTC] tony2001 at phpclub dot net
Is it really _so_ difficult to have an array of memcached servers? This could be implemented in 10 lines of PHP code and it would be a lot more flexible then to have a logics hardcoded into the extension.
 [2005-07-12 13:28 UTC] liamr at umich dot edu
The perl and python APIs, and one of the other PHP clients I've looked at (written purely in PHP) all have a "set_servers" call which handles connections to a pool machines for you.. seemed like it might be useful, rather than having to iterate through an array of servers connecting and pushing / pulling data by hand.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC