<div dir="ltr">I seem to have had trouble using memcached module in 1.7 to write to a remote instance where I see timeouts for a period of time where the target vm seemed to be up but non-responsive.<div><br></div><div>Here's the code I'm using:</div>
<div><br></div><div><div>loadmodule "memcached.so"</div><div>modparam("memcached", "server","local=localhost:11211")</div><div><br></div><div>#the following is your other sip proxy</div>
<div>modparam("memcached", "server","remote=[remoteip]:11211")</div></div><div><br></div><div><br></div><div>...</div><div><br></div><div>This is where I'm using it:</div><div><br></div>
<div>
cache_store("memcached_remote", "$var(slotID)", "$ci", 120);<br></div><div><br></div><div>This is the error I see in the log:</div><div><br></div><div>Dec 12 06:54:57 nvtxsip091 /usr/sbin/opensips[3277]: ERROR:memcached:wrap_memcached_insert: Failed to insert: A TIMEOUT OCCURRED<br>
</div><div><br></div><div><br></div><div>Is there some way I can configure the module as non-blocking?<br clear="all"><div><br></div>Thanks,<br>Tim<br><br></div></div>