davisp commented on issue #615: [for discussion] Annotate important processes URL: https://github.com/apache/couchdb/pull/615#issuecomment-311816993 I would say that there's some work we can do here, but for the most part figuring out thigns based on initial_call and registered names is pretty easy. Granted there are a bunch that have an initial_call of erlang:apply/3. For those ones we should look into replacing erlang:spawn* with proc_lib:spawn* though for spawn_monitor we'll have to fake it cause proc_lib doesn't have a monitor related things (and prevents the option from being used for some unknown reason). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
