/** 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 |
---|---|---|---|---|
1190. | (7531246) | 42.25 | — | 2011-02-08 |
1191. | giova (giovan772) | 42.25 | 95% | 2024-07-08 |
1192. | feedbacker (feedbacker) | 42.22 | 97% | 2023-05-22 |
1193. | Sayooj (syjmohn) | 42.17 | 94% | 2024-12-26 |
1194. | maerih (maerih) | 42.16 | 94% | 2024-08-07 |
1195. | Stephenhitchy (stephenhitchy) | 42.15 | 92% | 2024-04-18 |
1196. | slow_typer (slow_typer12341) | 42.15 | 95.7% | 2024-12-04 |
1197. | #1 (speed18) | 42.14 | 93.7% | 2025-02-05 |
1198. | Ecse (w2asd4320s) | 42.13 | 93% | 2023-09-29 |
1199. | Michelle (noronham) | 42.00 | — | 2011-02-01 |
1200. | Chupapi (nojumas) | 41.96 | 92% | 2025-04-18 |
1201. | Sebstian (sedasti) | 41.95 | 94% | 2023-06-22 |
1202. | lol (iknowright) | 41.87 | 92% | 2024-09-10 |
1203. | honyaa (honyaa) | 41.86 | 96% | 2025-02-13 |
1204. | Francesco (cecco43) | 41.85 | 94% | 2024-02-06 |
1205. | adhrit (a_dhrit) | 41.85 | 93% | 2024-09-20 |
1206. | Vivek Jain (nguye205) | 41.84 | 97% | 2022-04-22 |
1207. | bmax (bmax) | 41.76 | 96% | 2021-10-29 |
1208. | steph (stephano2) | 41.76 | 95% | 2023-06-02 |
1209. | tstats[ach5910_1] (ach5910_1) | 41.72 | 93.8% | 2024-12-02 |
1210. | alcapone (alcaponemusk) | 41.70 | 95% | 2023-03-12 |
1211. | amir (amirelarbi) | 41.69 | 93% | 2024-05-05 |
1212. | Jerry (jerry_jeager) | 41.65 | 95% | 2024-06-08 |
1213. | 🎯 80 (arsenalbilbao) | 41.65 | 97% | 2025-01-14 |
1214. | snerck5454 (cheshiredoge) | 41.61 | 96% | 2022-06-24 |
1215. | Me (derpycake123) | 41.58 | 95% | 2023-10-11 |
1216. | Michael (mwormley) | 41.58 | 94.2% | 2023-11-10 |
1217. | Xen0 (xen02o) | 41.57 | 93% | 2024-08-06 |
1218. | bulbulator (amusement5912) | 41.56 | 95% | 2023-09-29 |
1219. | Hamas Egypt (mohamedadel20052) | 41.56 | 95% | 2024-09-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |