Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Processes Processes

Seth Warner
Seth Warner
5,348 Points

Did he, or will he, and why would we want to, Mention killing a project?

Processes, is it in the next video?

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Hi there,

The teacher talked about terminating a process in this video Killing Processes

Generally speaking, we'd want to kill a process because 1. that process is frozen and became unresponsive; or 2. the process is no longer needed, so we kill it to reclaim some of the system resource.

Hope this helps.