TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introspecting Running Python Processes at PyCon US 2012

5 pointsby freestylerabout 13 years ago

1 comment

JeffJenkinsabout 13 years ago
I've implemented a few different versions of getting traces from processes in python. At my last job I eventually settled on one which wrote out the thread states every few seconds to RabbitMQ. Whenever something was up you could just attach a listener and figure out what's going on.