|
From: Sacha L. <sac...@ml...> - 2003-05-22 07:06:59
|
JBoss will always use pure Java-Call (without serialization), = independently of remote vs local, if you are in the same JVM. Plus, thanks to the = Unified Class Loader, it is almost always possible to only to avoid RMI but to = avoid any Serialization altogether. Cheers, sacha > -----Original Message----- > From: jbo...@li...=20 > [mailto:jbo...@li...] On Behalf Of Fred So > Sent: jeudi, 22. mai 2003 08:29 > To: jbo...@li... > Subject: [JBoss-user] Remote EJB access in-VM >=20 >=20 > Hi All >=20 > Using JBoss 3.0.6.=20 >=20 > Is JBoss smart enough to use local EJB access > underneath the bonnet when using the remote interface > for in_VM calls? >=20 > Thanks > Fred >=20 > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > JBoss-user mailing list > JBo...@li... > https://lists.sourceforge.net/lists/listinfo/jboss-user >=20 |