hibari / gdss-client

http://hibari.github.com/hibari-doc/
Other
2 stars 0 forks source link

refactor brick_simple module into 2 modules #4

Closed norton closed 13 years ago

norton commented 13 years ago

To simplify and to help improve testing, the brick_simple module can be split into 2 modules: brick_simple brick_simple_client

The brick_simple module is the stateless wrapper API. The brick_simple_client module is proxy to the brick_server API and the gen_server singleton for keeping the global hash.

norton commented 13 years ago

Changes committed to gdss-admin, gdss-brick, and gdss-client