Discussion:
[omniORB] Improve perfs
mohamed.elaissaoui at externe.bnpparibas.com ()
2012-02-20 18:42:19 UTC
Permalink
Hello,

While sending something, omniORB get lock of tracedmutex, even if
tracelevel, traceinvocations and tracereturninvocations are set to 0.
It would be nice to avoid this useless waiting when all logs are disabled.

Regards,
Mohamed.


This message and any attachments (the "message") is
intended solely for the intended addressees and is confidential.
If you receive this message in error,or are not the intended recipient(s),
please delete it and any copies from your systems and immediately notify
the sender. Any unauthorized view, use that does not comply with its purpose,
dissemination or disclosure, either whole or partial, is prohibited. Since the internet
cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS
(and its subsidiaries) shall not be liable for the message if modified, changed or falsified.
Do not print this message unless it is necessary,consider the environment.

----------------------------------------------------------------------------------------------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le "message")
sont etablis a l'intention exclusive de ses destinataires et sont confidentiels.
Si vous recevez ce message par erreur ou s'il ne vous est pas destine,
merci de le detruire ainsi que toute copie de votre systeme et d'en avertir
immediatement l'expediteur. Toute lecture non autorisee, toute utilisation de
ce message qui n'est pas conforme a sa destination, toute diffusion ou toute
publication, totale ou partielle, est interdite. L'Internet ne permettant pas d'assurer
l'integrite de ce message electronique susceptible d'alteration, BNP Paribas
(et ses filiales) decline(nt) toute responsabilite au titre de ce message dans l'hypothese
ou il aurait ete modifie, deforme ou falsifie.
N'imprimez ce message que si necessaire, pensez a l'environnement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20120220/a845a0dd/attachment.htm
mohamed.elaissaoui at externe.bnpparibas.com ()
2012-02-20 18:43:42 UTC
Permalink
Hello,

While sending something, omniORB get lock of tracedmutex, even if
tracelevel, traceinvocations and tracereturninvocations are set to 0.
It would be nice to avoid this useless waiting when all logs are disabled.

Regards,
Mohamed.


This message and any attachments (the "message") is
intended solely for the intended addressees and is confidential.
If you receive this message in error,or are not the intended recipient(s),
please delete it and any copies from your systems and immediately notify
the sender. Any unauthorized view, use that does not comply with its purpose,
dissemination or disclosure, either whole or partial, is prohibited. Since the internet
cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS
(and its subsidiaries) shall not be liable for the message if modified, changed or falsified.
Do not print this message unless it is necessary,consider the environment.

----------------------------------------------------------------------------------------------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le "message")
sont etablis a l'intention exclusive de ses destinataires et sont confidentiels.
Si vous recevez ce message par erreur ou s'il ne vous est pas destine,
merci de le detruire ainsi que toute copie de votre systeme et d'en avertir
immediatement l'expediteur. Toute lecture non autorisee, toute utilisation de
ce message qui n'est pas conforme a sa destination, toute diffusion ou toute
publication, totale ou partielle, est interdite. L'Internet ne permettant pas d'assurer
l'integrite de ce message electronique susceptible d'alteration, BNP Paribas
(et ses filiales) decline(nt) toute responsabilite au titre de ce message dans l'hypothese
ou il aurait ete modifie, deforme ou falsifie.
N'imprimez ce message que si necessaire, pensez a l'environnement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20120220/e4ea4876/attachment.htm
Duncan Grisby
2012-02-21 23:43:20 UTC
Permalink
On Mon, 2012-02-20 at 13:41 +0100,
Post by mohamed.elaissaoui at externe.bnpparibas.com ()
While sending something, omniORB get lock of tracedmutex, even if
tracelevel, traceinvocations and tracereturninvocations are set to 0.
It would be nice to avoid this useless waiting when all logs are disabled.
omni_tracedmutex is not part of tracing / logging. It's a class that can
optionally trace ownership, allowing assertions about locking behaviour.
All the uses of omni_tracedmutex along the call chain are essential to
protect access to shared state.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...