-
Notifications
You must be signed in to change notification settings - Fork 0
About
kbmsaravanan edited this page Nov 15, 2017
·
2 revisions
- Sends the task to the computer's file system.
- Waits while the file system opens and reads the file.
- Returns the content to the client.
- Ready to handle the next request.
- Sends the task to the computer's file system.
- Ready to handle the next request.
- When the file system has opened and read the file, the server returns the content to the client.