Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hamish Jones   on Jun 12 In Java Category.

  
Question Answered By: Gorkem Yilmaz   on Jun 12

use a multi-threaded server. Each single thread can accept() one
connection and handle it. For an example, have a look at the archives
of beginnersclub (it's also about Java), Jacob Skillin
had some interesting questions about this subject.
How you coordinate access to common resources (such as configuration
files and so on) is a different story. For this sort of tasks you'll
probably need some synchronized pieces of code.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Sockets programming Or get search suggestion and latest updates.


Tagged: