Thanks for the tips - I will keep that in mind.
----- Original Message ---- From: Jehiah Czebotar <[EMAIL PROTECTED]> To: a f <[EMAIL PROTECTED]> Cc: [email protected] Sent: Tuesday, May 8, 2007 6:03:57 PM Subject: Re: Multiple nodes vs multiple servers On 5/8/07, a f <[EMAIL PROTECTED]> wrote: > > Ideally, scaling out to many memcached servers (with >1 node) would be > preferred but for a pilot I am working on building out a memcached box on an > existing server. It has a dual-xeons and 8GB of RAM. Would it be preferred > to use many instances on that single server or is it possible to have 1 very > large instance? for your scenario; one instance will do just fine. (one instance is preferred to keep the number of connections down, and so that client libraries can better optimize multi get requests) also many on this list (myself included) would recommend you not "guess" at how much memcached memory space you actually need, but start with something small like say a few hundred megs of memory (memcached is really efficient) and grow it as you need while watching your usage stats. -- Jehiah Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
