devinus / poolboy

A hunky Erlang worker pool factory
http://github.com/devinus/poolboy
ISC License
1.56k stars 348 forks source link

Fix dependency compile issue, when add poolboy into cowboy Makefile, mak... #59

Closed JoshuaChi closed 9 years ago

JoshuaChi commented 9 years ago

Fix dependency compile issue, when add poolboy into cowboy Makefile, make command does not work.

devinus commented 9 years ago

@JoshuaChi The rebar command should be installed on your system and in your path before compiling.

JoshuaChi commented 9 years ago

@devinus I understand. But to use it on production, it is not convenient.