another bonobo-activation race problem ...
- From: Michael Meeks <michael ximian com>
- To: Darin Adler <darin bentspoon com>
- Cc: Ettore Perazzoli <ettore ximian com>, bonobo <gnome-components-list gnome org>
- Subject: another bonobo-activation race problem ...
- Date: 11 Mar 2002 18:44:52 +0000
It seems that this code:
Bonobo_RegistrationResult
bonobo_activation_active_server_register (const char *registration_id,
CORBA_Object obj)
...
if (actid && strcmp (actid, iid) == 0 &&
bonobo_activation_private) {
retval = Bonobo_ACTIVATION_REG_SUCCESS;
} else
Assumes that bonobo-activation would never do anything as silly as
activate the same process twice ;-) in order to have a chance of working
our race workarounds rely on
od = bonobo_activation_object_directory_get (
bonobo_activation_username_get (),
bonobo_activation_hostname_get (),
NULL);
being called.
What a mess,
Michael.
--
mmeeks gnu org <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]