White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

Entries from 2010-05-06 to 1 day

Tokyo Tyrant

pytyrant使用。 from pytyrant import Tyrant d = Tyrant.open("127.0.0.1",1978) for i in range(10000): s = 'a'*i d.put("attr_%d" % i, s) s2 = d.get("attr_%d" % i) if s != s2: print i break 案外突っ込めるものなのね