TCP « Socket « Java Thread Q&A

Home
Java Thread Q&A
1.concurrency
2.Development
3.Exception
4.Notify
5.Operation
6.Socket
7.State
8.synchronize
9.Thread Safe
10.ThreadPool
Java Thread Q&A » Socket » TCP 

1. Is a single Java thread better than multiple threading in my scenario?    stackoverflow.com

Our company is running a Java application (on a single CPU Windows server) to read data from a TCP/IP socket and check for specific criteria (using regular expressions) and if a ...

2. Simple issue with a thread    stackoverflow.com

All I want to do is start a thread to listen for communication on a certain port. I start this by having an 'ok' button on a jDialog. When 'ok' has been ...

3. BufferedReader.read() eating 100% of CPU    stackoverflow.com

I have a JAVA game server that uses 1 thread per TCP connection. (I know it's bad but i'll have to keep it this way for now). On a (3.2Ghz 6cor ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.