|
|
|
|||||
|
In corba ,we use
while(1) { if(orb-> work_pending()) orb-> perform_work (500); else { ......run myself code ....... } } take place the orb->run(); Because the function "run" runs in block. In ice ,How can I repleace the code ic->waitForShutdown() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IceGrid + waitForShutdown without Ice::Application -- doesn't work in C++ | mefoster | Help Center | 5 | 12-04-2006 01:41 PM |