Process map requests from all clients one by one.
MapReqHandler is a thread running at server during the server is alive. MapReqHandler gets a map request from the mapreqQueue one at a time and does the corresponding action to that request.