It's quickly apparent that Lincoln Stein and Doug MacEachern spent valuable time writing this book considering the breadth of their subject and the depth they devote to it. The only downside to the book is that it's kind of hard to explain all of the API functionality without assuming a minimum level of competence from the audience. For that reason, this book might be a bit intimidating to novice programmers, but it really rewards you if you put time into it and tinker with things.
The book also works well as a source of ideas and inspiration for when you have to write your own server modules, and I'd recommend it if you want to customize your Apache server or speed up your Perl CGI programs. --Doug Beaver
--このテキストは、
ペーパーバック
版に関連付けられています。
登録情報
|
この本の内容を十分に理解するのは非常に難しいと感じるのですが、何ができるか?どういうケースに役立つか?”エッセンス”を吸収してみてください。
そもそも mod_perl という言語をご存知ですか?
apache 上でのシステム開発で、JavaServlet、cgi、他、諸々の技術ありますが、”うまく作れば”どの言語よりもネットワーク、パフォーマンス、CPU、メモリコストを低く抑えることができます。
特に既に運用中のWebサーバに、何かしらのアクセス制御や、リダイレクション等のアクションハンドラを極めて高いパフォーマンスで実装せざるを得ない状況におかれたとき、魔法をかけるが如く役に立ちます。
私自身、ISPのポータル開発及び管理者として何度も窮地を救われました。
今後、Apache サーバを立てる際も、mod_perlをいっしょにインストールしていると将来役立つことが多いと感じます。
まずはザッと呼んでみてください。
特にはまりやすいヘッダの処理周りが書かれているので買って手元においておきましょう。
|
|