Hi, On Mon, Aug 5, 2013 at 1:14 PM, Markus Pfeiffer <[email protected] > wrote:
> Dear Larisa, > > On Mon, Aug 05, 2013 at 02:32:05AM +0300, Grigore Larisa wrote: > > For next week, more tests will be done. I will also focus on resource > limits > > and adding multithreading capabilities to the daemon (I am thinking to > use a > > pool of threads to handle messages received from clients). > > > Is it (reasonably easily) possible to just have multiple daemons for shm, > i.e. > not using threads? > Independently of that, would it be possible to run multiple shm daemons on a > system (say for making some sort of memory locality happen for instance)? Markus > Yes if those run in separate jails. In a single jail it would be a problem if two processes request the same resource from separate daemons. Each resource is managed by a single daemon. Larisa
