parallel processing of threads in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nickraj
    New Member
    • Sep 2006
    • 1

    #1

    parallel processing of threads in java

    Hi
    I am working on a Multithreaded client and server program . The client request multiple files to server and server has to responce them simultaneously. I am making threads at clients as per no. of file can i know how the server will handle the request if i make same no of thread at server , the content of one file is in other , if the file is server.java and server.class . content of server.class get copied in server.java. I am unable to solve the problem can you please help???
Working...