SERVER
>The web page is stored in server.
>Each time the client request arrives , the corresponding document is send to the client.
>To improve efficiency servers normally store files in cache in memory ;memory is faster to access than disk.
>A server can also become more efficient through multithreading or multiprocessing.In this case , a server can answer to more than one request at a time.
>The web page is stored in server.
>Each time the client request arrives , the corresponding document is send to the client.
>To improve efficiency servers normally store files in cache in memory ;memory is faster to access than disk.
>A server can also become more efficient through multithreading or multiprocessing.In this case , a server can answer to more than one request at a time.
No comments:
Post a Comment