Joerg Buchberger �rta:

Laszlo Hornyak schrieb am 18.11.2002:

Joerg Buchberger mrta:

Hi.
I've got a couple of questions on Avalon and Phoenix:
1. How stable is Phoenix?

Stable enough :)

great :)


4. Does Phoenix offer its Blocks any means to communicate
centrally?


Your block gets a reference of the other block. see
ComponentManager.

Skipping thru the mailing list archive I read that
ComponentManager is deprecated (correct me if I'm wrong).

:) I mean ServiceManager.
I don`t know what is the difference, please someone from the developer group point me to the explanation. I still build my components on the component package...


Are there any other alternatives with regard to
"inter-block" communication?

What interblock communication do you need?
An assynchronious, or something CORBA-like thing?
For assynchronous communication, I think you can use worker threads and work queues, so it is not realy needed in a framework, isn`t it?
For a networked communication: it is not the framework`s job to do that.

Laszlo Hornyak


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to