You're client should handle that. However, adding more servers to the mix
can throw off where the data is stored, depending on how the client
determines which server to use.


On Mon, Jan 5, 2009 at 3:52 AM, Leelu <[email protected]> wrote:

>
> I am using to access the items on same server, where the client is a
> commandline php script.
>
> This is the situation why I planned to do like this.
>
> I ran a memcache daemon with ip 192.168.1.101 with port 11211 having a
> memory of 512MB
>
> Later I checked that amount of data what i need to cache is more. So I
> can't dynamically increase the memory of currently running daemon,
> instead I ran another daemon listening on different port with more
> memory assigned to it.
>
> Now I need to access the key value pair, So i need to know where that
> got stored.
>
> On Jan 5, 12:46 pm, "Joseph Engo" <[email protected]> wrote:
> > Well, depending on the client you are using you _could_ but what is your
> > motivation for wanting to do that ?
> >
> > Essentially you would need to create 2 separate instances.
> >
> > On Mon, Jan 5, 2009 at 2:06 AM, Leelu <[email protected]> wrote:
> >
> > > Hi,
> >
> > > I have two memcache daemons running on same server, which are
> > > listening to say port 'a' and port 'b'.
> >
> > > Now Can I store an item specifically to port 'a' or port 'b' and
> > > retreive these items back similarly
> >
> > > Regards
> > > Leelu
>



-- 
"If you see a whole thing - it seems that it's always beautiful. Planets,
lives... But up close a world's all dirt and rocks. And day to day, life's a
hard job, you get tired, you lose the pattern."
Ursula K. Le Guin

http://www.finsel.com/words,-words,-words.aspx (My blog) -
http://www.finsel.com/photo-gallery.aspx (My Photogallery)  -
http://www.reluctantdba.com/dbas-and-programmers/blog.aspx (My Professional
Blog)

Reply via email to