In the past, when devices were a few megabytes and write limits were on the order of a few to at most a few 10's of thousands of cycles, the write limits were a primary design consideration. A poorly designed or implemented process could destroy an SDD in a few 10s to hundreds of hours of use. But on most current SSD's, capacities are in the gigabytes and write limits are at the 100's of thousands of writes or beyond, and they utilize algorithms to spread the writes evenly across the device (i.e. wear leveling), such that you'd have write to the device CONSTANTLY for several YEARS to begin to approach the limits of the device.
The constraining factor today is not the write limit as it once was, but the cost/benefit ratio. A RAID array can easily outperform an SSD on read throughput (and even a typical single HD implementation on write throughput) and yet will cost (literally) pennies on the dollar in comparison.
And I would have to disagree with Skuzzy - the primary benefit of an SSD over the typical hard disk IS reliability and decreased environmental sensitivity. I once read somewhere a maxim that there are only two kinds of hard disks - those that are dead and those that are in the process of dying. With current SSD devices (because of the wear leveling feature) you DO get warning that the device is approaching end of life - the wear leveling algorithms dynamically allocate storage space so that when you rewrite "the same block over and over" it's actually written to a different area of the device each time. And when the write fails, the bad block map is incremented to indicate that some part of the device is going south (although the location is by nature arbitrary, since the entire device is dynamically allocated to begin with), and the data is rewritten somewhere else. And as more of the device fails the number of "bad sectors" reported begins to increase.
And of course, just like a hard disk, "wearing out" is not the only possible failure - there is always the possibility of catastrophic component failure. But catastrophic failure is greatly minimized on a device that contains no moving parts, and has a greatly decreased environmental sensitivity.
But.... unless you truly need such and can justify 10 to 15 times the cost for it, it's (IMO) premature to use them as general purpose devices.
All IMhO, of course.
<S>