Server processing the request , please explain

radha gogia

radha gogia

@radha-BTDzli Oct 22, 2024
i just want to ask that we say usually that request in server is taken through thread so is it that the thread shares same address space ,and if we are requesting multiple times,then is the thread made multiple times.

the how much space a thread will take in the address space is defined by whom.and what if one thread working affected other thread in the same address space.

just plz explain the request handling by server

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • avii

    avii

    @avii-TGGs8o Aug 30, 2014

    your question is not at all clear. you have to be more clear.
  • radha gogia

    radha gogia

    @radha-BTDzli Aug 30, 2014

    avii
    your question is not at all clear. you have to be more clear.
    i am just asking that the requests are handled by a server na then how does threads managed ,i.e when thread takes request then how much address space will be taken by each thread and will it have the information regarding our ip address from where request is passed on.