I’ve been working on a class project that involves a cluster of worker machines. Just to throw something quick together, I thought I’d use RMI. Since I could ensure that every machine was running byte-for-byte identical programs, I didn’t think I’d run into class loading issues. However, I’ve never had good luck with RMI, and […]