記錄七月要看完的書單。
PHP 之 Fastcgi_finish_request
PHP 在 fast-cgi 模式下有一個有趣的函式 fastcgi_finish_request
可以使用,在function.fastcgi-finish-request
有說明這個函式是讓開發者強制停止與客戶端之間的連線,但是服務端的腳本還是持續執行,這讓客戶端可以不用等待一些耗時的操作,
不過如果要達成類似的效果我還是比較喜歡用丟到隊列去執行的方法。
Memcache Tips
memcached tips
HTML5 Polyfills
A polyfill, or polyfiller, is a piece of code (or plug-in) that provides the technology that
you, the developer, expect the browser to provide natively. Flattening the API landscape if you will.
Android 和 iOS在使用推播的不同處
記錄在使用推播時 Android 和 iOS 兩者不同之處。
iOSとAndroidのプッシュ通知の開発の違いまとめ
Memcached With Namespace
memcached如何實作namespace的方法。
Python 和 HDF5
MySQL災難恢复
MySQL 如何備份和恢復
MySQL 鎖的機制
記錄並分析各種鎖。
Nginx Upstream 反向代理的機制
如何設定nginx 反向代理的功能。