Text Details
| /** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); } 
          —
            Tomcat Server
            
              (software)
            
            by Apache Project
         | 
| Language: | English | 
      This text has been typed
      
        more than
      
      1000 times:
      
        
    
  | Avg. speed: | 43 WPM | 
|---|---|
| Avg. accuracy: | 94.8% | 
Top 10 scores for this text
| User | Speed | Accuracy | Points | Place | Date | |
|---|---|---|---|---|---|---|
| 1 | jweb_guru_code | 109 WPM | N/A | N/A | 1/2 | Jul 31, 2009 | 
| 2 | motsak | 75 WPM | N/A | N/A | 1/4 | Dec 28, 2008 | 
| 3 | drunkvalikor | 62 WPM | N/A | N/A | 1/3 | Dec 14, 2008 | 
| 4 | damz | 52 WPM | N/A | N/A | 2/4 | Dec 28, 2008 |