Re: [PHP] Uniquely identifying an array... as a key to another array

2009-06-15 Thread Stuart
2009/6/15 Eddie Drapkin oorza...@gmail.com: Alright, here's the situation.  I'm wrapping memcached, which takes a list of several servers, into a quasi-singleton.  In other words, I want only one instance per set of servers, not per server. Assuming I had three memcached servers at localhost,

[PHP] Uniquely identifying an array... as a key to another array

2009-06-14 Thread Eddie Drapkin
Alright, here's the situation. I'm wrapping memcached, which takes a list of several servers, into a quasi-singleton. In other words, I want only one instance per set of servers, not per server. Assuming I had three memcached servers at localhost, 192.168.1.1 and 192.168.1.2, I wouldn't want