差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
ja:documentation:pandorafms:technical_reference:04_anexo_plugins_considerations [2025/07/21 07:09] – [実装とパフォーマンスの違い] junichi | ja:documentation:pandorafms:technical_reference:04_anexo_plugins_considerations [2025/07/21 07:10] (現在) – [実装とパフォーマンスの違い] junichi | ||
---|---|---|---|
行 22: | 行 22: | ||
* Server plugins do independent executions to collect each information piece. The server plugin execution is very difficult so it is only possible for " | * Server plugins do independent executions to collect each information piece. The server plugin execution is very difficult so it is only possible for " | ||
- | * Software agent plugins allow to obtain several modules at the same time and for that reason they are much more flexible than server plugins. They are perfect for plugins that need several queries to get an information piece; they allow more flexibility to programmers so it is possible to return several modules at the same time. | + | * EndPoint |
* サーバプラグインは、収集する情報ごとに個々に実行されます。サーバプラグインの実行は、重くなく、一つの種類の情報を取得するのを簡単な処理にする必要があるため、とても難しいです。特定の HTML をパースするプラグインは、多くの処理を実装せずにサーバに負荷をかけないようにする必要があります。 | * サーバプラグインは、収集する情報ごとに個々に実行されます。サーバプラグインの実行は、重くなく、一つの種類の情報を取得するのを簡単な処理にする必要があるため、とても難しいです。特定の HTML をパースするプラグインは、多くの処理を実装せずにサーバに負荷をかけないようにする必要があります。 | ||
- | * エージェントプラグインは、同時に複数のモジュールの情報を取得することができます。このことにより、サーバプラグインよりより柔軟性があります。一つの情報を取得するのに多くの処理が必要なプラグインに適しています。そのため、同時に複数のモジュールの値を返すことができ、開発者にとってより柔軟性があります。 | + | * エンドポイントプラグインは、同時に複数のモジュールの情報を取得することができます。このことにより、サーバプラグインよりより柔軟性があります。一つの情報を取得するのに多くの処理が必要なプラグインに適しています。そのため、同時に複数のモジュールの値を返すことができ、開発者にとってより柔軟性があります。 |
<wrap #ks3 /> | <wrap #ks3 /> |