/** 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); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
2096. | Corpsejack (james29333) | 16.44 | 90% | 2024-04-06 |
2097. | Abhi :) (a_bhi) | 16.41 | 92% | 2023-12-15 |
2098. | drialo (drialo) | 16.20 | 95% | 2024-10-02 |
2099. | mike (mikosan2055147) | 15.71 | 94% | 2023-06-08 |
2100. | predator (indian_predator) | 15.53 | 91% | 2024-08-12 |
2101. | Amira (amira_gamal) | 15.47 | 96% | 2023-08-04 |
2102. | Marius (marius_daum) | 15.41 | 91% | 2023-08-29 |
2103. | Melanie (lanieee) | 15.35 | 96% | 2024-07-31 |
2104. | Emran (emranhossainsikder) | 14.84 | 88% | 2023-06-17 |
2105. | Tahmid (tarmine) | 14.70 | 89% | 2024-02-06 |
2106. | Malay Lad (malay_lad) | 14.21 | 92% | 2025-05-29 |
2107. | Claire (claire_07) | 13.82 | 92% | 2023-06-28 |
2108. | Nikhil (nikhilchhabra) | 13.63 | 94% | 2023-12-23 |
2109. | raiane (raia44) | 13.40 | 89% | 2023-07-12 |
2110. | porwis (porwis) | 13.12 | 86.6% | 2024-09-16 |
2111. | wandji (legentia) | 13.02 | 90% | 2023-08-03 |
2112. | Priya (priya890k) | 12.89 | 94.4% | 2024-05-18 |
2113. | aman (aman2007) | 12.45 | 88% | 2023-11-04 |
2114. | subomoto (jellnym) | 12.23 | 92% | 2024-12-12 |
2115. | ritik (karlos_nikov) | 12.06 | 91% | 2023-08-03 |
2116. | yrsntei (yrsntei) | 11.84 | 89% | 2024-01-29 |
2117. | Cesar Lopez (cesarlopezr4) | 10.49 | 93% | 2024-04-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |