Java ThreadPools?

Discussion in 'Plugin Development' started by hice3000, Oct 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    hice3000

    I am currently programming a Client/Server programm, but i want do build a really professional one. Now I am at a problem, the server can only handle a request simultaneously.
    I googled a tme and found the solution called "ThreadPools" (I know how to use Threads).
    Then I searched for a "Java ThreadPool Tutorial", and found many blog and forum articles.
    My Problem is, they were to difficult and complicated, so I didnt understood them.
    Can anybody help me or post a link for a beginner tutorial?

    Thanks, hice3000.
     
  2. Offline

    hice3000

    Do you think I werent on the official documentation? I asked for a easy tutorial which is not difficult, and on this doc is not even an example!
     
  3. then why didn't you search for these:
    • newCachedThreadPool
    • newSingleThreadExecutor
     
  4. Offline

    hice3000

  5. Offline

    XemsDoom

Thread Status:
Not open for further replies.

Share This Page