|
From: Stephen T. <s....@la...> - 2001-06-29 12:15:28
|
I am trying to understand the use of CORBA Object Factories. I am looking at how the Master server will use this. In the past I have not used object factories. For the master I just created one copy of the Master. Typically this was done by: Master_Impl* mstr_impl = new Master_Impl(); This one instance completed the task. This was ofcourse in a single job environment. Now I am trying to understand how to build the new Master server in an environment which has more than one job going on at a time. Check the CVS code later today for the update of the Master server code. Stephen |