S
Suman
Hi
I have a application that connects to an ftp server and downloads
documents. The application is multithreaded to bring in concurrency
for downloading files from different source locations (not downloading
files from one source location).
I am unable to scale the application, while running it on a multiproc
machines. So the thoughput i get across a 1 proc, 2 proc, 4 proc and 8
proc is the same. What do i need to look out for scaling the
application across multi-proc machine. Any suggestions will be very
useful.
Thanks
Suman
I have a application that connects to an ftp server and downloads
documents. The application is multithreaded to bring in concurrency
for downloading files from different source locations (not downloading
files from one source location).
I am unable to scale the application, while running it on a multiproc
machines. So the thoughput i get across a 1 proc, 2 proc, 4 proc and 8
proc is the same. What do i need to look out for scaling the
application across multi-proc machine. Any suggestions will be very
useful.
Thanks
Suman