YUKI Hiroshi
null+****@clear*****
Thu Feb 27 12:48:37 JST 2014
YUKI Hiroshi 2014-02-27 12:48:37 +0900 (Thu, 27 Feb 2014) New Revision: c0c36eda2b87cb8cde9f5e7bb655437794d71f69 https://github.com/droonga/droonga.org/commit/c0c36eda2b87cb8cde9f5e7bb655437794d71f69 Message: Split the list of sub phases Modified files: tutorial/plugin-development/index.md Modified: tutorial/plugin-development/index.md (+11 -9) =================================================================== --- tutorial/plugin-development/index.md 2014-02-27 12:34:42 +0900 (c58ed4a) +++ tutorial/plugin-development/index.md 2014-02-27 12:48:37 +0900 (281ce23) @@ -36,15 +36,17 @@ Adaption phase Processing phase : At this phase, a plugin can process incoming requests on each partition, step by step. - - Handling phase - : At this phase, a plugin can do low-level data handling, for example, database operations and so on. - - Planning phase - : At this phase, a plugin can split an incoming request to multiple steps. - - Collection phase - : At this phase, a plugin can merge results from steps to a unified result. + +The processing phase includes 3 sub phases: + +Handling phase +: At this phase, a plugin can do low-level data handling, for example, database operations and so on. + +Planning phase +: At this phase, a plugin can split an incoming request to multiple steps. + +Collection phase +: At this phase, a plugin can merge results from steps to a unified result. In this tutorial, we focus at the adaption phase at first. This is the most "basic" usecase of plugins, so it will help you to understand the overview of Droonga plugin development. -------------- next part -------------- HTML����������������������������...Download