TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

CryoPID - A Process Freezer for Linux

4 点作者 mk大约 17 年前

2 条评论

mk大约 17 年前
The way I've used this is saving my python repl process. Sometimes when I'm just hacking stuff out I will define things in the repl without writing out to a file. But then if you kill your process or it dies or you move to another server you lose anything that you defined. With this I can save my repl state and restart it later, move it to another box, and make pancakes.
xirium大约 17 年前
It used to be common practice to coredump a Perl script and edit it in debug so that you could skip the initialiastion phase of a frequently run script. This was most commonly performed on CGI scripts. CryoPID would make it trivial to do this task in any language via the script itself.