Discussion:
[omniORB] global servant activator task queue [revisited]
Teemu Torma
2007-03-14 16:58:08 UTC
Permalink
If anyone is interested.

Some time ago I asked if there is a good reason why the servant
activator task queue is global instead of per-poa. Since Duncan's
reply in
http://www.omniorb-support.com/pipermail/omniorb-list/2006-July/027880.html
was inconclusive, we implemented a patch to move it to the poa level.

Works fine and haven't seen any ill-effects. The patch is against 4.0.5
but should apply cleanly to 4.1. The size of the patch is bigger than
actual changes due to code moved around.

Teemu
Teemu Torma
2007-03-14 17:02:37 UTC
Permalink
Post by Teemu Torma
Works fine and haven't seen any ill-effects. The patch is against
4.0.5 but should apply cleanly to 4.1. The size of the patch is
bigger than actual changes due to code moved around.
Hmm, maybe attach button does better job with attachments than send
button :-)

Teemu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: omniorb-task-queue.patch
Type: text/x-diff
Size: 11256 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070314/a12eeedf/omniorb-task-queue.bin
Duncan Grisby
2007-03-23 19:37:32 UTC
Permalink
Post by Teemu Torma
Post by Teemu Torma
Works fine and haven't seen any ill-effects. The patch is against
4.0.5 but should apply cleanly to 4.1. The size of the patch is
bigger than actual changes due to code moved around.
Hmm, maybe attach button does better job with attachments than send
button :-)
Thanks for that. Looking around, I can't track down any good reason for
having just one queue, so I've applied your patch to the 4.1 branch in
CVS.

Cheers,

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