Re: CORBA implementations guidance
Dion Picco <[email protected]>
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Organization | IONA | Making Software Work Together TM |
| Message-ID | <[email protected]> |
Hi Vishwanath, On Tue, Oct 05, 2004 at 04:00:41AM -0400, [email protected] wrote: > Hi, > > I am to design and implement a application which would be using a > CORBA for distributed computing. > The server would be implemented in C and the client is Java. I > have inform the client back after completion of certain task. Is the > Event service the right approach towards this or is there any better > way for the same. The server is multithreaded(I mean a new thread > for every client request). I would appreciated if anyone could guide > me on this. > > Thanks and regards, > Vishwanath You certainly can use the Event service for this. You could also use the BiDir plugin. In our upcoming release of Orbacus 4.2.1 we have implemented the BiDir GIOP as specified by the OMG in the CORBA 3.0.2 spec. But for older versions of Orbacus you can simply use the BiDir plugin. Basically with BiDir, you pass a callback object from your client to the server... when the server needs to notify the client, it makes a request to this callback object. Depending on your requirements (# of clients, status of connections, etc...) you might be better off using the Event service. -- Dion Picco, Software Engineer IONA Technologies Inc. Team Orbacus - Your CORBA Source mailto:[email protected] http://www.orbacus.com _______________________________________________ OB-Users Mailing List - [email protected] http://mail.ooc.nf.ca/mailman/listinfo/ob-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html