cxyxxg
|
发表于: 5/17/2002 - 08:45 |
它可以帮助我们动态激活corba对象,如果我们用了它,那我们在程序中会“省”哪些步骤?或是对于我们程序性能有何提高??? ____________________
学习是无止境的 |
|
mep
|
发表于: 5/20/2002 - 11:47 |
我想,使用oad的最终目的并不是提高系统的performance,相反,由于额外的调用(是用了Location Forward,不知对不对 )而降低了系统的性能。oad可以帮助我们实现activation on demand,节约系统的资源的开销。 |
|
cxyxxg
|
发表于: 5/29/2002 - 07:56 |
不知版主mep用过visibroker的oad没?我怎么也不能成功启动oad:出错提示信息如下:
java.lang.VerifyError: class org.omg.PortableServer.AdapterActivatorPOA overrides final method *.* with message class org.omg.PortableServer.AdapterActivatorPOA overrides final method *.*
啥意思啊?怎样解决啊? ____________________
学习是无止境的 |
|
fat1
|
发表于: 5/29/2002 - 08:44 |
It is JDK's internal ORB bug,you can do as this:
either remove orb package from Sun's rt.jar
or using -Xbootclasspath parameter at startup:
java -Xbootclasspath/p:<path-to-vb>\vbjorb.jar -server ...
|
|