Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement suspend/resume process #71

Closed
giampaolo opened this issue May 23, 2014 · 8 comments
Closed

Implement suspend/resume process #71

giampaolo opened this issue May 23, 2014 · 8 comments

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on January 31, 2010 20:43:35

This is pretty straightforward on posix as we can use respectively:

>>> os.kill(pid, signal.SIGSTOP)

...and:

>>> os.kill(pid, signal.SIGCONT)

The Windows implementation looks quite easy as well.
We can borrow some code from: http://www.codeproject.com/KB/threads/pausep.aspx

Original issue: http://code.google.com/p/psutil/issues/detail?id=71

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on January 31, 2010 12:38:45

Implemented on Windows as r460 .

Status: Started
Labels: -Progress-0in4 Progress-1in4

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on January 31, 2010 13:20:35

Implemented for all other posix platforms as r461 .

Labels: -Progress-1in4 Progress-4in4

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 01, 2010 08:54:50

Strange. Here they are: 
https://code.google.com/p/psutil/source/browse/trunk/psutil/__init__.py#277 Are you sure you have updated the code from svn?

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 04, 2010 05:37:04

Labels: Milestone-0.1.3

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 04, 2010 12:35:19

Blockedon: 63

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 10, 2010 12:11:37

Blockedon: -63

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 10, 2010 12:12:10

Closing this as fixed.

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:51:12

Updated csets after the SVN -> Mercurial migration: r460 == revision cfc3ca50670a r461 == revision 2a2928db974e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant