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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
2 + 30 = ?
Subscribe to this entry?

 
 [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: Sat Jul 27 00:01:30 2024 UTC