Skip to content

Commit ad583ab

Browse files
raress04teodutu
andcommitted
Update chapters/io/optimizations/drills/tasks/async-server/tests/check_server.sh
Co-authored-by: Teodor Dutu <[email protected]>
1 parent 9bff53b commit ad583ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapters/io/ipc/drills/tasks/client-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ordered Client-Server Communication
22

3-
Navigate to `chapters/io/ipc/drills/tasks/client-server/` and run `make` to generate the `support` directory.
3+
Navigate to `client-server` directory of the extracted archive (or `chapters/io/ipc/drills/tasks/client-server/` if you are working directly in the repository) and run `make` to generate the `support` directory.
44
This exercise will guide you in creating a basic messaging protocol between a server and a client.
55
Although in real-world applications a server typically handles multiple connections at once, here we focus on a single connection.
66
Handling multiple connections is further explored in [I/O multiplexing](../../../../io-multiplexing/reading/io-multiplexing.md).

chapters/io/optimizations/drills/tasks/async-server/tests/check_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
TEST_FILE="../support/test-file.txt"
55
if [ ! -f "$TEST_FILE" ]; then
6-
echo "run make test-file.txt to generate the test file"
6+
echo "run make test-file.txt in the `support/` folder to generate the test file"
77
exit 1
88
fi
99

0 commit comments

Comments
 (0)