Re: Memcached as a distributed hash

2011-08-26 Thread Ted Zlatanov
On Thu, 25 Aug 2011 22:13:24 +0100 (BST) Organic Spider wrote: OS> again am exploring how I may use memcached to distribute data between OS> multiple nodes; with one being the central hub. Yes I could use MySQL OS> with Master/N+slaves but that is such a large overhead on each node OS> when it

Several clients

2011-08-26 Thread Neeraj Agarwal
Hi everyone, I'm new to memcached. Here's my question: When we are configuring clients with memcached, we enter server addresses running memcached in our client application. Our servers; S1, S2, S3, S4 Clients: C1, C2 Now suppose for C1, we give memcached servers as S1, S2, S3 for C2: S2, S3, S4

Re: Several clients

2011-08-26 Thread dormando
> Hi everyone, > I'm new to memcached. Here's my question: > When we are configuring clients with memcached, we enter server addresses > running memcached in our client application. > Our servers; S1, S2, S3, S4 > Clients: C1, C2 > > Now suppose for C1, we give memcached servers as S1, S2, S3 > fo

Re: Several clients

2011-08-26 Thread Neeraj Agarwal
Shouldn't we make a single application server (and clone of it using a common config server for load balancing)? As done with sharded/distributed databases. Just one application server. I guess it can be easily done with the present model but for new people/ movers from conventional model, would b

Re: Several clients

2011-08-26 Thread dormando
> Shouldn't we make a single application server (and clone of it using a common > config server for load balancing)? As done with sharded/distributed > databases.  > Just one application server. I guess it can be easily done with the present > model but for new people/ movers from conventional mo

Re: Several clients

2011-08-26 Thread Neeraj Agarwal
Yep I got that point, but I'm saying is suppose you have many many clients & servers. Now if you want to scale your system, you'd add more servers. Now then you'll need to update server list on each client. Basically creating a single end-point (which can be replicated too using a same config ser

Re: Several clients

2011-08-26 Thread dormando
> Yep I got that point, but I'm saying is suppose you have many many clients & > servers. Now if you want to scale your system, you'd add more servers. > Now then you'll need to update server list on each client. > > Basically creating a single end-point (which can be replicated too using a > sam

Re: Several clients

2011-08-26 Thread Neeraj Agarwal
Thanks for sharing it. I'm an undergrad student so still lack on quite a things. Again, thanks! But, its so awesome to play with memcached. Just thought of this point, so shared here :) On Aug 27, 12:33 am, dormando wrote: > > Yep I got that point, but I'm saying is suppose you have many many

Re: Several clients

2011-08-26 Thread Les Mikesell
On Fri, Aug 26, 2011 at 2:36 PM, Neeraj Agarwal wrote: > Thanks for sharing it. > > I'm an undergrad student so still lack on quite a things. > > Again, thanks! > > But, its so awesome to play with memcached. Just thought of this > point, so shared here :) > Note that having a temporarily differe

Re: building the memcached on x86 solaris operating system failing

2011-08-26 Thread Trond Norbye
On Fri, Aug 26, 2011 at 8:25 AM, dormando wrote: > > Hi, > > I think that memcached source ins't compatible with solaris, because it > use some async operations that it don't support (but I'm not sure). > > For solaris you need to download Cool Stack, which have the CSKmemcached. > > Errr no. Tro