Hi,
I’m wondering is there a way to catch exceptions raised in the DRb server
on the client side?
···
–
sdmitry -=- Dmitry V. Sabanin
MuraveyLabs.
Spam Here -> postmaster@sco.com
Hi,
I’m wondering is there a way to catch exceptions raised in the DRb server
on the client side?
–
sdmitry -=- Dmitry V. Sabanin
MuraveyLabs.
Spam Here -> postmaster@sco.com
You can not catch a exception raised by the server in your client it’s a
conceptuel error. Because the server must repair its errors itself.
But if the client use a logger, you can pass a reference to the server and
the server can print the exception in this logger and with that the
exception appear on the client side.
Bye
Le Fri, 26 Mar 2004 04:19:39 +0900, Dmitry V. Sabanin a écrit :
Hi,
I’m wondering is there a way to catch exceptions raised in the DRb server
on the client side?
Hi,
I’m wondering is there a way to catch exceptions raised in the DRb server
on the client side?You can not catch a exception raised by the server in your client it’s a
conceptuel error. Because the server must repair its errors itself.
Yes, you’re right.
Why I’m always ashamed of postings I made after 2 a.m.?
But if the client use a logger, you can pass a reference to the server and
the server can print the exception in this logger and with that the
exception appear on the client side.
I solved my problem in similar way, thanks!
On Friday 26 March 2004 18:09, guillaume.dorchies wrote:
Le Fri, 26 Mar 2004 04:19:39 +0900, Dmitry V. Sabanin a écrit :
Bye
–
sdmitry -=- Dmitry V. Sabanin
MuraveyLabs.
Spam Here → postmaster@sco.com