> > > 3) Has anyone tried to use HTTP-tunneled RMI (the
> > cgi-script that SUN
> > > provides)? Any gotchas or performance problems?
> >
> > No experience there.
> 
> No offense but... has anyone used RMI for real systems? I've
> tunneled CORBA traffic through HTTP and run IIOP over SSL -
> in working, real-life systems

I use RMI for real systems, but RMI over HTTP is not a real-world solution, IMHO.  Use 
the socket factories.  We implemented RMI over SSL and use the socket factory to also 
lock on a single port.  It is fast and we only need to forward two ports through the 
firewall (one for look-ups and one for communication).

- jeremiah

-----------------------------------------------
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to