Re: Passing a SIPRequest to a RMI application
"Jeroen van Bemmel" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <006801c6797b$fbd5f800$31713b51@BEMBUSTER> |
Michalis, Even when fixed, using serialization here is not a good idea (IMHO). You will pull along a large set of data structures, there will be several KBs worth of bytes being transported. As Ranga suggested, if you're passing SIP messages, better pass them as ASCII (tip: you can use GZip streams here too) Regards, jeroen ----- Original Message ----- From: "M. Ranganathan" <[email protected]> To: "Michalis Michail" <[email protected]> Cc: <[email protected]> Sent: Wednesday, May 17, 2006 6:12 AM Subject: Re: [nist-sip] Passing a SIPRequest to a RMI application > Hi > > Why not just convert toString() and send it. > > I will see what the serializability issue is. > Thanks for reporting > > Ranga > > Michalis Michail wrote: > >>Hi >>I am havig truble passing a SIPRequest as an argument to a RNMI >>application.I >>get the message java.NotSerializableException allthough SIPRequest is a >>serializable class >> >>T5hanks Michael >> >>_______________________________________________ >>nist-sip mailing list >>[email protected] >>http://www-x.antd.nist.gov/mailman/listinfo/nist-sip >> >> > > > -- > M. Ranganathan > Advanced Networking Technologies Division, > National Institute of Standards and Technology (NIST), > 100 Bureau Drive, Stop 8920, Gaithersburg, MD 20899. tel:301 975 3664 , > fax:301 590 0932 http://w3.antd.nist.gov/ > Advanced Networking Technologies For the People! > > _______________________________________________ > nist-sip mailing list > [email protected] > http://www-x.antd.nist.gov/mailman/listinfo/nist-sip