hi
im dealing with the multi-thread in python using the socket programing.
i generated program using client-server and transmit data with multi-
thread program from client to server with the limit size of data.
the transmission rate tends to increase when the number of client-threads
increased but it increased slowly.
and sometimes the growth-rate of transmission didn't grow smoothly Does it relate about the thread problem?
and also when i increased the too much of number of threads,the transmission rate
grew down.as i thought it related about CPU-utilization so i handled it with
thread pool.
does anyone know how different about the system buffer and thread pool?
and how can i find the method to check the limit of the number of threads?
since i knew it by increasing thread number one by one..do you have the better way ?
thanks in advance
im dealing with the multi-thread in python using the socket programing.
i generated program using client-server and transmit data with multi-
thread program from client to server with the limit size of data.
the transmission rate tends to increase when the number of client-threads
increased but it increased slowly.
and sometimes the growth-rate of transmission didn't grow smoothly Does it relate about the thread problem?
and also when i increased the too much of number of threads,the transmission rate
grew down.as i thought it related about CPU-utilization so i handled it with
thread pool.
does anyone know how different about the system buffer and thread pool?
and how can i find the method to check the limit of the number of threads?
since i knew it by increasing thread number one by one..do you have the better way ?
thanks in advance