2018-02-01 3:24 GMT+01:00 scott stackelhouse <scott.stackelho...@gmail.com>:

> CRIU seems like it could actually help in this case.  In particular,
> paired with Docker, I can just restart from a known good checkpoint with
> editor loaded, repl up and connected, etc.  That would be very nice.
>

Yep, it nice. Although, with CRIU, you have to be very careful how far you
initialize your program (open files, network sockets, ....) and you have to
disable java's hsperfdata files (because they get deleted after the first
run and are then missing for CRIU's restore), but I suppose the larger a
Program is, the more CRIU can save time for require / load.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to