Commit b4b1c4f1370f64f27d9f0c104405bff3d0362319

Authored by Georg Hopp
1 parent 12adecf6

more notes

Showing 2 changed files with 3 additions and 1 deletions
... ... @@ -20,3 +20,5 @@ matrix where every field hold a unique value. e.g.
20 20 -------------
21 21 |1|4|a|j|k|9|
22 22 -------------
  23 +
  24 +suggestion for timing: sigsuspend
... ...
... ... @@ -31,7 +31,7 @@ server_select(SERVER this) {
31 31
32 32 case EINTR:
33 33 logger_log(this->logger, LOGGER_CRIT,
34   - "select systemcall failed: [%s] - service terminated",
  34 + "poll systemcall failed: [%s] - service terminated",
35 35 strerror(errno));
36 36 //exit(EXIT_FAILURE); /* @TODO do real shutdown here */
37 37 }
... ...
Please register or login to post a comment