energystorm51 / Multi-Threaded-Network-Server-for-Pattern-Analysis

0 stars 0 forks source link

Closing Server Connection #8

Open energystorm51 opened 5 hours ago

energystorm51 commented 5 hours ago

The program should write the received book when a connection closes. The filename is book_xx.txt where "xx" is the number (order) in which the connection was accepted.

Acceptance criteria:

  1. The correct number of books are written, e.g. if you have three connections your program should write three files: book_01.txt, book_02.txt and book_03.txt.
  2. The book order is correct.
  3. The output book matches the content of the original book.