Skip to content

bfe_module目录下有bfe_module.go和bfe_plugin.go基础创建区别 #902

Discussion options

You must be logged in to vote
  1. bfe_module是BFE最主流的扩展模块机制。所写的扩展模块代码需要和BFE其它代码一起编译,最后得到一个可执行文件。
    详情见 https://github.com/baidu/bfe-book/blob/version1/design/module/module.md

  2. bfe_plugin用于建立“可动态加载的扩展模块“。所写的扩展模块代码可以独立编译为一个.so文件,然后和bfe的主程序一起运行。
    bfe_plugin是bfe_module的一个扩展,其回调机制和bfe_module是相同的。
    可以看 https://github.com/bfenetworks/bfe-dynamic-plugin 中的例子。

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gengchao
Comment options

Answer selected by mileszhang2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants