以åãããã«æ¸ãã¦ãããmemcachedã®incrãã¹ã¬ããã»ã¼ãã§ã¯ãªããçªå·ããºã¬ããã¨ããã件ã 1.4.6 ã§ä¿®æ£ããããããªã®ã§æ¤è¨¼ãã¦ã¿ãã memcached-1.4.6ã®ãã¦ã³ãã¼ãã¯ãmemcached.org ãã ãªãªã¼ã¹ãã¼ã http://code.google.com/p/memcached/wiki/ReleaseNotes146 æ¤è¨¼ã«ä½¿ãscriptã¯ä»¥ä¸ã use Cache::Memcached::Fast; use Parallel::ForkManager; my $i=0; while(1) { $i++; my $memcached = Cache::Memcached::Fast->new({ servers => [ { address => "localhost:11211", noreply => 0 } ] , compress_t
{{#tags}}- {{label}}
{{/tags}}