[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to unuse DRb port?

Joe Van Dyk

6/28/2005 8:42:00 PM

Hi,

I'm writing unit tests for a class exposed via DRb. Each test creates
a new object that starts a DRb server. The same port is used for
every DRb server.

However, when I start a new port and create a new object, it complains
about the port already being in use.

How can I avoid that?

Thanks,
Joe