[asterisk-zmq] Review answer.

답변이 왔다.

No, this is not an appropriate place to ask questions. 
Review Board is for peer review of code that is being submitted back to the Asterisk project. 
It is not used for review of code outside of the project, nor is it a place to ask general development questions.

If you have questions regarding Asterisk development, please use the project mailing lists. 
In particular, for development related questions, use the asterisk-dev list: http://lists.digium.com/mailman/listinfo/asterisk-dev

Additionally, there is a lot of information available on common Asterisk development topics on the Asterisk wiki, including on how to run Asterisk under valgrind. 
See https://wiki.asterisk.org/wiki/display/AST/Development and, more specifically, https://wiki.asterisk.org/wiki/display/AST/Valgrind .

As this is not a code review, I'm going to close this out. Please ask any further questions in the appropriate locations.

답변인즉.. Wrong place!

바보같았지만, 뭐.. 최소한 어딘지는 알았으니까. 🙂

[olive] Simple idea

처음에는 MySQL DB 하나만을 사용하려고 했다.

하지만.. 굳이 유동성 정보까지 DB에 저장할 필요가 있을까?

시스템 구성상, DB 구성은 반드시 필요하다. 하지만 static DB 를 사용할 필요는 없지.

Asterisk 의존적인 정보들(Peer 정보)들은 내부 디비를 사용하기로 하자.
왜냐하면 Asterisk 의존적인 정보들은 매번 시스템을 재시작할 때마다 새로이 받아와야 하기 때문이다.
olive 시스템이 Down 중일 때, 추가/삭제한 내용에 대해서는 알 수가 없으니 말이다.

-> sqlite3 메모리 디비를 사용하기로 결정!