[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference pamsrc::objectbroker

Title:ObjectBroker - BEA Systems' CORBA
Notice:See note 3 for kits; note 5 for training; note 1134 for releases
Moderator:TLE::PARODId
Created:Tue Jul 11 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1413
Total number of notes:6391

1387.0. "Can you call OBB_ORB_rundown more than once" by PEACHS::HAZZARD () Sat Mar 22 1997 00:18

    
     Strange but it has been attempted...
    
      Customer has a stand-alone ObjectBroker program, that works just
    fine.  However, he adds it to his main program as a function.  IE he
    takes the main routine of his stand-alone program and call it obb_main.
    obb_main does everything, registers the impls, creates the object,
    mainloop, dispose, release, and OBB_ORB_rundown.
    
    Now he will call obb_main from his program.  The first time it works,
    the second time usually fails, but sometimes works in the debugger.
    The error message has to do with an invalid file number.  Customer is 
    getting the full error message and failing OBB call.
    
    Now for the question:  Can you call OBB_ORB_rundown more then once?
    I don't think this is supported.
    
    OBB 2.7-??
    AIX
    
    Thanks
    
    Powell
T.RTitleUserPersonal
Name
DateLines
1387.1REQUE::BOWERPeter Bower, ObjectBrokerSat Mar 22 1997 13:189
    
    We have a test that calls OBB_ORB_rundown a hundred times, but this
    is a client test is only doing invokes. I do not see any reason
    why OBB_ORB_rundown would not be supported for the server also.
    
    Can you get the source code and more information on the exact
    error the customer is seeing ?