simpleMode = false;
//BitDog���J�n
out = new PipedOutputStream();
InputStream in = new PipedInputStream( ( PipedOutputStream )out );
MBitDog bitDog = new MBitDog( bitDogFileName, in );
threadPool.addCommand( bitDog );
//LogServer���J�n
threadPool.addCommand( this );
}