Record your races with a typeracer account:
Create Your Account- Save your race history and scores.
- Customize your profile and racecar.
- It’s free, why not?
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: | 46 WPM |
---|---|
Avg. accuracy: | 95.4% |
Top 10 scores for this text
User | Speed | Accuracy | Points | Place | Date | Options | |
---|---|---|---|---|---|---|---|
1 | jweb_guru_code | 109 WPM | N/A | N/A | 1/2 | July 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 |