I have an issue attemping to do DRb.start_service from 3 separate forked processes, is DRb.start_service thread/process-safe?
Out of the 3 processes, 2 start DRb servers fine, the 3rd hangs forever at the DRb.start_service line, I would like to know if this is a limitation of DRb, or a problem elsewhere in the code.