English 中文(简体)
澳门 人权办公室在宣布二审时失败
原标题:Memcached on Mac OSX fails when daemonizing second instance

i 想在我的当地马科斯克斯(最新机器用于开发)上接下午餐。 一开始初审:

sudo memcached -m 8mb -l localhost -p 11211 -d -vv

一切似乎都是ok。 如果在港口装上一条灯,那么它会如何看待:

COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
memcached 614 root    4u  IPv4 0xffffff80113eeda8      0t0  TCP adobe-dns.adobe.com:11211 (LISTEN)
memcached 614 root    5u  IPv6 0xffffff800c5c97b0      0t0  TCP localhost:11211 (LISTEN)
memcached 614 root    6u  IPv6 0xffffff800c5c94a0      0t0  TCP localhost:11211 (LISTEN)
memcached 614 root    7u  IPv4 0xffffff800c3b02c0      0t0  UDP adobe-dns.adobe.com:11211
memcached 614 root    8u  IPv6 0xffffff800c3af140      0t0  UDP localhost:11211
memcached 614 root    9u  IPv6 0xffffff800c3afa00      0t0  UDP localhost:11211

i 认为这很奇怪......如果在新的港口进行第二次审判,例如:

sudo memcached -m 8mb -l localhost -p 11212 -d -vv

i 出现错误:

failed to listen on UDP port 11211 udp listen: Address already in use

即便是在第11212号港口开始mon。 有些人可以解释或提供这种含义的任何背后——在那里发生的情况。

THX

Frank

最佳回答

您需要添加<条码>-U 0,除非您注意《联合国人类发展报告》的支持,在这种情况下,你希望添加<条码>-U 11212<>。 我们更直截了当地在后来的版本中这样做,这样它就更具有启发性。

问题回答

暂无回答




相关问题
Memcached Writes Extremely Slow

I m running memcached on ec2 instances and in some cases am seeing extremely slow writes (10s) for small amounts of data. I m using memcache-client from rails on the client side. Has anyone seen ...

can t install memcache php module

i m trying to install memcache module from http://pecl.php.net/package/memcache. Im using xampp in ubuntu (lampp) with php 5.3. After download the extension, I run phpize, make and make install, then ...

sphinx is returning stale results

Environment: Memcached, Rails 2.2.2 + cache_money, Sphinx + thinking sphinx The following yields stale results: - add a record; mysql contains the correct data - the record is probably cached in ...

Pylons and Memcached

Anyone happen to use this combination in their web application? I m having a bit of trouble finding some sort of tutorial or guideline for configuring this. Also seeing as how I started using Pylons ...

Memcached crashing under moderate load

When running memcached, after a few minutes of use it starts throwing the following errors and memcache stops responding. mcm_server_connect_next_avail():2328 I have searched the Google, and it ...

enyim and memcached : NOT_STORED errors

We are using memcached 1.2.4 via enyim and are finding it difficult to get some objects to cache. If I watch the memcache console it just says NOT_STORED . I think we need to use [serializable] but ...

PHP - Memcache - HTML Caching

I would like to create a caching system that will bypass some mechanisms in order to improve the performance. I have some examples: 1-) I have a dynamic PHP page that is updated every hour. The page ...

热门标签