Comparison and Combination
RSA is more convenient because there is no need to distribute keys.
DES is within two orders of magnitude faster.
A viable combination is to distribute the secret keys using RSA, and then, for the bulk data to use DES.
Similar combination is implemented in the Pretty Good Privacy (PGP) method.