Skip to content

Commit

Permalink
Review chapter "Caching and performance" (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludelafo authored Dec 13, 2024
1 parent b93319e commit 5c4aa86
Show file tree
Hide file tree
Showing 80 changed files with 2,245 additions and 2,027 deletions.
2 changes: 1 addition & 1 deletion 11-define-an-application-protocol/PRESENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Records map a domain name to an IP address.
number
- Ports are 16-bit unsigned numbers, maximum 65535
- Reserved ports: 0-1023
- Other ports: wild west
- Other ports: far west

![bg right contain](./images/reserved-ports.png)

Expand Down
2 changes: 1 addition & 1 deletion 14-java-network-concurrency/COURSE_MATERIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ only handle one client at a time. This is not very useful in a production
environment.

In this chapter, you will have a quick introduction to concurrency to handle
multiple clients at the same time
multiple clients at the same time.

You will then learn how to implement and manage concurrency in Java network
applications to allow the handling of multiple clients at the same time.
Expand Down
3 changes: 1 addition & 2 deletions 15-smtp-and-ncat/COURSE_MATERIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,7 @@ You can use reactions to express your opinion on a comment!
## What will you do next?

We are arriving at the end of the second part of the course. An evaluation will
be done to check your understanding of all the content seen in this first
second.
be done to check your understanding of all the content seen in this second part.

## Additional resources

Expand Down
2 changes: 1 addition & 1 deletion 18-conclusion-to-part-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- Presentation:
[Web](https://heig-vd-dai-course.github.io/heig-vd-dai-course/18-conclusion-to-part-2/)
·
[PDF](https://heig-vd-dai-course.github.io/heig-vd-dai-course/18-conclusion-to-part-2/18-conclusion-to-part-2.pdf)
[PDF](https://heig-vd-dai-course.github.io/heig-vd-dai-course/18-conclusion-to-part-2/18-conclusion-to-part-2-presentation.pdf)
Loading

0 comments on commit 5c4aa86

Please sign in to comment.