⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hello.tp

📁 MICO2.3.13 corba 环境平台
💻 TP
字号:
#!/bin/shMICORC=/dev/nullexport MICORC# run Serverrm -f hello.ref./server -ORBThreadPool -ORBRequestLimit 100 -ORBConnLimit 1000 &server_pid=$!trap "kill $server_pid > /dev/null 2> /dev/null" 0for i in 0 1 2 3 4 5 6 7 8 9 ; do if test -r hello.ref ; then break ; else sleep 1 ; fi ; done# run client./client -ORBClientThreaded -ORBRequestLimit 20 -ORBConnLimit 30 2>&1./client -ORBClientReactive -ORBRequestLimit 2 -ORBConnLimit 2 2>&1./client -ORBClientThreadedBlocking -ORBRequestLimit 8 -ORBConnLimit 8 2>&1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -