Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 554 Bytes

processor.rst

File metadata and controls

19 lines (14 loc) · 554 Bytes

processor

Processor

Introduction

Socorro Processor is a multithreaded application that applies JSON/dump pairs to the stackwalk_server application, parses the output, and records the results in the hbase. The processor, coupled with stackwalk_server, is computationally intensive. Multiple instances of the processor can be run simultaneously from different machines.

See sample config code on Github