Jumbo frames FTW
- Marc
On Tue, Aug 20, 2013 at 8:34 PM, Henrik Schröder wrote:
> 1400 bytes (plus overhead) sounds suspiciously close to the very common
> 1500 bytes MTU setting, so something weird probably happened when you went
> from one packet to two in that specific environment.
>
>
> /H
> In fact i'm using the last stable version at debian repositories
> (http://packages.debian.org/lenny/memcached).
Then also upgrade your OS to Squeeze (latest stable) :)
http://packages.debian.org/squeeze/memcached
- Marc
On Mon, May 30, 2011 at 6:12 AM, Eduardo Silvestre wrote:
> Hello Dorma
I was actually going to ask if this was a draft of a changelog going on
github/memcache.org/etc, because it already seems pretty well-formatted to
be a one-off email, and would be useful to point others to, without
forwarding.
- Marc
On Mon, Apr 11, 2011 at 3:30 PM, Adam Lee wrote:
> is there s
Tough night, dormando?
On Tue, Apr 5, 2011 at 8:17 PM, dormando wrote:
> sigh.
>
> yum install --skip-broken memcached
>
> or whatever combo actually works.
>
> On Wed, 6 Apr 2011, smiling dream wrote:
>
>> can you give me the rpm for installing memcahed
>>
>> On 4/6/11, dormando wrote:
>> > Wha
"Yes, Drupal does have a memcache module, but from my own
investigation it doesn't speed up, if at all."
>From the FAQ:
http://code.google.com/p/memcached/wiki/NewProgrammingFAQ#Can_using_memcached_make_my_application_slower?
I'm not sure how broad your investigation was, but if you're just
runni
col/commands (two clicks!) though the key stuff should be
> repeated at the top there (just fixed that). Probably should be repeated
> somewhere else too, which we'll improve next time.
>
> On Tue, 8 Feb 2011, Marc Bollinger wrote:
>
> > I understand why the 'o
I understand why the 'official' protocol.txt is where it is, but to get
there from memcached.org, you go from
memcached.org -> code.google.com -> github
which just seems kind of janky.
- Marc
On Tue, Feb 8, 2011 at 9:55 AM, dormando wrote:
> > Where do I find the invalid characters for a memca
I get why you may strike out on your own and write an extension to memcached
that does exactly what you want (kind of, there _are_ better tools, as
mentioned),
that's precisely what open source is about. I do not get why you're so
persistent
about getting changes that the community and maintainers
Wasn't NorthScale working on an informal Windows build awhile ago? Did
that just fizzle due to other priorities (e.g. releasing membase)?
- Marc
On Tue, Jan 4, 2011 at 10:43 AM, Matt Ingenthron wrote:
> Hi Vitold,
>
> On 12/31/10 3:54 PM, Vitold S wrote:
>> Hello,
>>
>> I am Web developing at Wi
Along those lines, I just did some digging and it looks like there's a
third-party nginx plugin that supports using REST to address the cache at
the proxy level: http://wiki.nginx.org/NginxHttpMemcModule, and I agree with
the others that's where you'd want to place something like this. Note: I
just
"and some of them have inherent http capability and aren't used enough to
care about that last 10% efficiency when it means rewriting a bunch of code
with new libraries to get it."
But you're..._adding_ support for memcached to that system. If this were a
system already using memcached, it'd be...
Sergei,
One more tidbit would be that doesn't appear in either of those links
(though I'm not sure it'd necessarily be super-appropriate in either)
that may throw off new users is that `flush`-based commands are
only invalidating objects, _not_ clearing the data store. The above
links should be en
It didn't seem to me that Brian was talking about a quorum of people
thinking that, but rather that some small portion of people conflate the
two, one of whom started the long thread about memcached not being
distributed. I agree that most people probably wouldn't trip over that
wording.
- Marc
rack expired keys.
> Thus, expired keys would not necessarily be the first to get evicted when
> space is needed.
> Am I incorrect?
> Thanks!
> On Thu, Mar 25, 2010 at 10:10 AM, Marc Bollinger
> wrote:
>>
>> There's no actual 'housecleaning' per se, just
There's no actual 'housecleaning' per se, just lazy expiration and
eviction. If an item's expiration time is reached, the next time its
key is requested, the lookup fails. If the server is out of memory,
it'll evict expired items first, but if nothing's expired, will start
evicting things in a leas
Hah! We're currently using the BeIT client, and were wondering if
there was a timeline for binary protocol and NorthScale support,
actually.
Congrats and thank you on pushing out the Enyim release to Attila!
- Marc
On Wed, Mar 17, 2010 at 12:29 PM, Henrik Schröder wrote:
> Nice!
>
> I'm feelin
Part of the disconnect is that, "how do I have to run memcached to
'store' these sessions in memcached," is not a concrete question. It's
wibbly wobbly at best to try and achieve this behavior, and, "You
can't," _is_ concrete in that there is no way to do this in a
mathematically provable way. The
> And I'm not sure what happens if the keys
> have hash collisions.
Like many key-value stores, last write wins.
- Marc
> the memcached to expell valid data. If your application relies on data
> to be present on the memcached to work properly, you have a problem.
Now you have two problems.
--
Marc Bollinger
mbollin...@gmail.com
If the scale is actually only hundreds per minute, even sequentially,
I wouldn't worry about memcached writes being the bottleneck, even on
a small machine.
--
Marc Bollinger
mbollin...@gmail.com
On Wed, Feb 24, 2010 at 8:08 AM, mnenchev wrote:
> Hi,
>
> I have mdb - message dri
And are you using persistent connections? There have been a handful of
threads recently, discussing setting up persistent connections with
PECL::memcached.
- Marc
On Wed, Feb 24, 2010 at 9:41 AM, Adam Lee wrote:
> What kind of hardware and software configurations are you using on the
> client an
AM
>
> Subject: Re: Assertion Failed for Items > 1MB
>
> Sent by: memcac...@googlegroups.com
>
>
>
>
>
>
> Hi Marc,
>
> Marc Bollinger wrote:
>> Just curious, Northscale guys: how stable would you consider the build
>> on your website currently (e.
Just curious, Northscale guys: how stable would you consider the build
on your website currently (e.g. are you using it in production, or
would you recommend using it in production)?
Thanks!
- Marc
On Tue, Jan 12, 2010 at 2:35 PM, Patrick Galbraith wrote:
> Hi there again!
>
> The updated, test
Hi All,
We've been testing a write-heavy scenario (hence the get/set
discrepancy) using the Jellycan build of 1.2.6 on Windows Server 2003.
There's a staging server throwing live data at the memcached server
(items are roughly 2-300 bytes apiece), and are seeing the number of
curr_items stagnate
We've got a couple of small-but-high-throughput installations running on
Win2k3 servers with little issue, are there any particular problems you're
seeing? Are both the servers and clients on Win2k3, and are the errors
client errors or server errors? What versions are you using, etc. ?
Best,
- Mar
The key is run through a hash function (client lib-depending), and
it's sent to the server whose list index is that value
mod(num_servers). It's not _perfectly_ spreading load, but on the
order which most memcached installations run, it's close enough.
On May 30, 2009, at 9:34 AM, Andy w
Searching "memcached in:spam" yields only emails I've already flagged (and
not, for instance, this one), so it looks like the false positive rate is
pretty low in my limited sample size. On the other hand, I've been flagging
group spam as spam all day, and it doesn't seem like it's caught anything
PECL extensions are C-based, unlike PEAR extensions, but you're right that
the PECL memcached client is basically a PHP wrapper over libmemcached,
while PECL's memcache client is hand-rolled. I don't keep track of issues
with either client, but the 'beta' designation wouldn't hold me back from
usin
gy is another man’s belly laugh." -- Robert A. Heinlein
>
--
Marc Bollinger
mbollin...@gmail.com
>
> However, wouldn't it be simple enough to make a UI using PHP or
> something that was totally portable and you could list multiple
> servers and such? This says "built in" to memcached. Maybe that's what
> scares me... is this actually bolted into memcached itself or am I
> just getting stuck on
We definitely saw this exact same behavior with the PHP PECL module, using
consistent
hashing. Weirdly enough, I was just digging around before responding, and
version 3.0.4 was released a few days ago with the changelog statement:
"Improved performance of consistent hash strategy." You might check
Henrik is completely right about your idea being beyond the scope of what
memcached is, but what you might want to look at is something like a
Javascript XMPP library (http://blog.jwchat.org/jsjac/ for example). What
you're talking about is basically a publish/subscribe model in the browser,
and us
t
>> all the other things this server is doing behind the scenes so moving
>> memcache to a new instance can spare the first box when it is needed.
>>
>> Thanks in advance for any more info you guys can provide!
>>
>>
>>
>
--
Marc Bollinger
mbollin...@gmail.com
+2. Optimism is a welcome change to this discussion, though the proposed
merge-athon is good to hear, as well.
On Sat, Dec 13, 2008 at 12:45 PM, Aaron Stone wrote:
>
> Branch friction aside, Paul Saab's description of the interesting
> problems is really something worth expanding upon and learni
34 matches
Mail list logo