サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
code.sixapart.com
#!/usr/bin/perl # # memcached-tool: # stats/management tool for memcached. # # Author: # Brad Fitzpatrick # # License: # public domain. I give up all rights to this # tool. modify and copy at will. # use strict; use IO::Socket::INET; my $host = shift; my $mode = shift || "display"; my ($from, $to); if ($mode eq "display") { undef $mode if @ARGV; } elsif ($mode eq "move") { $from = shift; $to = sh
code.sixapart.com is shutting down. We've moved almost all the code up to github. Please head over to github.com/saymedia or github.com/movabletype to find things again.
Timestamp: 09/16/07 09:49:26 (1 year ago) Author: hachi Message: This fixes the problem exposed in the test in the previous commit. Large jobs are somehow being split into multiple reads. I'm not sure exactly why this is since SSIZE_MAX is 2GB on the machine I'm testing on, but it seems that reads max out at 32kilobytes and so we have to run them multiple times to get all the data. Files:
Protocol -------- Clients of memcached communicate with server through TCP connections. (A UDP interface is also available; details are below under "UDP protocol.") A given running memcached server listens on some (configurable) port; clients connect to that port, send commands to the server, read responses, and eventually close the connection. There is no need to send any command to end the sessi
Makers of weblog software and services for individuals, organizations and businesses.
hachi: Branching for boomer from release-19, rev 62318
Welcome to Six Apart Code, our home for our many open source projects. What's Hot Movable Type The Movable Type Open Source Project is a community effort, led by Six Apart, devoted to creating an open source version of Movable Type, the award winning, ground breaking and revolutionary blogging platform. [view] [svn] TypePad AntiSpam TypePad AntiSpam is an open source comment spam blocking engine w
このページを最初にブックマークしてみませんか?
『code.sixapart.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く