On 08/13/2014 10:21 AM, AliReza Khoshgoftar Monfared wrote:
Another concern is that, if I specify a number of child processes in my config (e.g. children=4), then will it be safe to increment the hash table entries in the route block upon receipt of messages? i.e will the table entries that reside in the shared memory be precise? or do I need to lock/unlock them while updating?
htable operations are thread-safe, as implemented under the hood. You do not explicitly need to lock anything.