Tagged Questions
3
votes
2answers
139 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 ...
1
vote
4answers
86 views
EDITED: How should I separate closely related programs in C#? (user client, admin, and common class library)
I have a suite of programs that are related. One is a user client, one is an admin program, and another is a set of library classes that reside in a Class library.
How should I separate the projects?
...