Quantcast
Channel: In memcached persistent connection or per request - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by facundofarias for In memcached persistent connection or per request

I would recommend to use a npm package to do that, so you don't have to mind on these stuff. Something like: 3rd-Eden/node-memcached, elbart/node-memcache or overclocked/mc Will do the job. Check on...

View Article



Answer by sokoli for In memcached persistent connection or per request

Persistent connection should be better in case of huge load, it's always saving some time on connecting / etc.

View Article

In memcached persistent connection or per request

In my application written in nodejs I want to use memcached. Traffic will be more or less 215k visits per day. In cache will be only one key. My question is: Should I establish connection per each...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images