CacheMemcache replace dynamic connection with static?
-----------------------------------------------------

                 Key: SHINDIG-921
                 URL: https://issues.apache.org/jira/browse/SHINDIG-921
             Project: Shindig
          Issue Type: Improvement
          Components: PHP
    Affects Versions: 1.0.x-incubating
            Reporter: Nagy Attila
            Priority: Minor
             Fix For: 1.0.x-incubating
         Attachments: shindig_cachememcache_static.patch

Class CacheMemcache stores the open memcache connection in the internal 
$connection variable.

I propose this should be replaced with a class static variable, thus 
elliminating multiple calls to memcache_pconnect() during one run. This could 
be very usefull also if one wants to replace pconnect with standard connect.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to