Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created March 31, 2017 01:41
Show Gist options
  • Save kjunichi/2dd42b42cc2f21bdf34f7a258263371a to your computer and use it in GitHub Desktop.
Save kjunichi/2dd42b42cc2f21bdf34f7a258263371a to your computer and use it in GitHub Desktop.
2017/3/23

nghttpxで負荷分散

設定ファイル

置く場所 任意。

--conf nghttpx.conf

で指定可能

記述内容

backend=192.168.0.1,50051;/greeter/;proto=h2
backend=192.168.0.2,50051;/greeter/;proto=h2
backend=192.168.0.3,50051;/greeter/;proto=h2

dockerでホストをまたいでコンテナを連携させる

Key-valueストアへのアクセスには「libkv」というライブラリを使用

現時点ではConsulおよびEtcd、Apache ZooKeeperがサポート

EtcdはCoreOSが開発している分散型Key-valueストア

Blender

Tensorflow

モデリングしたオブジェクトをレンダリングして、評価してもらう

古いmacは恥だが、CUDAが使える!

http://blender.stackexchange.com/questions/44312/is-it-possible-to-import-tensorflow-into-blender

pyenv global 2.7.12 3.5.2 2.7.12
pip3 install six numpy wheel 
cd tensorflow
git checkout r1.0

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment