/** 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 |
---|---|---|---|---|
268. | Διαμαντής Ραφα... | 67.50 | 97% | 2024-06-03 |
269. | Serg (drgsus) | 67.46 | 95% | 2017-02-09 |
270. | framespersecond (indires) | 67.45 | 99% | 2025-01-01 |
271. | Katherine (jwbstuhr) | 67.40 | 97% | 2023-08-10 |
272. | Douglas (d_a_a) | 67.35 | 96% | 2016-02-18 |
273. | 000 (oknotok_) | 67.24 | 97% | 2023-07-24 |
274. | Panda (sparklehorse61) | 67.22 | 97% | 2024-06-06 |
275. | Prasanth (gprasanth) | 67.17 | 94% | 2017-05-05 |
276. | jason (pravus) | 67.10 | 95% | 2012-02-17 |
277. | Martin (mpgo13) | 67.07 | — | 2011-04-30 |
278. | Pekky (pekkylove) | 66.95 | 91% | 2016-05-04 |
279. | David (bigd4316) | 66.93 | — | 2011-01-28 |
280. | (sura5) | 66.84 | 94% | 2021-12-07 |
281. | Omar (obaqueiro) | 66.67 | 97% | 2020-03-20 |
282. | Niels (nielsjensen) | 66.55 | 96% | 2023-06-07 |
283. | too much lag (actuallyaccur... | 66.52 | 100% | 2019-07-31 |
284. | F u r u y á (furuya) | 66.51 | 94% | 2013-06-06 |
285. | merika (merikaa) | 66.51 | 94% | 2025-02-27 |
286. | Ahnaf (ahnaf75) | 66.47 | 97.1% | 2025-01-14 |
287. | Sort (sortoite) | 66.41 | 95% | 2024-05-21 |
288. | heard (cor_samurai) | 66.33 | 96% | 2025-02-05 |
289. | Дидакус (didacus) | 66.27 | 100% | 2024-05-09 |
290. | Ravi (ravishankarr) | 66.15 | 96.9% | 2024-07-23 |
291. | David (persig) | 66.08 | 98% | 2018-06-06 |
292. | Mark (verdammelt) | 66.04 | 95% | 2013-09-09 |
293. | Kristján (kripet) | 66.01 | — | 2011-01-21 |
294. | Mikhail (mayham92) | 65.96 | 99% | 2022-07-08 |
295. | Eric (sabokizi) | 65.95 | 95% | 2023-03-28 |
296. | Jeff (zk453) | 65.92 | 97% | 2024-07-08 |
297. | Henrikas (henrikasj) | 65.88 | 95% | 2016-11-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |