Threading overview
Control thread – one per service
• receive network messages
• perform cache operations in no thread pool configured
Thread pool – optional, size is configured
• desterilize data in request (if needed)
• perform operation (aggregators, processor, backing map
access)
• serialize result data (if needed)
Event thread – one per service
• call map listeners