Category Archives: CORBA

ORBConcurrency thread-per-connection

create file hello_svc.conf with the following content according to this document: static Resource_Factory “-ORBResources global -ORBReactorType select_mt” static Server_Strategy_Factory “-ORBConcurrency thread-per-connection” start naming server: tao_cosnaming -ORBListenEndpoints iiop://localhost:9999 start servant: taohelloserver -ORBInitRef NameService=corbaloc:iiop:localhost:9999/NameService -ORBSvcConf ~/workspace/taohelloserver/hello_svc.conf The document says that it can … Continue reading

Posted in ACE, CORBA, CPP | Tagged | Leave a comment

VC9 build ACE+TAO+CIAO-6.0.4.zip

call “%VS90COMNTOOLS%/../../vc/bin/vcvars32.bat” cd /d G:\src\ACE6.0.4\ACE_wrappers\ time /t >> vc9build4.log devenv G:\src\ACE6.0.4\ACE_wrappers\ACE_wrappers_vc9.sln /useenv /Build “Debug|Win32” >> vc9build.log time /t >> vc9build4.log devenv G:\src\ACE6.0.4\ACE_wrappers\ACE_wrappers_vc9.sln /useenv /Build “Release|Win32” >> vc9build.log IF NOT EXIST ace\config.h xcopy /f ace\config-win32.h ace\config.h REM add G:\src\ACE6.0.4\ACE_wrappers\TAO\tao to VC++ 2008 include … Continue reading

Posted in ACE, CORBA, CPP, Open Source | Leave a comment

CORBA posts

Here are interesting CORBA posts The Rise and Fall of CORBA Response to ‘The Rise and Fall of CORBA by Michi Henning’

Posted in CORBA | Leave a comment