Skip to content

Commit

Permalink
Ensure the child process exits when it.. exits?
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Jun 27, 2020
1 parent d04c638 commit 3132b8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Changelog

## 0.13.0 (2020-06-27)

* Fix issue where child process doesn't actually 'exit' when exiting (in a fork)
* Split out some functions into smaller functions
* Ensure password hashing is done on the server
* Minor README fixes
3 changes: 2 additions & 1 deletion libkv.l
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@
(close *Sock) ) # close the socket when we're done

(kv-child) # child process
(kv-child-exit) ] # final cleanup before the child exits
(kv-child-exit) # final cleanup before the child exits
(bye) ]
2 changes: 1 addition & 1 deletion module.l
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[de APP_INFO
("name" "picolisp-kv")
("version" "0.12.0")
("version" "0.13.0")
("summary" "Redis-inspired in-memory key/value store written in PicoLisp")
("source" "https://github.com/aw/picolisp-kv")
("author" "Alexander Williams")
Expand Down

0 comments on commit 3132b8e

Please sign in to comment.