It appears that in jboss 3, cvs, proxies for home interfaces are being bound into jndi as serialized, MarshalledObjects. Is this necessary? This appears to result in deserialization on every jndi lookup. While this speeds up remote access, it slows down local access. I think we want to favor local access over remote access.
Would using an ObjectFactory work for remote access? Is it possible to somehow use an ObjectFactory for local access and a preserialized form for remote access? _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
