mod_perl到底是個什麼
perl.apache.org
mod_perl brings together the full power of the programming language and the HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more.
mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content.
As you'd expect from the Perl community, there are hundreds of
modules written for mod_perl, everything from persistent
database connections, to templating systems, to complete
XML content delivery systems. Web sites like
and
use mod_perl.
我想第一段紅字是很重要的,她這個避免了用perl這種script語言寫cgi指令碼的天生的不足:需要每次啟動Perl
第二段紅字更重要,在Mod_perl框架內,更好的實現了CGI原來一些東西,比如Apache::DBI,只要增加一句話,就可以讓mod_perl裡邊的db連線變成持久的。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/82392/viewspace-434845/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Petya到底是個什麼鬼
- Spark RPC 到底是個什麼鬼?SparkRPC
- 常用的HashMap到底是個什麼結構HashMap
- “新怪談”到底是個什麼東西?
- ETL到底是什麼?
- 來聊聊,這個Java到底是什麼東西?Java
- 圖神經網路,這到底是個什麼?神經網路
- 火了那麼久的區塊鏈,到底是個什麼玩意?區塊鏈
- 理解DOM到底是什麼
- Spring Aware 到底是什麼?Spring
- Spring IoC 到底是什麼Spring
- Java到底是什麼呢Java
- Python到底是什麼?為什麼要學Python?Python
- 程式、執行緒、協程到底是個什麼東西?執行緒
- 區塊鏈到底是什麼區塊鏈
- CN2到底是什麼
- 件斷點到底是什麼?斷點
- 五分鐘讀懂區塊鏈到底是個什麼鏈?區塊鏈
- 協程到底是什麼?看完這個故事明明白白!
- Java到底是什麼?學習java可以做什麼呢?Java
- Android:JNI 與 NDK到底是什麼?Android
- 區塊鏈EOS到底是什麼?區塊鏈
- 機器學習到底是什麼?機器學習
- RDD到底是什麼?RDD的APIAPI
- 阿里雲到底是幹什麼的阿里
- Python 自動化測試框架到底是個什麼東西?Python框架
- 為什麼range不是迭代器?range到底是什麼型別?型別
- SRE工程師到底是做什麼的?工程師
- JS中裝飾器到底是什麼?JS
- 【入門必看】比特幣到底是什麼?比特幣
- 【一探究竟】Flutter到底是什麼?Flutter
- 畫素風到底是什麼風格
- Python 中的數字到底是什麼?Python
- 自動化框架到底是什麼?框架
- 包裝類到底是幹什麼的
- 阿里雲到底是做什麼的呢?阿里
- __name__ == '__main__' 到底是什麼意思AI
- SQLSERVER 阻塞之 PFS 頁到底是什麼?SQLServer