Re: ORBit2 Segfault - was Re: [PATCH] bad ...



Michael Meeks wrote:
> Hi Greg,
> 
> On Tue, 2003-04-08 at 16:00, Greg Edwards wrote:
> 
>>PortableServer_POA_activate_object_with_id(poa, &objid,
>>                                            &poa_echo_servant, &ev);
> 
> 
> 	You're doing something quite odd here; you're trying to assign your own
> object id - which is only going to work with strange custom POAs etc.
> and is quite unnecessary - if you just activate the object it will get a
> random, unique ID - which is mostly what you want I think.
> 
> 
>>I have not been able to look at the doc Frank sent or any details of 
>>what this next issue involves.  I will be turning my focus over to this 
>>later today since the CORBA management is next on my list for this 
>>project.  I'll get back later with my results (good or bad).  Thanks.
> 
> 
> 	If you are looking for a far more pain-free life, you should checkout
> 'libbonobo' (-r gnome-2-2) and see the sample/echo stuff - since it's
> far easier to use IMHO.
> 
> 	Regards,
> 
> 		Michael.
> 

I was just following the echo example on this test.  Up to this point 
I've just been doing a feasibility study of using ORBit.  As I 
understand "libbonobo" I will not be able to use it as a base for this 
project.  Correct me if I'm wrong but bonobo requires X and GNOME to be 
active on both clients and servers?

My application for CORBA is to do load distribution within an 
application server farm.  I need function level (concurrent) 
distribution and the current cluster solutions are parallel.  My 
research has lead me to CORBA as a good solution for parameter and 
results passing and as far as I've been able to conclude ORBit is the 
only "C" solution available.  Performance is an issue in this project so 
Java, PHP, Python, Ruby, Perl, C++, and all other OO languages are out. 
  I gave RPC some consideration but I didn't feel that option would 
provide as much flexibility in the future.

I will be looking at the ORBit2_Tutorial Frank mentioned later today.  I 
may become a bit of a pest on the list over the next few days/weeks so I 
hope everyone can bare with some questions that may seem naive and asked 
before.  After all I am new to CORBA and ORBit ;)

-- 
Greg Edwards
New Age Software, Inc. - http://www.nas-inet.com
======================================================
Galactic Outlaw        - http://goutlaw.nas-inet.com
   The ultimate cyberspace adventure!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]