Currently size_t is used for rpc ids and shared memory ids. Since this is limited on a 32 bit machine, it becomes necessary to switch to uint64_t to have enough space for rpcs and shared memory areas.
This will affect timers as well which should also be transformed to uint64_t. Further more this topic needs to address #60 as well.
Currently size_t is used for rpc ids and shared memory ids. Since this is limited on a 32 bit machine, it becomes necessary to switch to uint64_t to have enough space for rpcs and shared memory areas.
This will affect timers as well which should also be transformed to uint64_t. Further more this topic needs to address #60 as well.