http://www.splinedancer.com/memcached-win32/
can download windows binary from here
install on windows and test
http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/
http://www.codeforest.net/how-to-install-memcached-on-windows-machine http://linux0911.no-ip.info/my_style/doc/apache2_mod_memcached/
2010年11月26日 星期五
2010年11月25日 星期四
效能優化參考文章
伺服器差異 http://www.lcuc.org.cn/node/865
drupal效能文章
http://drupalsh.cn/drupal-xingneng-youhua
http://whosemind.net/content/%E8%99%9A%E6%8B%9F%E4%B8%BB%E6%9C%BA%E4%B8%8A%E7%9A%84drupal%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96
快取機制差異
http://www.metaltoad.com/blog/quick-drupal-cacherouter-and-boost-benchmarks
性能優化案例 (我覺得是個案)
http://www.ybfq.com/opensources/drupal-performance-optimization-nope-api-in-block/#comments
drupal效能文章
http://drupalsh.cn/drupal-xingneng-youhua
http://whosemind.net/content/%E8%99%9A%E6%8B%9F%E4%B8%BB%E6%9C%BA%E4%B8%8A%E7%9A%84drupal%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96
快取機制差異
http://www.metaltoad.com/blog/quick-drupal-cacherouter-and-boost-benchmarks
性能優化案例 (我覺得是個案)
http://www.ybfq.com/opensources/drupal-performance-optimization-nope-api-in-block/#comments
效能改善紀錄01
Windows Server 2008
-安裝xdebug
http://shinlivespace.blogspot.com/2009/01/xdebug.html
http://blog.uioiu.com/2009/03/xdebug-apache-for-window.html
兩個方法皆可,後續評估差異
-安裝webgrind
http://mlsamuelson.com/content/install-webgrind-profile-drupal-and-other-php-applications-os-x
http://anantgarg.com/2009/03/10/php-xdebug-webgrind-installation/
指定log資料夾後同時手動建立資料夾
進入頁面瀏覽網站即可開始紀錄
-localhost無法指定vhost
webgrind和子網站衝同解決 host
http://drupal.soa.tw/setting_virtual_host
成果,看來最主要瓶頸還是出在版型問題
-安裝xdebug
http://shinlivespace.blogspot.com/2009/01/xdebug.html
http://blog.uioiu.com/2009/03/xdebug-apache-for-window.html
兩個方法皆可,後續評估差異
-安裝webgrind
http://mlsamuelson.com/content/install-webgrind-profile-drupal-and-other-php-applications-os-x
http://anantgarg.com/2009/03/10/php-xdebug-webgrind-installation/
指定log資料夾後同時手動建立資料夾
進入頁面瀏覽網站即可開始紀錄
-localhost無法指定vhost
webgrind和子網站衝同解決 host
http://drupal.soa.tw/setting_virtual_host
成果,看來最主要瓶頸還是出在版型問題
2010年11月19日 星期五
[mysql] mysql error 1067
直接重新安裝my.ini都無法解決
終於發現原因,
是data資料夾內有其他額外檔案。
data資料庫內基本放的是log檔和資料庫,
裡頭的一個子資料夾為一個資料庫
因為寫了批次將log file備份到data\bak內
可能是這個原因造成1067error。
總之,將不應該存在於data資料夾內的檔案刪掉即可
終於發現原因,
是data資料夾內有其他額外檔案。
data資料庫內基本放的是log檔和資料庫,
裡頭的一個子資料夾為一個資料庫
因為寫了批次將log file備份到data\bak內
可能是這個原因造成1067error。
總之,將不應該存在於data資料夾內的檔案刪掉即可
2010年11月3日 星期三
cygwin + openssh
cygwin + openssh install and packedge choose
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
openssh configuration
http://bbs.wuyou.com/viewthread.php?tid=119296
putty encoding utf8
http://spiritfrog.javaeye.com/blog/298108
vim syntax
http://softsmith.blogspot.com/2008/01/vim.html
http://blog.roodo.com/justinlove/archives/279365.html
or go to vi /home/[user]/.vimrc
add "syntax on"
putty auto login
http://blog.chinaunix.net/u/31756/showart_416440.html
fedora enconding utf8
http://mail.wcjs.tcc.edu.tw/blog/post/743/2986
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
openssh configuration
http://bbs.wuyou.com/viewthread.php?tid=119296
putty encoding utf8
http://spiritfrog.javaeye.com/blog/298108
vim syntax
http://softsmith.blogspot.com/2008/01/vim.html
http://blog.roodo.com/justinlove/archives/279365.html
or go to vi /home/[user]/.vimrc
add "syntax on"
putty auto login
http://blog.chinaunix.net/u/31756/showart_416440.html
fedora enconding utf8
http://mail.wcjs.tcc.edu.tw/blog/post/743/2986
標籤:
/-軟體-cygwin,
/-軟體-Putty,
putty,
ssh
訂閱:
文章 (Atom)
