We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, I'm trying to use the FAWN-KV. but after setup, it can't work.
the compile autoreconf -is ./configure make
then,
cd fawnkv; ./manager 127.0.0.1 -j cd fawnkv; ./backend -m 127.0.0.1 -i 127.0.0.1 -p 8000 -j cd lib/cpp; ./tester -c 127.0.0.1 -p 10000 127.0.0.1
But it enter to the loop of "connecting to 127.0.0.1:8000"
Would you mind give me some suggestion?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, I'm trying to use the FAWN-KV. but after setup, it can't work.
the compile
autoreconf -is
./configure
make
then,
cd fawnkv; ./manager 127.0.0.1 -j
cd fawnkv; ./backend -m 127.0.0.1 -i 127.0.0.1 -p 8000 -j
cd lib/cpp; ./tester -c 127.0.0.1 -p 10000 127.0.0.1
But it enter to the loop of "connecting to 127.0.0.1:8000"
Would you mind give me some suggestion?
The text was updated successfully, but these errors were encountered: