一如上年,今年的 barcamp 我也是下午才到,聽到不多:
(一) Mobile Game in China
聽說這個最精彩,但我只聽到尾尾小許。說到 App Store 改變了用家與供應商的關係,因為 Apple 的介入作中間人,用家會覺得自己是 Apple 客戶,而對供應商在 App 上的收費覺得
Given the previous entry , here's my opinions so faron when you should let ZFS handle your redundancy and when you shouldhave your storage backend do RAID. (This assumes that you have a storagebackend; if not, well, you don't have much choice.)
In a comment on my last entry , Matt Simmons asked why you'd let ZFS handleRAID level issues instead of just handling them in your storage backend(SAN or otherwise). Having ZFS do this is the recommended practice, fora number of reasons (some of which the ZFS FAQs will tell you about).
Here's the reasons for letting ZFS handle the RAID stuff that I knowabout (or at least can think of right now):
Like many other RAID-oid systems, ZFS has a notion of spare disks;you can add one or more spare disks to a pool, and ZFS will use themas necessary in order to maintain pool redundancy in the face of diskproblems. For details, you can see the zpool manpage.
Well, sort of. Actually, how ZFS handles spare disks is significantlydifferent from how normal RAID systems handle them, and the pleasantlybland and normal description of spares in the zpool manpage elides asignificant number of important
We use both Postfix and Exim here, and in the process of working withboth of them I've formed some opinions. My view on the two is this:
Postfix is easier to do simple things with. Exim is much easier todo complex things with.
A Postfix null-client configuration (one that sends all mail to asmart machine somewhere, putting a default domain on any address thatdoesn't already have one) is maybe ten lines of configuration. If youcan do that in ten lines