/** 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 |
---|---|---|---|---|
139. | Aren (tl8xv) | 74.99 | 99% | 2023-05-23 |
140. | E (ee89) | 74.89 | 96% | 2023-09-17 |
141. | Joe (joeprokill) | 74.89 | 95% | 2025-06-21 |
142. | (jlachney) | 74.85 | 95% | 2019-02-10 |
143. | (boy_314) | 74.75 | 98% | 2019-10-17 |
144. | Kyle (gnulnx) | 74.71 | 95% | 2012-09-07 |
145. | phil (ronald12) | 74.70 | 19% | 2013-08-11 |
146. | rn1hd (rnk1hd) | 74.55 | 99% | 2023-05-25 |
147. | poem ⛈️ (storm) | 74.46 | 97% | 2019-07-20 |
148. | narf (pinky4x4x4) | 74.44 | 97% | 2024-08-21 |
149. | Shoemaker-Levy 9 (atthetop) | 74.42 | 96% | 2018-10-31 |
150. | Kevin (ksun48) | 74.39 | 95% | 2022-10-04 |
151. | GoKeWhO (gokewho) | 74.30 | 95.5% | 2023-05-30 |
152. | Sapient (sapient) | 74.20 | 98% | 2025-02-02 |
153. | ^_^ (rainbowdashc) | 74.09 | 95% | 2014-03-10 |
154. | Joshua (joshuawn) | 74.00 | — | 2011-03-22 |
155. | forgedstudios.com/vote (kry... | 73.95 | 96% | 2024-05-30 |
156. | Orgalorrrrg (orgalorg) | 73.80 | 99% | 2024-07-16 |
157. | (´・_・`) (sinji) | 73.75 | — | 2011-02-01 |
158. | (corsairchris) | 73.74 | 97% | 2023-05-29 |
159. | Ashwin (avtrisal) | 73.55 | 97% | 2024-10-28 |
160. | sytzez (sytzez) | 73.55 | 98% | 2025-02-15 |
161. | john (nothisisjohn) | 73.51 | 95% | 2019-07-22 |
162. | Sara (hentaiclockwise) | 73.44 | 92% | 2017-05-19 |
163. | Derpy Stingray (ernchenghoo) | 73.42 | 97% | 2023-12-28 |
164. | i'd buy that for a dollar! ... | 73.37 | 92% | 2013-10-17 |
165. | dev_manush (dev_manush) | 73.36 | 96% | 2023-07-07 |
166. | Wumbo (jap23) | 73.33 | 93% | 2017-05-22 |
167. | Johnny (randomjohnnyh) | 73.33 | 91% | 2012-06-28 |
168. | sang (shatoboar) | 73.32 | 97% | 2024-08-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |