I think that the "read write" penalty comment on the Intel, although along a good path, is also very misinformed.
Many single threaded workloads cannot benefit from the parallel operations of modern RAID arrays. An SSD than can perform 10,000 random mixed IOps at 8K has a MAJOR advantage over 50 HDD's that can perform at 200 IOps. Sure, the 50 drives probably have a sequential read/write capability that is enormous, and they have incredible $/MB. But that's not why you buy SSD.
An Intel E drive is for a workload in which single or low threaded performance is necessary. Try performing 50/50 read write, 8K random workload (OLTP) on your 50 drives, and you'll find out that the latency isn't much better than it is on one. About 5 to 7 ms on an enterprise drive and >10ms on a large SATA.
You should never place an SSD behind a RAID card if possible. It actually reduces IOps. Instead, put it as close to your system bus as possible. Sun is putting six SATA busses on their Intel based (4150) servers, almost directly connected to the I/O chip.
One a single E series, we see almost 14,000 IOps sustained random, 8K. We see 14,000 IOps read. Of course it's a little less if you mix in some streams. The the point is that we see <200uS (micro seconds). That's about 35 times that 10K RPM F/C, and a heck of a lot better than a 7,200 RPM drive.
So the rhetoric works only when you're considering a certain workload. In situations where latency and single threaded random performance is needed such as OLTP, SSD is king.
Also, Intel SSD's have super-capacitors to retain DRAM memory in case of power outage (not sure how long).
Finally, if you're interested in using this in your computer and you fear:
-- Power outages / data loss / untried technology...
--Writes getting in the way of reads.
-- High cost per MB...
--Sequential performance suffering/ interfering...
You should be looking at Solaris ZFS with ZIL and L2ARC.
http://blogs.sun.com/brendan/entry/test
http://blogs.sun.com/perrin/entry/the_lumberjack
You can build a massive volume and get great read latency where it matters, and microsecond synchronous commits by adding a few cheap SSD's...
--Ken