Tagged Questions

3
votes
2answers
151 views

Managing thread and memory usage while working with a blocking process

I have a bunch of files (on the order of 10 per second) coming into a system (stored into a database). Each file contains an entry for somewhere between 1 and 500 devices. A given device will appear ...