Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mod_perl ハンドラ (MyCacheHandler.pm と呼ばれる) を別の perl モジュール (MyModule.pm と呼ばれる) から直接開始するにはどうすればよいですか。現在、Web ブラウザー経由でハンドラーを開始しているためですが、MyModule で呼び出す方が少し簡単です。
私が理解しているように、バックグラウンドで () 実行したいのですが、MyCacheHandler(ブラウザに) 目に見える出力は生成されませんか? (ただの副作用)。
MyCacheHandler
それが正しければ、なぜmod_perlハンドラーとして実装されているのでしょうか。スクリプトとして実装し、から実行するか、何らかの形で実行するだけcronですdaemon。
mod_perl
cron
daemon
(IPC経由など)から制御 することはできます。MyCacheHandlerMyModule
MyModule