[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Connection issue with dRuby

Mohammad Khan

3/21/2006 9:07:00 PM

I wrote a simple server and client using dRuby.
on client side, I executed about 200 simultaneous instances of client
to see how my server does.
I noticed on client side, I am getting DRb::DRbConnError while server
is still up.
Also I had DRb::DRbConnError when I executed client and server was not up.

What I am trying to accomplish is to differentiate between this two
types of error.

Would anybody please help?

Thanks,
Mohammad


1 Answer

Mohammad Khan

3/27/2006 5:01:00 PM

0

Am I the first one having this issue?


Mohammad


On 3/21/06, Mohammad Khan <beeplove@gmail.com> wrote:
> I wrote a simple server and client using dRuby.
> on client side, I executed about 200 simultaneous instances of client
> to see how my server does.
> I noticed on client side, I am getting DRb::DRbConnError while server
> is still up.
> Also I had DRb::DRbConnError when I executed client and server was not up