personally, I wouldn't recommend doing RAID on a regular personal computers with only two drives unless you are mirroring with RAID 1 because the speed increase just doesn't justify the likelyhood of data loss when striping with a RAID 0 array.More than two drives are required to see a real benifit to running, that is why it is usually only used in servers.
RAID 0 - data striping (increased speed, less fault tolerance)
RAID 1 - data mirroring(keeps a mirror image of each drive increasing fault tolerance)
There are better RAID configurations, but require the use of three or more drives.