しばらくmemcachedでゴソゴソやってたけど…

kyototycoonにしたよ…

こんな感じでゴリゴリして…

## kyotocabinet-1.2.72
CC=gcc \
CFLAGS="-O2 -m64 -mtune=native -pipe" \
LDFLAGS="\
-Wl,-rpath,/usr/local/kyotocabinet/lib \
" \
CXX=g++ \
CXXFLAGS="-O2 -m64 -mtune=native -pipe" \
./configure \
--prefix=/usr/local/kyotocabinet \

## kyototycoon-0.9.52
CC=gcc \
CFLAGS="-O2 -m64 -mtune=native -pipe" \
LDFLAGS="\
-Wl,-rpath,/usr/local/kyotocabinet/lib \
-Wl,-rpath,/usr/local/kyototycoon/lib \
" \
CXX=g++ \
CXXFLAGS="-O2 -m64 -mtune=native -pipe" \
./configure \
--prefix=/usr/local/kyototycoon \
--enable-lua \
--with-kc=/usr/local/kyotocabinet \

エイヤァ~

## storage-01 (init_start)
    daemon --user kyototycoon /usr/local/kyotocabinet/bin/ktserver \
        -port 1978 -tout 10 \
        -dmn -pid /var/run/kyototycoon/ktserver.pid \
        -log /home/kyototycoon/log/ktserver.log -ls \
        -sid 1 \
        -ulog /home/kyototycoon/data/ktserver_ulog \
        -mhost storage-02 -rts /home/kyototycoon/data/ktserver.rts \
        -bgs /home/kyototycoon/data/ktserver_snap -bgsi 1800 -bgsc lzo \
        -plsv /usr/local/kyototycoon/libexec/ktplugservmemc.so \
        -plex 'opts=f#port=1979' \
        '/home/kyototycoon/data/ktserver.kch#opts=l#bnum=10000#msiz=64m#dfunit=8'

## storage-02 (init_start)
    daemon --user kyototycoon /usr/local/kyotocabinet/bin/ktserver \
        -port 1978 -tout 10 \
        -dmn -pid /var/run/kyototycoon/ktserver.pid \
        -log /home/kyototycoon/log/ktserver.log -ls \
        -sid 2 \
        -ulog /home/kyototycoon/data/ktserver_ulog \
        -mhost storage-01 -rts /home/kyototycoon/data/ktserver.rts \
        -bgs /home/kyototycoon/data/ktserver_snap -bgsi 1800 -bgsc lzo \
        -plsv /usr/local/kyototycoon/libexec/ktplugservmemc.so \
        -plex 'opts=f#port=1979' \
        '/home/kyototycoon/data/ktserver.kch#opts=l#bnum=10000#msiz=64m#dfunit=8'

こんなんドヤろか?

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 "何か"と"何か"のパラドクス Suffusion theme by Sayontan Sinha