T
Tim Smith
Hi,
I have a Service which is a single executable and 10-12 remoting
threads. Each thread executes database SQL, writes to files on behalf
of clients.
Will a thread ever block the entire process when waiting for a
file/database?
Assuming a server which 2-4 CPUs are there any performance penalties
for having one process with 10 threads versus 5 processes with 2
threads?
thanks!
Tim
I have a Service which is a single executable and 10-12 remoting
threads. Each thread executes database SQL, writes to files on behalf
of clients.
Will a thread ever block the entire process when waiting for a
file/database?
Assuming a server which 2-4 CPUs are there any performance penalties
for having one process with 10 threads versus 5 processes with 2
threads?
thanks!
Tim