15
たたたた Zend_Cache presented by noopable (Tomoaki Kosugi)

Life with Zend Cache(1)

  • Upload
    t-k

  • View
    927

  • Download
    1

Embed Size (px)

DESCRIPTION

ZendFramework 勉強会第1回 noopable1

Citation preview

Page 1: Life with Zend Cache(1)

たとえば Zend_Cache

presented by noopable(Tomoaki Kosugi)

Page 2: Life with Zend Cache(1)

自己紹介 仕事比率

ゴルフインフラコーディング雑用営業

ID: noopable  (読み方は不明)名前:小杉智聡(こすぎともあ

き)生年月日:  1970 年 10 月20 日所属:フリー実績:???

プライベート:2児の父親ゴルフが趣味(元)甘味とコーヒー(現在)

Page 3: Life with Zend Cache(1)

今日のテーマ

Page 4: Life with Zend Cache(1)

実装は簡単、でも奥が深い

たとえば Zend_Cache

Page 5: Life with Zend Cache(1)

その前に

Page 6: Life with Zend Cache(1)

なぜ Zend Framework か

Page 7: Life with Zend Cache(1)

なぜ Zend Framework か

Panasonicの場合Jim

Plush のブログより http://www.litfuel.net/plush/?postid=177

Page 8: Life with Zend Cache(1)

Jim Plush さんによると• It has a company behind it.• It‘s flexible• stability• can plug and play different pieces of the

framework with ease • there is plenty of documentation and

reference book

Page 9: Life with Zend Cache(1)

でも

Page 10: Life with Zend Cache(1)

Some would argue that Zend is slow,

however when you have money to budget for load balancers, clusters of servers, slaved DB servers, etc, opcode caching, memcached memory caching, etc... you can tune Zend for acceptable speed.

Page 11: Life with Zend Cache(1)

Some would argue that Zend is slow,

however when you have money to budget for load balancers, clusters of servers, slaved DB servers, etc, opcode caching, memcached memory caching, etc... you can tune Zend for acceptable speed.

Hello World! のベンチマークとか(笑)

Page 12: Life with Zend Cache(1)

Some would argue that Zend is slow,

however when you have money to budget for load balancers, clusters of servers, slaved DB servers, etc, opcode caching, memcached memory caching, etc... you can tune Zend for acceptable speed.

パフォーマンスはロードバランサークラスタースレーブ DB

Page 13: Life with Zend Cache(1)

Some would argue that Zend is slow,

however when you have money to budget for load balancers, clusters of servers, slaved DB servers, etc, opcode caching, memcached memory caching, etc... you can tune Zend for acceptable speed.

ちょっと待て、それは全部インフラの話で

は?Zend のチューンって結局そ

こ?

Page 14: Life with Zend Cache(1)

たとえば Zend_Cache

you can tune Zend for acceptable speed.

Page 15: Life with Zend Cache(1)

たとえば Zend_Cache

じゃぁ、やってみよう。