[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: DRb callback when objects are unmarshalled, on the client?

Sylvain Joyeux

11/1/2006 10:41:00 AM

(this is theorical knowledge based on what I read in the drb source code)

I think that you would have to add a new DRbProtocol (see documentation for
that class) and add mechanisms to do what you want in #recv_reply
--
Sylvain Joyeux