All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] rehashing
@ 2013-12-16  8:05 Gilles Chanteperdrix
  2013-12-16 16:12 ` Philippe Gerum
  0 siblings, 1 reply; 10+ messages in thread
From: Gilles Chanteperdrix @ 2013-12-16  8:05 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: Xenomai


Hi Philippe,

looking at the registry code, I had an idea: we could increase the
number of descriptors dynamically when they are exhausted, and increase
the hash size as well. This would make the configurable number of slots
a starting point, but not a liimit. The access to the registry by name
does not really need to be fast, so we could protect it with a mutex
(that would mean that all services accessing the registry by name would
need to run in secondary mode, but I am not sure we care, and if we do,
we can use an xnsynch instead).

What do you think?

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-19 22:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16  8:05 [Xenomai] rehashing Gilles Chanteperdrix
2013-12-16 16:12 ` Philippe Gerum
2013-12-16 16:13   ` Gilles Chanteperdrix
2013-12-16 16:35     ` Philippe Gerum
2013-12-16 16:38       ` Gilles Chanteperdrix
2013-12-16 16:48         ` Philippe Gerum
2013-12-29 13:45           ` Gilles Chanteperdrix
2013-12-29 18:04             ` Philippe Gerum
2013-12-29 19:49               ` Gilles Chanteperdrix
2014-01-19 22:08               ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.