<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&#39;s the code I&#39;m using:</div>

<div><br></div><div><div>loadmodule &quot;memcached.so&quot;</div><div>modparam(&quot;memcached&quot;, &quot;server&quot;,&quot;local=localhost:11211&quot;)</div><div><br></div><div>#the following is your other sip proxy</div>

<div>modparam(&quot;memcached&quot;, &quot;server&quot;,&quot;remote=[remoteip]:11211&quot;)</div></div><div><br></div><div><br></div><div>...</div><div><br></div><div>This is where I&#39;m using it:</div><div><br></div>
<div>
cache_store(&quot;memcached_remote&quot;, &quot;$var(slotID)&quot;, &quot;$ci&quot;, 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>